Fix card list class

This commit is contained in:
Kevin Martinez 2023-12-22 00:50:07 -04:00
parent 36344d112b
commit 06637cd89c
1 changed files with 5 additions and 5 deletions

View File

@ -94,11 +94,6 @@ const loadVolumes = async (rows) => {
</template>
<style lang="scss">
.card-list {
width: 100%;
max-width: 60em;
}
.order-volume-summary {
.vn-label-value {
display: flex;
@ -121,6 +116,11 @@ const loadVolumes = async (rows) => {
}
</style>
<style lang="scss" scoped>
.card-list {
width: 100%;
max-width: 60em;
}
.header {
color: $primary;
font-weight: bold;