mirror of
https://github.com/thangisme/notes.git
synced 2025-09-25 00:54:24 -04:00
Initial commit
This commit is contained in:
22
node_modules/primer-utilities/lib/box-shadow.scss
generated
vendored
Normal file
22
node_modules/primer-utilities/lib/box-shadow.scss
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
// Box shadow utilities
|
||||
// stylelint-disable primer/selector-no-utility
|
||||
|
||||
// Box shadows
|
||||
|
||||
.box-shadow {
|
||||
box-shadow: $box-shadow !important;
|
||||
}
|
||||
|
||||
.box-shadow-medium {
|
||||
box-shadow: $box-shadow-medium !important;
|
||||
}
|
||||
|
||||
.box-shadow-large {
|
||||
box-shadow: $box-shadow-large !important;
|
||||
}
|
||||
|
||||
// Turn off box shadow
|
||||
|
||||
.box-shadow-none {
|
||||
box-shadow: none !important;
|
||||
}
|
Reference in New Issue
Block a user