icynet-auth-server/src/scss/_alert.scss

13 lines
153 B
SCSS

.alert {
padding: 16px;
border-radius: 4px;
&-danger {
background-color: #ff292999;
}
&-success {
background-color: #12930099;
}
}