generated from coulomb/repo-seed
Added initial brandbook and design resources
This commit is contained in:
20
design/global.css
Normal file
20
design/global.css
Normal file
@@ -0,0 +1,20 @@
|
||||
@import "tailwindcss/base";
|
||||
@import "tailwindcss/components";
|
||||
@import "tailwindcss/utilities";
|
||||
|
||||
@layer utilities {
|
||||
/* Engineering Desktop Matrix Pattern Background */
|
||||
.bg-forge-matrix {
|
||||
background-image: radial-gradient(#222c3a 1px, transparent 1px);
|
||||
background-size: 24px 24px;
|
||||
}
|
||||
|
||||
/* Precision glow effects */
|
||||
.glow-cyan {
|
||||
box-shadow: 0 0 20px rgba(77, 238, 234, 0.15);
|
||||
}
|
||||
|
||||
.glow-coral {
|
||||
box-shadow: 0 0 20px rgba(255, 107, 107, 0.15);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user