mdb-ui-kit/less/_alerts.less
2015-02-23 09:39:08 +01:00

24 lines
416 B
Plaintext

.alert {
border: 0px;
border-radius: 0;
.generic-variations(~"", @darkbg-text, {
background-color: @material-color;
color: @text-color;
a, .alert-link {
color: @text-color;
}
});
&-info, &-danger, &-warning, &-success {
color: @darkbg-text;
}
&-default {
a, .alert-link {
color: @lightbg-text;
}
}
}