mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-06 14:54:57 +00:00
add sass/scratch.scss and associated sass files
This commit is contained in:
7
Resources/public/sass/mixins/_alerts.scss
Normal file
7
Resources/public/sass/mixins/_alerts.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
@mixin alert($color) {
|
||||
background: transparentize($color,0.8);
|
||||
color: $color;
|
||||
font-weight: bold;
|
||||
margin-bottom: 0.75em;
|
||||
padding: 0.75em;
|
||||
}
|
Reference in New Issue
Block a user