fix too transparent notif popup when transparency enabled

This commit is contained in:
end-4
2024-03-26 20:48:02 +07:00
parent 4700ba5dbf
commit 583ed44937
+12 -2
View File
@@ -43,20 +43,30 @@
@include notif-rounding;
min-width: 30.682rem;
background-color: $layer2;
@if $transparent ==True {
background-color: $layer0;
}
border: 0.034rem solid $outlineVariant;
color: $onLayer2;
padding: $rounding_small;
padding-right: $rounding_small + 0.545rem;
padding-right: $rounding_small +0.545rem;
}
.popup-notif-normal {
@include notif-rounding;
min-width: 30.682rem;
background-color: $layer2;
@if $transparent ==True {
background-color: $layer0;
}
border: 0.034rem solid $outlineVariant;
color: $onLayer2;
padding: $rounding_small;
padding-right: $rounding_small + 0.545rem;
padding-right: $rounding_small +0.545rem;
}
.popup-notif-critical {