stuff
This commit is contained in:
parent
877148131c
commit
eef3bdbbdf
|
@ -895,6 +895,46 @@
|
|||
|
||||
/* ~~~~ 9. GUILDSETTINGS ~~~~ */
|
||||
|
||||
.banner-aJsFyZ { /* rolesettings intro banner */
|
||||
position: absolute;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.banner-aJsFyZ::before,
|
||||
.banner-aJsFyZ::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
pointer-events: none;
|
||||
z-index: -1;
|
||||
}
|
||||
.banner-aJsFyZ::before {
|
||||
background: white;
|
||||
}
|
||||
.bannerClubs-3Xj268 {
|
||||
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_clubs_details.svg) center/cover no-repeat;
|
||||
}
|
||||
.bannerClubs-3Xj268::after {
|
||||
background: rgb(var(--accentcolor));
|
||||
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_clubs_accent.svg) center/cover no-repeat;
|
||||
}
|
||||
.bannerGaming-2JPrc4 {
|
||||
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_gaming_details.svg) center/cover no-repeat;
|
||||
}
|
||||
.bannerGaming-2JPrc4::after {
|
||||
background: rgb(var(--accentcolor));
|
||||
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_gaming_accent.svg) center/cover no-repeat;
|
||||
}
|
||||
.bannerHobbies-1oItTY {
|
||||
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_hobbies_details.svg) center/cover no-repeat;
|
||||
}
|
||||
.bannerHobbies-1oItTY::after {
|
||||
background: rgb(var(--accentcolor));
|
||||
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/blurple/rolebanner_hobbies_accent.svg) center/cover no-repeat;
|
||||
}
|
||||
|
||||
/* widgetsettings widget placeholder image */
|
||||
.layer-3QrUeG[aria-label="GUILD_SETTINGS"] .contentRegion-3nDuYy .contentColumn-2hrIYH > div > div > .divider-3573oO + .flex-1xMQg5 + .divider-3573oO + .flex-1xMQg5:last-of-type {
|
||||
position: relative !important;
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue