|
@@ -859,15 +859,15 @@ ul#potion-properties-list li {
|
|
.ingredient-sell-container {
|
|
.ingredient-sell-container {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-direction: row;
|
|
- height: 126px;
|
|
|
|
|
|
+ height: 100px;
|
|
}
|
|
}
|
|
|
|
|
|
.ingredient-icon-container {
|
|
.ingredient-icon-container {
|
|
border: 4px dashed #dec8ad;
|
|
border: 4px dashed #dec8ad;
|
|
border-radius: 50px;
|
|
border-radius: 50px;
|
|
margin: 15px;
|
|
margin: 15px;
|
|
- width: 80px;
|
|
|
|
- height: 80px;
|
|
|
|
|
|
+ width: 70px;
|
|
|
|
+ height: 70px;
|
|
padding: 4px;
|
|
padding: 4px;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|