You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
782 B
32 lines
782 B
Button {
|
|
height: auto;
|
|
width: 80px;
|
|
font-size: 25px;
|
|
flex-grow: 0;
|
|
}
|
|
|
|
.mods_list {
|
|
flex-grow: 1;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
#score {
|
|
font-size: 50px;
|
|
-unity-font-style: bold;
|
|
-unity-text-align: middle-center;
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
margin-top: 5px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.mods_list > VisualElement {
|
|
width: 100%;
|
|
flex-grow: 1;
|
|
background-image: url('project://database/Packages/com.unity.2d.sprite/Editor/ObjectMenuCreation/DefaultAssets/Textures/HexagonFlat-Top.png?fileID=2747690628134850419&guid=16037dbd798344f57a526d53d48f5ead&type=3#Hexagon Flat-Top');
|
|
-unity-background-scale-mode: scale-to-fit;
|
|
margin-right: 0;
|
|
margin-bottom: 5px;
|
|
margin-top: 5px;
|
|
max-height: 50%;
|
|
}
|
|
|