Marc Ducobu 53373c5e97 Squashed 'Resources/assets/scratch-css/' content from commit 7906f50
git-subtree-dir: Resources/assets/scratch-css
git-subtree-split: 7906f505168c132e2b52de3194761cbf51eaac63
2014-11-05 09:33:33 +01:00

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;
}