Files
2026-07-09 21:33:33 +02:00

20 lines
312 B
Plaintext

#root-profile {
justify-content: flex-start;
align-items: flex-start;
flex-direction: row;
width: 100%;
}
#select-profile {
height: 50px;
flex-grow: 1;
}
#delete-profile {
height: 50px;
width: 50px;
font-size: 30px;
-unity-font-style: bold;
color: rgb(188, 0, 0);
}