12 lines
114 B
Text
12 lines
114 B
Text
.alert {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.alert-error {
|
|
color: @red;
|
|
}
|
|
|
|
.alert-success {
|
|
color: @green;
|
|
}
|