From 7a836041037a40e2de543e58e3e2bdc7ad63eb61 Mon Sep 17 00:00:00 2001 From: bmauger Date: Thu, 24 Feb 2022 09:12:18 -0500 Subject: [PATCH] CSR-341 fix colors and font sizes per qa. --- .../list-button-horizontal.vue | 3 +++ src/ux-components/list-button/list-button.vue | 16 ++++++++++++++-- src/ux-components/list-card/list-card.vue | 12 ++++++++++++ 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue index f58522662..5c328bc4c 100644 --- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue +++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue @@ -164,6 +164,9 @@ export default { + p { display: none; } + span { + font-size: .875rem; + } } &:first-of-type { label { diff --git a/src/ux-components/list-button/list-button.vue b/src/ux-components/list-button/list-button.vue index 4727f9743..d523ee06f 100644 --- a/src/ux-components/list-button/list-button.vue +++ b/src/ux-components/list-button/list-button.vue @@ -126,7 +126,7 @@ export default { }; -