init
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
#root-profile-selector {
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
align-items: flex-start;
|
||||
align-self: flex-start;
|
||||
left: 475px;
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.background {
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/White_gold_Skin/UI_elements_W/Main_bar.png?fileID=2800000&guid=2989a4dc4115a014490b11afadbdb163&type=3#Main_bar');
|
||||
padding-top: 20px;
|
||||
padding-right: 20px;
|
||||
padding-bottom: 20px;
|
||||
padding-left: 20px;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#close {
|
||||
position: absolute;
|
||||
right: -15px;
|
||||
top: -15px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/White_gold_Skin/Buttons_W/Button_round.png?fileID=2800000&guid=e4017002311fb1b44b1347e0c7e1e44a&type=3#Button_round');
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
-unity-font-style: bold;
|
||||
color: rgb(164, 164, 164);
|
||||
}
|
||||
|
||||
#profile-list {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#profile-list > TemplateContainer {
|
||||
}
|
||||
|
||||
.profile-add-row {
|
||||
width: 100%;
|
||||
flex-direction: row;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.profile-add-row > #profile-add-name {
|
||||
height: 50px;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.profile-add-row > #profile-add {
|
||||
align-self: flex-end;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
-unity-font-style: bold;
|
||||
font-size: 50px;
|
||||
color: rgb(44, 101, 39);
|
||||
-unity-text-align: middle-center;
|
||||
}
|
||||
Reference in New Issue
Block a user