mdb-ui-kit/less/_alerts.less
2014-10-31 09:27:35 +01:00

17 lines
310 B
Plaintext

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