init
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#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);
|
||||
}
|
||||
Reference in New Issue
Block a user