23 lines
569 B
Plaintext
23 lines
569 B
Plaintext
|
.level-button {
|
||
|
background-color: rgba(255, 255, 255, 0);
|
||
|
border-top-width: 0;
|
||
|
border-right-width: 0;
|
||
|
border-bottom-width: 0;
|
||
|
border-left-width: 0;
|
||
|
-unity-background-image-tint-color: rgb(83, 83, 83);
|
||
|
margin-top: 0;
|
||
|
margin-right: 0;
|
||
|
margin-bottom: 0;
|
||
|
margin-left: 0;
|
||
|
min-height: 512px;
|
||
|
transition-duration: 0.2s;
|
||
|
min-width: 256px;
|
||
|
-unity-background-scale-mode: scale-and-crop;
|
||
|
}
|
||
|
|
||
|
.level-button:hover {
|
||
|
-unity-background-image-tint-color: rgb(255, 255, 255);
|
||
|
flex-grow: 1;
|
||
|
transition-duration: 0.2s;
|
||
|
}
|