Ajouter opacité de 0.8 à snackbar
L'opacité rend plus facile de remarquer si du contenu est situé sous la snackbar.
This commit is contained in:
parent
f6d9d5f443
commit
a7ec415e90
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.snackbar-is-closed {
|
.snackbar-is-closed {
|
||||||
|
|
Loading…
Reference in a new issue