mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 04:07:55 +03:00
18 lines
333 B
Plaintext
18 lines
333 B
Plaintext
// main: material.less
|
|
.alert {
|
|
border: 0px;
|
|
border-radius: 0;
|
|
a, .alert-link {
|
|
color: #FFFFFF;
|
|
}
|
|
.variations(~"", background-color, #FFFFFF);
|
|
&-info, &-danger, &-warning, &-success {
|
|
color: #FFFFFF;
|
|
}
|
|
&-default {
|
|
a, .alert-link {
|
|
color: #000000;
|
|
}
|
|
}
|
|
}
|