1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/Codem-BlackHUDV2/html/style/radialHud.css
2025-06-07 08:51:21 +02:00

35 lines
No EOL
482 B
CSS

.radialHudWrapper {
position: absolute;
left: 1.7rem;
bottom: .25rem;
height: 3.5rem;
transform-origin: 0 0;
}
.radialHudIcons {
position: relative;
width: 3.25rem;
height: 3.25rem;
}
.radialHudTop {
position: absolute;
left: 0rem;
top: -5.5rem;
}
.radialHudLeft {
margin-bottom: .5rem;
}
.radialHudIconsWrapper {
display: flex;
justify-content: center;
position: relative;
margin-right: 0rem;
top: 0rem;
}