v9 - quick fix for scene usability

This commit is contained in:
Vlyan
2021-12-23 12:39:58 +01:00
parent 4565f28a6d
commit ee1b72caa5
2 changed files with 4 additions and 4 deletions

View File

@@ -25,8 +25,8 @@ button {
&:before {
z-index: -1;
content: "";
position: absolute;
height: calc(100% + 0.6rem);
position: relative;
// height: calc(100% + 0.6rem);
width: 100%;
border: 1px solid rgb(195, 165, 130);
border-radius: 0;
@@ -413,7 +413,7 @@ button {
box-shadow: inset 0 0 0.5rem $black-light;
&:before {
z-index: -1;
position: absolute;
position: relative;
content: "";
background: transparent url("../assets/ui/players-border.webp") no-repeat 0 0;
background-size: 100%;