mdb-ui-kit/less/alerts.less

19 lines
334 B
Plaintext
Raw Normal View History

2014-08-18 18:25:33 +04:00
// main: material.less
.alert {
2014-08-18 18:25:33 +04:00
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;
}
}
2014-08-18 18:25:33 +04:00
}