better screenshots, restyle role import/export menu

This commit is contained in:
AlecM33
2023-02-25 11:21:56 -05:00
parent f9811f51f6
commit acade5be5c
4 changed files with 21 additions and 5 deletions

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

View File

@@ -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;

View File

@@ -16,6 +16,8 @@ button#home-create-button {
width: 40vw;
min-width: 175px;
margin: 0;
border: 1px solid #464552;
border-radius: 21px;
}
#about-container {