mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
better screenshots, restyle role import/export menu
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 58 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 59 KiB |
@@ -230,22 +230,36 @@
|
||||
}
|
||||
|
||||
#custom-role-actions {
|
||||
background-color: #16141e;
|
||||
border-radius: 5px;
|
||||
border: 2px solid #3b3a4a;
|
||||
display: none;
|
||||
color: #e7e7e7;
|
||||
position: absolute;
|
||||
z-index: 25;
|
||||
top: 38px;
|
||||
right: 29px;
|
||||
background-color: #3b3a4a;
|
||||
border-radius: 5px;
|
||||
width: 150px;
|
||||
right: 9px;
|
||||
box-shadow: -3px -3px 6px rgb(0 0 0 / 60%);
|
||||
}
|
||||
|
||||
#custom-role-actions div:nth-child(1) {
|
||||
border-bottom: 2px solid #3b3a4a;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
#custom-role-actions div:nth-child(2) {
|
||||
border-top-right-radius: 0;
|
||||
border-top-left-radius: 0;
|
||||
}
|
||||
|
||||
.custom-role-action {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
background-color: #3b3a4a;
|
||||
padding: 10px 0;
|
||||
background-color: #16141e;
|
||||
border-radius: 5px;
|
||||
text-align: center;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
@@ -16,6 +16,8 @@ button#home-create-button {
|
||||
width: 40vw;
|
||||
min-width: 175px;
|
||||
margin: 0;
|
||||
border: 1px solid #464552;
|
||||
border-radius: 21px;
|
||||
}
|
||||
|
||||
#about-container {
|
||||
|
||||
Reference in New Issue
Block a user