|
@@ -8,40 +8,41 @@
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
/* -------------------------- NOTIFICATION -------------------------- */
|
|
/* -------------------------- NOTIFICATION -------------------------- */
|
|
|
|
|
+
|
|
|
.notification
|
|
.notification
|
|
|
color: #fff
|
|
color: #fff
|
|
|
&:not(.push)
|
|
&:not(.push)
|
|
|
- background-color: rgba(0,0,0,0.6)
|
|
|
|
|
|
|
+ background-color: rgba(0,0,0,0.5)
|
|
|
& .window
|
|
& .window
|
|
|
- &:not(.push):not(.growl)
|
|
|
|
|
- border-radius FORM_border_radius FORM_border_radius 0 0
|
|
|
|
|
|
|
+ box-shadow 0 0 0 3px rgba(0,0,0,0.1)
|
|
|
&.growl
|
|
&.growl
|
|
|
- border-radius BORDER_radius
|
|
|
|
|
background-color: rgba(0,0,0,0.8)
|
|
background-color: rgba(0,0,0,0.8)
|
|
|
& strong
|
|
& strong
|
|
|
color: darken(#fff, 25%)
|
|
color: darken(#fff, 25%)
|
|
|
font-weight: 700
|
|
font-weight: 700
|
|
|
|
|
|
|
|
- &:not(.growl)
|
|
|
|
|
- box-shadow 0 0 1em lighten(COLOR, 10%)
|
|
|
|
|
-
|
|
|
|
|
&.confirm, &.html
|
|
&.confirm, &.html
|
|
|
- & button, .button
|
|
|
|
|
|
|
+ & button
|
|
|
background-color: #fff
|
|
background-color: #fff
|
|
|
- color: THEME
|
|
|
|
|
-
|
|
|
|
|
|
|
+ color: darken(COLOR, 75%)
|
|
|
font-weight: 400
|
|
font-weight: 400
|
|
|
- &.html
|
|
|
|
|
- background-color: lighten(COLOR, 95%)
|
|
|
|
|
- color: lighten(COLOR, 25%)
|
|
|
|
|
|
|
+ &[data-callback=cancel], &[data-action=close]
|
|
|
|
|
+ color: DANGER
|
|
|
|
|
+
|
|
|
|
|
+ &.html, &.confirm
|
|
|
|
|
+ background-color: COLOR
|
|
|
|
|
+ color: TEXT
|
|
|
|
|
|
|
|
&.confirm
|
|
&.confirm
|
|
|
- background-color: THEME
|
|
|
|
|
- & > small
|
|
|
|
|
- color: lighten(THEME, 75%)
|
|
|
|
|
|
|
+ & > small, > .icon
|
|
|
|
|
+ color: lighten(TEXT, 50%)
|
|
|
|
|
+
|
|
|
|
|
+ & > button
|
|
|
|
|
+ &:nth-child(1)
|
|
|
|
|
+ color: DANGER !important
|
|
|
|
|
|
|
|
&.error, &.success
|
|
&.error, &.success
|
|
|
- background-color: COLOR
|
|
|
|
|
|
|
+ background-color: ASIDE
|
|
|
border-bottom: solid 0.4em
|
|
border-bottom: solid 0.4em
|
|
|
color: #fff
|
|
color: #fff
|
|
|
& small
|
|
& small
|
|
@@ -60,12 +61,10 @@
|
|
|
& .title
|
|
& .title
|
|
|
background-color: THEME
|
|
background-color: THEME
|
|
|
color: #fff
|
|
color: #fff
|
|
|
- border-radius BORDER_radius BORDER_radius 0 0
|
|
|
|
|
|
|
|
|
|
&.push
|
|
&.push
|
|
|
background-color: COLOR
|
|
background-color: COLOR
|
|
|
box-shadow: inset 0 -0.1em #000
|
|
box-shadow: inset 0 -0.1em #000
|
|
|
|
|
|
|
|
- & button, & .button
|
|
|
|
|
- &:last-child
|
|
|
|
|
- border-radius00 FORM_border_radius FORM_border_radius
|
|
|
|
|
|
|
+ & small
|
|
|
|
|
+ font-weight: 300
|