mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 04:07:55 +03:00
24 lines
434 B
Plaintext
Executable File
24 lines
434 B
Plaintext
Executable File
.alert {
|
|
border: 0px;
|
|
border-radius: 0;
|
|
|
|
.generic-variations(~"", @darkbg-text, {
|
|
background-color: @material-color;
|
|
color: @material-text-color;
|
|
|
|
a, .alert-link {
|
|
color: @material-text-color;
|
|
}
|
|
});
|
|
|
|
&-info, &-danger, &-warning, &-success {
|
|
color: @darkbg-text;
|
|
}
|
|
|
|
&-default {
|
|
a, .alert-link {
|
|
color: @lightbg-text;
|
|
}
|
|
}
|
|
}
|