Ajouter opacité de 0.8 à snackbar #153

Merged
vlbeaudoin merged 1 commit from fix/snackbar-opacity-0.8 into main 2023-10-05 15:51:02 -04:00
Showing only changes of commit a7ec415e90 - Show all commits

View file

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