34 lines
552 B
Plaintext
34 lines
552 B
Plaintext
.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;
|
|
}
|