VR4RoboticArm3/VR4RoboticArm/Library/PackageCache/com.unity.collab-proxy/Editor/Assets/Styles/DownloadPlasticExeDialog.uss
IonutMocanu 1d45ac8df0 Main1
2025-09-15 21:53:38 +03:00

36 lines
497 B
Plaintext

@import "Base.uss";
#container {
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
margin-left: 20px;
}
#footer {
display: flex;
flex-direction: row;
margin-top: 15px;
margin-left: 20px;
}
#title {
-unity-font-style: bold;
margin-bottom: 20px;
font-size: 13px;
}
#progressControlsContainer {
height: 15px;
}
Label {
white-space: normal;
margin-bottom: 20px;
font-size: 13px;
}
Button {
width: 80px;
height: 25px;
}