fix(shian): use rgba background color instead of opacity + background-color

This commit is contained in:
Damillora 2021-04-14 19:11:55 +07:00
parent 4242d4b015
commit f38a1d0f43
3 changed files with 2682 additions and 33 deletions

View File

@ -26,8 +26,7 @@
} }
} }
&__overlay { &__overlay {
opacity: 50%; background-color: rgba(0,0,0,0.5);
background-color: $black;
} }
&__inner { &__inner {

View File

@ -15,8 +15,7 @@
&__overlay { &__overlay {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: $black; background-color: rgba(0,0,0,0.5);
opacity: 50%;
} }
&__contents { &__contents {

2709
yarn.lock

File diff suppressed because it is too large Load Diff