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.
55 lines
1.3 KiB
55 lines
1.3 KiB
.go {
|
|
flex-shrink: 1;
|
|
font-size: 80px;
|
|
-unity-text-align: middle-center;
|
|
border-left-color: rgb(141, 157, 255);
|
|
border-right-color: rgb(141, 157, 255);
|
|
border-top-color: rgb(141, 157, 255);
|
|
border-bottom-color: rgb(141, 157, 255);
|
|
border-left-width: 7px;
|
|
border-right-width: 7px;
|
|
border-top-width: 7px;
|
|
border-bottom-width: 7px;
|
|
border-top-left-radius: 15px;
|
|
border-bottom-left-radius: 15px;
|
|
border-top-right-radius: 15px;
|
|
border-bottom-right-radius: 15px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
background-color: rgba(91, 91, 91, 0.49);
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.mods_list {
|
|
flex-grow: 1;
|
|
justify-content: space-around;
|
|
}
|
|
|
|
#score {
|
|
font-size: 70px;
|
|
-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;
|
|
-unity-background-scale-mode: scale-to-fit;
|
|
margin-right: 0;
|
|
margin-bottom: 5px;
|
|
margin-top: 5px;
|
|
max-height: 50%;
|
|
}
|
|
|
|
.go:hover {
|
|
border-left-color: rgb(64, 72, 255);
|
|
border-right-color: rgb(64, 72, 255);
|
|
border-top-color: rgb(64, 72, 255);
|
|
border-bottom-color: rgb(64, 72, 255);
|
|
}
|
|
|