Merge pull request 'Ajouter opacité de 0.8 à snackbar' (#153) from fix/snackbar-opacity-0.8 into main
Reviewed-on: #153
This commit is contained in:
commit
9c11d1fe65
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
color: #fff;
|
||||
width: 100%;
|
||||
padding: 5px 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.snackbar-is-closed {
|
||||
|
@ -39,4 +40,4 @@ span {
|
|||
height: 30px;
|
||||
width: 30px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue