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

File diff suppressed because one or more lines are too long

View File

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