Added styles and fix button for API
This commit is contained in:
33
Assets/UI Toolkit/Styles/FurnitureItem.uss
Normal file
33
Assets/UI Toolkit/Styles/FurnitureItem.uss
Normal file
@@ -0,0 +1,33 @@
|
||||
.furniture-item {
|
||||
padding: 10px;
|
||||
margin-bottom: 8px;
|
||||
background-color: #2c2c2c;
|
||||
border-radius: 8px;
|
||||
border-width: 1px;
|
||||
border-color: #555;
|
||||
flex-direction: column;
|
||||
color: white;
|
||||
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.furniture-title {
|
||||
font-size: 14px;
|
||||
-unity-font-style: bold;
|
||||
color: white;
|
||||
|
||||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.furniture-subtitle {
|
||||
font-size: 13px;
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
#FurnitureItemDocumentUI-container{
|
||||
display:none;
|
||||
}
|
||||
Reference in New Issue
Block a user