Files
VOIDRPG/Assets/92 - UserInterface/Generic/Game/ContainerUIStyle.uss
T
2026-07-09 21:33:33 +02:00

59 lines
1.1 KiB
Plaintext

#root-container {
width: 400px;
height: 400px;
min-width: 400px;
min-height: 400px;
position: absolute;
left: 800px;
top: 400px;
}
#sorts {
flex-basis: 60px;
flex-direction: column;
align-items: center;
justify-content: center;
margin-left: 15px;
margin-right: 15px;
margin-top: 40px;
margin-bottom: 5px;
border-bottom-width: 1px;
border-left-color: rgb(88, 88, 88);
border-right-color: rgb(88, 88, 88);
border-top-color: rgb(88, 88, 88);
border-bottom-color: rgb(88, 88, 88);
flex-shrink: 0;
}
#sort_lane {
flex-direction: row;
align-items: left;
align-self: left;
flex-shrink: 0;
}
#slots-scroller {
margin-left: 15px;
margin-right: 15px;
margin-top: 0px;
margin-bottom: 15px;
height: 100%;
}
#slots-scroller > #slots {
height: 100%;
flex-wrap: wrap;
flex-direction: row;
margin-left: 0;
margin-right: 5px;
margin-top: 0;
margin-bottom: 0;
}
#slots-scroller > #slots > .slot {
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
}