This commit is contained in:
Jeremy Thomas
2016-06-29 23:59:48 +01:00
parent 02313b85eb
commit 91d04459db
22 changed files with 72 additions and 70 deletions

View File

@@ -1,7 +1,7 @@
.notification
@extend .block
+clearfix
background: $background
background-color: $background
border-radius: $radius
padding: 16px 20px
position: relative
@@ -17,5 +17,5 @@
$color: nth($pair, 1)
$color-invert: nth($pair, 2)
&.is-#{$name}
background: $color
background-color: $color
color: $color-invert