ok/cancel button fix
This commit is contained in:
parent
3d394a6144
commit
0dfcbdeb54
|
@ -73,7 +73,9 @@ button {
|
|||
&.ok {
|
||||
background: $success;
|
||||
color: $secondary;
|
||||
|
||||
.d-icon {
|
||||
color: currentColor;
|
||||
}
|
||||
@include hover {
|
||||
background: lighten($success, 10%);
|
||||
color: $secondary;
|
||||
|
@ -83,7 +85,9 @@ button {
|
|||
&.cancel {
|
||||
background: $danger;
|
||||
color: $secondary;
|
||||
|
||||
.d-icon {
|
||||
color: currentColor;
|
||||
}
|
||||
@include hover {
|
||||
background: lighten($danger, 10%);
|
||||
color: $secondary;
|
||||
|
|
Loading…
Reference in New Issue