1
This commit is contained in:
@@ -110,3 +110,26 @@ TabBar Button:disabled {
|
||||
-unity-background-image-tint-color: rgb(255, 255, 255);
|
||||
scale: 1.1 1.1;
|
||||
}
|
||||
|
||||
.inventory-container {
|
||||
width: 624px;
|
||||
height: 768px;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
align-items: flex-start;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: row;
|
||||
padding-left: 24px;
|
||||
padding-right: 24px;
|
||||
padding-top: 24px;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
|
||||
.inventory-container-background {
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
padding-top: 16px;
|
||||
padding-bottom: 16px;
|
||||
background-color: rgb(32, 32, 32);
|
||||
min-width: 256px;
|
||||
min-height: 512px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user