web/assets/css/alert.import.less
2018-05-16 23:01:06 -04:00

12 lines
114 B
Text

.alert {
width: 100%;
text-align: center;
}
.alert-error {
color: @red;
}
.alert-success {
color: @green;
}