refs #6595 - PR2 - Resolve conflicts #144

Merged
alexm merged 250 commits from hyervoni-branch-PR-2 into dev 2024-01-11 12:22:28 +00:00
1 changed files with 5 additions and 5 deletions
Showing only changes of commit 06637cd89c - Show all commits

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;