File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 39
39
<h5 class =" m-t-1" >Notification Types</h5 >
40
40
<p >Different types of notifications for lots of use cases. Custom classes are also
41
41
supported.</p >
42
- <p ><b-button variant =" info" id =" show-info-message" @click =" addInfoNotification" >Info
42
+ <p ><b-button variant =" info" class = " text-white " id =" show-info-message" @click =" addInfoNotification" >Info
43
43
Message</b-button ></p >
44
- <p ><b-button variant =" danger" id =" show-error-message" @click =" addErrorNotification" >Error
44
+ <p ><b-button variant =" danger" class = " text-white " id =" show-error-message" @click =" addErrorNotification" >Error
45
45
Message</b-button ></p >
46
46
<p ><b-button
47
47
variant =" success" id =" show-success-message" @click =" addSuccessNotification"
Original file line number Diff line number Diff line change @@ -164,10 +164,12 @@ small {
164
164
165
165
.btn-secondary {
166
166
border-color : $gray-400 ;
167
- color : $gray-800 ;
167
+ color : $gray-100 ;
168
168
}
169
169
170
170
.btn-success ,
171
+ .btn-default ,
172
+ .btn-gray ,
171
173
.btn-info ,
172
174
.btn-warning {
173
175
color : $white ;
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ $yellow: #EBB834 !default;
50
50
$green : #68ca66 !default ;
51
51
$teal : #26CD5F !default ;
52
52
$cyan : #17a2b8 !default ;
53
+ $turquoise : #10CFD0 !default ;
53
54
$default : #E9ECEF !default ;
54
55
$inverse : #002B49 !default ;
55
56
$gray-inverse : #30324C !default ;
@@ -59,7 +60,7 @@ $theme-colors: (
59
60
primary : $blue ,
60
61
secondary : $gray-600 ,
61
62
success : $teal ,
62
- info : $purple ,
63
+ info : $turquoise ,
63
64
warning : $yellow ,
64
65
danger : $red ,
65
66
dark : $gray-800 ,
You can’t perform that action at this time.
0 commit comments