File tree 2 files changed +15
-3
lines changed 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 37
37
.notification-bar {
38
38
border-bottom : 2px solid $white ;
39
39
text-align : center ;
40
- background-color : darken ( $brand-color , 10 ) ;
40
+ background-color : $brand-color-dark ;
41
41
color : $white ;
42
42
padding : ($spacing-unit / 2 );
43
43
position : relative ;
73
73
// notification controller is being used.
74
74
& --dismissable {
75
75
display : none ;
76
- padding-right : 55px ;
76
+ padding : 15 px 55px ;
77
77
}
78
78
79
79
& --visible {
80
80
display : block ;
81
81
}
82
82
83
+ & --warning {
84
+ background-color : $warn-color ;
85
+ color : $warn-text ;
86
+ border-color : darken ($primary-color , 10 );
87
+
88
+ a {
89
+ color : $warn-text ;
90
+ }
91
+ }
92
+
83
93
& --danger {
84
94
background-color : $danger-color ;
85
95
}
Original file line number Diff line number Diff line change 17
17
$brand-color : #006dad ;
18
18
$primary-color : #ffd343 ;
19
19
$success-color : #169428 ;
20
- $warn-color : #f05d22 ;
20
+ $warn-color : #ffdf76 ;
21
+ $warn-text : #664e04 ;
21
22
$danger-color : #D52D40 ;
22
23
$brand-color-soft : lighten ($brand-color , 45 );
24
+ $brand-color-dark : darken ($brand-color , 10 );
23
25
24
26
$white : #fff ;
25
27
$black : #000 ;
You can’t perform that action at this time.
0 commit comments