|
|
@@ -202,10 +202,10 @@ nav
|
|
|
/* -------------------------- NOTIFICATION -------------------------- */
|
|
|
.notification
|
|
|
color: #fff
|
|
|
+ background-color: rgba(0,0,0,0.75)
|
|
|
& .window
|
|
|
&.growl
|
|
|
background: rgba(0,0,0,0.8)
|
|
|
-
|
|
|
&:not(.growl)
|
|
|
background: #e6e6e6
|
|
|
color: #222
|
|
|
@@ -217,7 +217,6 @@ nav
|
|
|
border-radius 0px !important
|
|
|
border: none !important
|
|
|
margin-bottom: 1px
|
|
|
-
|
|
|
&.error
|
|
|
background: darken(COLOR_cancel, 25%)
|
|
|
color: #fff
|
|
|
@@ -225,7 +224,6 @@ nav
|
|
|
background: darken(COLOR_accept, 25%)
|
|
|
color: #fff
|
|
|
|
|
|
-
|
|
|
/* -------------------------- BUTTONS -------------------------- */
|
|
|
header
|
|
|
& .button, button
|