display custom role info

This commit is contained in:
AlecM33
2022-01-07 19:00:38 -05:00
parent 82e86f4fb6
commit 7ca184cfee
11 changed files with 175 additions and 13 deletions

View File

@@ -135,7 +135,9 @@
bottom: 0;
right: 0;
width: 290px;
height: 20px;
height: 50px;
font-size: 20px;
text-align: center;
}
#custom-role-hamburger .hamburger-inner, #custom-role-hamburger .hamburger-inner::before, #custom-role-hamburger .hamburger-inner::after {

View File

@@ -49,6 +49,29 @@
flex-direction: row;
}
#custom-role-info-modal {
display: flex;
color: #d7d7d7;
text-align: left;
font-family: signika-negative, sans-serif;
}
#custom-role-info-modal-description {
margin: 2em 0;
max-height: 10em;
overflow: auto;
}
#custom-role-info-modal-name {
font-family: 'diavlo', sans-serif;
font-size: 23px;
}
#custom-role-info-modal-alignment {
font-size: 20px;
font-weight: bold;
}
#change-name-modal, #transfer-mod-modal, #role-info-modal {
position: fixed;
}