20 lines
312 B
Plaintext
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);
|
|
}
|