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 {
|
&: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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user