mirror of
https://github.com/Damillora/Shian.git
synced 2024-11-22 01:17:32 +00:00
fix(shian): use rgba background color instead of opacity + background-color
This commit is contained in:
parent
4242d4b015
commit
f38a1d0f43
@ -26,8 +26,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
&__overlay {
|
&__overlay {
|
||||||
opacity: 50%;
|
background-color: rgba(0,0,0,0.5);
|
||||||
background-color: $black;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__inner {
|
&__inner {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user