web/css/alert.import.less

12 lines
114 B
Text

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