v9 - quick fix for scene usability
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user