From afddb8f9900fe7ae8c66a19b39c2d1b7b362ed0a Mon Sep 17 00:00:00 2001 From: alexm Date: Fri, 18 Aug 2023 14:03:39 +0200 Subject: [PATCH] refs #5987 fix button color --- src/components/ui/CardList.vue | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/components/ui/CardList.vue b/src/components/ui/CardList.vue index c70c7b1df..ed1df7668 100644 --- a/src/components/ui/CardList.vue +++ b/src/components/ui/CardList.vue @@ -45,16 +45,17 @@ const $props = defineProps({ white-space: nowrap; } } -} -.actions { - .q-btn { - width: 30px; - } - .q-icon { - color: $primary; - font-size: 25px; + .actions { + .q-btn { + width: 30px; + } + .q-icon { + color: $primary; + font-size: 25px; + } } } + @media (max-width: $breakpoint-xs) { .card-list-body { .vn-label-value {