mirror of
https://github.com/AlecM33/Werewolf.git
synced 2026-01-02 01:03:24 +01:00
styling tweaks
This commit is contained in:
@@ -172,7 +172,7 @@ h1 {
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
#role-info-modal #modal-button-container {
|
||||
#role-info-modal .modal-button-container {
|
||||
margin-top: 1em;
|
||||
justify-content: center;
|
||||
}
|
||||
@@ -226,6 +226,14 @@ h1 {
|
||||
/*transform-style: preserve-3d;*/
|
||||
}
|
||||
|
||||
.game-role-good {
|
||||
border: 5px solid #5469c5 !important;
|
||||
}
|
||||
|
||||
.game-role-evil {
|
||||
border: 5px solid #c55454 !important;
|
||||
}
|
||||
|
||||
#game-role-back {
|
||||
user-select: none;
|
||||
-ms-user-select: none;
|
||||
@@ -589,14 +597,6 @@ label[for='moderator'] {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.good-players {
|
||||
background-color: #1c1a36;
|
||||
}
|
||||
|
||||
.evil-players {
|
||||
background-color: #361a1a;
|
||||
}
|
||||
|
||||
.kill-player-button {
|
||||
background-color: #9f4747;
|
||||
}
|
||||
@@ -649,11 +649,11 @@ label[for='moderator'] {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#transfer-mod-form #modal-button-container {
|
||||
#transfer-mod-form .modal-button-container {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#transfer-mod-modal #modal-button-container {
|
||||
#transfer-mod-modal .modal-button-container {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user