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

22 lines
375 B
Plaintext

#root-level-up {
width: 100%;
height: 100%;
flex-direction: row;
align-items: center;
background-color: rgba(255, 255, 255, 0.08);
}
#root-level-up > #close {
position: absolute;
top: 10px;
right: 10px;
width: 40px;
height: 40px;
}
#root-level-up > #options {
flex-direction: row;
justify-content: center;
width: 100%;
}