org glass custom html
This commit is contained in:
parent
60b8abf534
commit
0704e9ef4e
@ -109,7 +109,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.user-bg {
|
.user-bg {
|
||||||
background: ;
|
|
||||||
border-top-left-radius: 15px;
|
border-top-left-radius: 15px;
|
||||||
border-top-right-radius: 15px;
|
border-top-right-radius: 15px;
|
||||||
}
|
}
|
||||||
@ -382,7 +381,16 @@
|
|||||||
font-family: FontAwesome;
|
font-family: FontAwesome;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: rgba(40, 205, 65, 1);
|
color: rgba(40, 205, 65, 1);
|
||||||
}
|
}
|
||||||
|
/* Custom HTML */
|
||||||
|
#homepageOrdercustomhtmlTwo, #homepageOrdercustomhtml {
|
||||||
|
-webkit-backdrop-filter: blur(10px);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
background: var(--div-background-color-15);
|
||||||
|
border-radius: 15px;
|
||||||
|
padding: 10px;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
/* Invite */
|
/* Invite */
|
||||||
#invite-area .bg-org {
|
#invite-area .bg-org {
|
||||||
background: var(--div-background-color-15) !important;
|
background: var(--div-background-color-15) !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user