40 lines
1011 B
Plaintext
40 lines
1011 B
Plaintext
Label {
|
|
-unity-font-definition: url("project://database/Assets/Artists/Arts/Fonts/Meiryo%20UI%20W53%20Regular%20SDF.asset?fileID=11400000&guid=80d4eed6ab6a2c248b81331b3aab1c8c&type=2#Meiryo UI W53 Regular SDF");
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.level-button:focus {
|
|
-unity-background-image-tint-color: rgb(255, 255, 255);
|
|
flex-grow: 1;
|
|
transition-duration: 0.2s;
|
|
}
|
|
|
|
.dialogue-container Label {
|
|
}
|
|
|
|
.dialogue-container Label:disabled {
|
|
opacity: 0.5;
|
|
}
|