brutcss/src/messages.less
Yann Esposito (Yogsototh) 6ac7b2f382
Color play with filters
2022-10-11 14:50:00 +02:00

11 lines
277 B
Plaintext

.msg {
background: var(--bg2);
border-left: 5px solid var(--darken);
padding: 1rem;
&.info { background: var(--n0); }
&.ok { background: var(--n0); }
&.warn { background: var(--n0); }
&.err { background: var(--n0); }
&.fatal { background: var(--n0); }
}