Skip to content

Instantly share code, notes, and snippets.

@yratof
Last active December 18, 2015 16:49
Show Gist options
  • Save yratof/5814554 to your computer and use it in GitHub Desktop.
Save yratof/5814554 to your computer and use it in GitHub Desktop.
.notice{
$colours: pink $pink, orange $orange, teal $teal;
@each $colour in $colours {
&.#{nth($colour, 1)} {
background: nth($colour, 2);
h3{
color: $white;
font-family: $vag;
text-align: center;
@include font-size(2);
text-shadow: 4px 4px darken(nth($colour, 2),20%);
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment