Stratasys-Fortus-450mc/Assets/UI/MainMenuLayout.uss
2023-06-25 14:55:44 -04:00

49 lines
1.1 KiB
Plaintext

VisualElement {
}
.Button {
margin-left: 1%;
margin-right: 1%;
margin-top: 1%;
margin-bottom: 1%;
flex-grow: 0.5;
font-size: 25px;
border-top-left-radius: 13px;
border-bottom-left-radius: 13px;
border-top-right-radius: 13px;
border-bottom-right-radius: 13px;
border-left-width: 3px;
border-right-width: 3px;
border-top-width: 3px;
border-bottom-width: 3px;
width: 10%;
}
.Panel {
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
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);
background-image: none;
-unity-background-image-tint-color: rgba(87, 87, 87, 0.05);
}
.TopText {
width: 30%;
height: 80%;
-unity-text-align: middle-left;
font-size: 38px;
margin-left: 1%;
margin-right: 1%;
margin-top: 1%;
margin-bottom: 1%;
}