59 lines
1.0 KiB
Plaintext
59 lines
1.0 KiB
Plaintext
UTKComponentListWindow {
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
UTKComponentTabListWindow {
|
|
height: 100%;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 400;
|
|
bottom: 0;
|
|
}
|
|
|
|
.container {
|
|
background-color: rgb(37, 37, 38);
|
|
height: 100%;
|
|
align-self: flex-start;
|
|
padding: 5px;
|
|
padding-top: 10px;
|
|
padding-bottom: 25px;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
width: 300px;
|
|
}
|
|
|
|
|
|
.tab-button {
|
|
background-color: #1E1E1E;
|
|
border-width: 0;
|
|
border-radius: 0px;
|
|
padding-left: 12px;
|
|
padding-right: 12px;
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
margin-right: 1px;
|
|
margin-left: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
color: #A0A0A0;
|
|
font-size: 11px;
|
|
-unity-font-definition: resource('Fonts/Pretendard/Pretendard-Medium');
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.tab-button:hover {
|
|
background-color: #292929;
|
|
}
|
|
|
|
.tab-button-selected {
|
|
background-color: #303031;
|
|
color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.tab-button-selected:hover {
|
|
background-color: #3A3D41;
|
|
} |