mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-24 09:13:11 +01:00
fix (notification): css
This commit is contained in:
parent
9c50ff1d3d
commit
fa1931ef5f
1 changed files with 3 additions and 3 deletions
|
|
@ -19,15 +19,15 @@
|
|||
|
||||
&.info{
|
||||
background: var(--color);
|
||||
color: white;
|
||||
color: rgba(255,255,255,0.8);
|
||||
}
|
||||
&.error{
|
||||
background: var(--error);
|
||||
color: var(--emphasis);
|
||||
color: rgba(0,0,0,0.5);
|
||||
}
|
||||
&.success{
|
||||
background: var(--success);
|
||||
color: var(--emphasis);
|
||||
color: rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
.message{
|
||||
|
|
|
|||
Loading…
Reference in a new issue