Padding on total text
This commit is contained in:
@@ -134,6 +134,16 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include mobile {
|
||||||
|
.total-container {
|
||||||
|
> div:nth-of-type(2) {
|
||||||
|
margin-top: auto;
|
||||||
|
padding-bottom: 4px;
|
||||||
|
padding-left: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.bought-number-span {
|
.bought-number-span {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user