0
0
Fork 0

refs #5987 fix button color

This commit is contained in:
Alex Moreno 2023-08-18 14:03:39 +02:00
parent c2b10ba271
commit afddb8f990
1 changed files with 9 additions and 8 deletions

View File

@ -45,8 +45,7 @@ const $props = defineProps({
white-space: nowrap; white-space: nowrap;
} }
} }
} .actions {
.actions {
.q-btn { .q-btn {
width: 30px; width: 30px;
} }
@ -54,7 +53,9 @@ const $props = defineProps({
color: $primary; color: $primary;
font-size: 25px; font-size: 25px;
} }
}
} }
@media (max-width: $breakpoint-xs) { @media (max-width: $breakpoint-xs) {
.card-list-body { .card-list-body {
.vn-label-value { .vn-label-value {