init
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
#root-level-up-option {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
flex-direction: column;
|
||||
background-color: rgba(130, 130, 130, 0.98);
|
||||
border-top-width: 2px;
|
||||
border-right-width: 2px;
|
||||
border-bottom-width: 2px;
|
||||
border-left-width: 2px;
|
||||
border-left-color: rgb(0, 0, 0);
|
||||
border-right-color: rgb(0, 0, 0);
|
||||
border-top-color: rgb(0, 0, 0);
|
||||
border-bottom-color: rgb(0, 0, 0);
|
||||
padding-top: 20px;
|
||||
padding-right: 20px;
|
||||
padding-bottom: 20px;
|
||||
padding-left: 20px;
|
||||
align-items: center;
|
||||
margin-top: 10px;
|
||||
margin-right: 10px;
|
||||
margin-bottom: 10px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
#root-level-up-option > #title {
|
||||
-unity-text-align: upper-center;
|
||||
font-size: 50px;
|
||||
}
|
||||
|
||||
#root-level-up-option > #image {
|
||||
height: 150px;
|
||||
width: 150px;
|
||||
background-image: url('project://database/Assets/_ADDONS/MedievalKingdomUI/Artworks/White_gold_Skin/UI_elements_W/icon_frame.png?fileID=2800000&guid=f272753cabc45b9419037998d01412e7&type=3#icon_frame');
|
||||
}
|
||||
|
||||
#root-level-up-option > #description {
|
||||
-unity-text-align: upper-left;
|
||||
font-size: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user