mdb-ui-kit/less/_alerts.less

17 lines
310 B
Plaintext
Raw Normal View History

.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
}