mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 12:17:59 +03:00
Merge pull request #444 from timhovius/alert-text-color
Alert text color fix
This commit is contained in:
commit
d988ef6762
|
@ -1,16 +1,23 @@
|
|||
.alert {
|
||||
border: 0px;
|
||||
border-radius: 0;
|
||||
|
||||
.generic-variations(~"", @darkbg-text, {
|
||||
background-color: @material-color;
|
||||
color: @text-color;
|
||||
|
||||
a, .alert-link {
|
||||
color: #FFFFFF;
|
||||
color: @text-color;
|
||||
}
|
||||
.variations(~"", background-color, #FFFFFF);
|
||||
});
|
||||
|
||||
&-info, &-danger, &-warning, &-success {
|
||||
color: #FFFFFF;
|
||||
color: @darkbg-text;
|
||||
}
|
||||
|
||||
&-default {
|
||||
a, .alert-link {
|
||||
color: #000000;
|
||||
color: @lightbg-text;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user