Marc Ducobu 8830b669ff Squashed 'Resources/public/scratch-css/' content from commit 289f23f
git-subtree-dir: Resources/public/scratch-css
git-subtree-split: 289f23f24b31be9fee24f09f44936dbf8eab8614
2014-11-10 20:42:02 +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;
}