web/public/css/alert.import.less
2017-09-30 22:12:29 -04:00

12 lines
114 B
Text

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