Stripes if PM
This commit is contained in:
parent
3fbe11295f
commit
a9d0100087
1 changed files with 4 additions and 0 deletions
|
@ -361,6 +361,10 @@
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 100% calc(100% - var(--top-padding) / 2);
|
background-size: 100% calc(100% - var(--top-padding) / 2);
|
||||||
|
|
||||||
|
&.visibility-direct {
|
||||||
|
background-image: var(--yellow-stripes);
|
||||||
|
}
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
opacity: 0.65;
|
opacity: 0.65;
|
||||||
transition: opacity 1s ease-out;
|
transition: opacity 1s ease-out;
|
||||||
|
|
Loading…
Add table
Reference in a new issue