editing custom roles

This commit is contained in:
AlecM33
2022-01-11 19:57:13 -05:00
parent 3b14ae3978
commit c0c4ccdd74
14 changed files with 172 additions and 58 deletions

View File

@@ -180,6 +180,26 @@ button {
border: 2px solid #1c8a36;
}
.emphasized {
font-weight: bold;
color: #00a718;
}
#how-to-use-container img {
max-width: 98%;
border: 1px solid #57566a;
border-radius: 3px;
width: 45em;
margin: 0 auto;
/* justify-self: center; */
/* align-self: center; */
display: flex;
}
#how-to-use-container h1 {
font-family: signika-negative, sans-serif;
}
input {
padding: 10px;
}
@@ -227,10 +247,22 @@ input {
flex-direction: column;
margin: 0 auto;
width: 95%;
max-width: 70em;
max-width: 64em;
line-height: 1.5;
}
#how-to-use-container h3 {
font-size: 25px;
}
#how-to-use-container h1 {
font-size: 40px !important;
}
.tutorial-image-small {
width: 30em !important;
}
#desktop-links > a:nth-child(1), #mobile-links a:nth-child(1) {
margin: 0 0.5em;
width: 50px;

View File

@@ -694,7 +694,6 @@ label[for='moderator'] {
button {
font-size: 16px;
padding: 5px;
}
#play-pause img {