PuzzleGame/PuzzleGameProject/Assets/UI/Styles/style1.uss
2025-02-25 18:01:35 +01:00

27 lines
716 B
Text

.MenuHTwo {
-unity-font-definition: url("project://database/Library/unity%20default%20resources?fileID=10102&guid=0000000000000000e000000000000000&type=0#LegacyRuntime");
-unity-font-style: normal;
font-size: 39px;
}
.MenuHThree {
font-size: 25px;
}
.MenuText {
}
.unity-toggle__checkmark {
border-top-width: 2px;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-left-color: rgb(0, 0, 0);
border-right-color: rgb(0, 0, 0);
border-top-color: rgb(0, 0, 0);
border-bottom-color: rgb(0, 0, 0);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}