BITFALL/Assets/Artists/UX/BITFALL_Common.uss

34 lines
913 B
Plaintext

.profiler-label {
background-color: rgba(0, 0, 0, 0.5);
padding-left: 8px;
padding-right: 8px;
padding-top: 4px;
padding-bottom: 4px;
margin-left: 4px;
margin-right: 4px;
color: rgb(255, 255, 255);
}
.menu-button {
background-color: rgba(0, 0, 0, 0);
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;
border-bottom-width: 0;
border-left-color: rgba(0, 0, 0, 0);
border-right-color: rgba(0, 0, 0, 0);
border-top-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0);
font-size: 32px;
color: rgb(183, 183, 183);
-unity-font-definition: url('project://database/Assets/BITKit/Art/Fonts/NotoSansSC-Bold%20SDF.asset?fileID=11400000&guid=033cc1a4c6c35c6488ad74f4cee476ac&type=2#NotoSansSC-Bold SDF');
}
.menu-button:hover {
color: rgb(255, 255, 255);
}
.menu-button:active {
color: rgb(161, 161, 161);
}