new invite style
This commit is contained in:
parent
8d1bf41e37
commit
22b687a1be
1 changed files with 17 additions and 0 deletions
|
@ -213,3 +213,20 @@ div[class*="stickyHeader-"],
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// new invite with splash style
|
||||||
|
div[id^="message-accessories-"] > div[class^="wrapper-"] {
|
||||||
|
position: relative;
|
||||||
|
div[class^="inviteSplash-"] {
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
z-index: 0;
|
||||||
|
filter: brightness(50%);
|
||||||
|
|
||||||
|
& ~ * {
|
||||||
|
position: relative;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue