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;
|
||||
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