style: vertical spacing tweaks
This commit is contained in:
@@ -256,7 +256,7 @@
|
||||
border-bottom-right-radius: 8px;
|
||||
border-bottom-left-radius: 8px;
|
||||
display: block;
|
||||
margin: 0;
|
||||
margin: 24px 0 0 0;
|
||||
padding: 16px 24px;
|
||||
align-content: center;
|
||||
|
||||
@@ -348,7 +348,6 @@
|
||||
}
|
||||
|
||||
.item-notes {
|
||||
height: 48px;
|
||||
margin-top: 8px;
|
||||
padding-left: 48.5px;
|
||||
padding-right: 48.5px;
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
:show-popover="false"
|
||||
/>
|
||||
<span class="owned">
|
||||
{{ $t('owned') }}: {{ itemContextToSell.itemCount }}
|
||||
{{ $t('owned') }}: <span class="user-amount">{{ itemContextToSell.itemCount }}</span>
|
||||
</span>
|
||||
<h4 class="title">
|
||||
{{ itemContextToSell.itemName }}
|
||||
@@ -169,6 +169,10 @@
|
||||
margin-top: -48px;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
.user-amount {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
}
|
||||
|
||||
.item-wrapper {
|
||||
@@ -200,7 +204,6 @@
|
||||
}
|
||||
|
||||
.item-notes {
|
||||
height: 48px;
|
||||
margin-top: 12px;
|
||||
line-height: 1.71;
|
||||
font-size: 0.875rem;
|
||||
|
||||
Reference in New Issue
Block a user