stuff
This commit is contained in:
parent
0ef0476944
commit
59110759d8
|
@ -923,6 +923,26 @@
|
|||
}
|
||||
|
||||
/* ---- 10.2. GUILDADD/CREATION ---- */
|
||||
/* create guild create own icon */
|
||||
.icon-QM5383[src="/assets/79516499036b21acd5f56ccba0635c38.svg"] {
|
||||
object-position: -999999px -999999px;
|
||||
background: rgb(var(--vaccentcolor));
|
||||
-webkit-mask: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/guildcreate_createown_accent.svg) center/contain no-repeat;
|
||||
}
|
||||
.icon-QM5383[src="/assets/79516499036b21acd5f56ccba0635c38.svg"] + * {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
overflow: visible;
|
||||
}
|
||||
.icon-QM5383[src="/assets/79516499036b21acd5f56ccba0635c38.svg"] + *::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: -56px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
background: url(https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/svgs/guildcreate_createown_bg.svg) center/contain no-repeat;
|
||||
}
|
||||
|
||||
.uploadIcon-2IFzZU [fill="#7289da" i] { /* create guild upload icon */
|
||||
fill: rgb(var(--vaccentcolor));
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path fill="black" d="M23.5 41.9961C33.165 41.9961 41 34.162 41 24.4981C41 14.8341 33.165 7 23.5 7C13.835 7 6 14.8341 6 24.4981C6 34.162 13.835 41.9961 23.5 41.9961Z"/></svg>
|
After Width: | Height: | Size: 269 B |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 11 KiB |
Loading…
Reference in New Issue