1
0
Fork 0
cmdui/frontend/src/blocks/alert.css

10 lines
157 B
CSS

.alert {
overflow: auto;
margin: 0 0 20px 0;
color: #fff;
border-radius: 4px;
padding: 10px;
}
.alert.error { background-color: #f55; }