mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
git-subtree-dir: Resources/public/scratch-css git-subtree-split: 7906f505168c132e2b52de3194761cbf51eaac63
7 lines
153 B
SCSS
7 lines
153 B
SCSS
@mixin alert($color) {
|
|
background: transparentize($color,0.8);
|
|
color: $color;
|
|
font-weight: bold;
|
|
margin-bottom: 0.75em;
|
|
padding: 0.75em;
|
|
} |