From 6992da9e0c3bd2cdd6e9a525249813ddd1d3ce19 Mon Sep 17 00:00:00 2001 From: John Chilton Date: Wed, 4 Dec 2024 10:42:39 -0500 Subject: [PATCH] ListPairs Usability - use new Galaxy green for component. How is a shade of green so evocative of a time. --- .../components/Collections/PairedListCollectionCreator.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/components/Collections/PairedListCollectionCreator.vue b/client/src/components/Collections/PairedListCollectionCreator.vue index 47af74d7ff75..343d73a0e5a5 100644 --- a/client/src/components/Collections/PairedListCollectionCreator.vue +++ b/client/src/components/Collections/PairedListCollectionCreator.vue @@ -1330,6 +1330,8 @@ $fa-font-path: "../../../node_modules/@fortawesome/fontawesome-free/webfonts/"; @import "~@fortawesome/fontawesome-free/scss/solid"; @import "~@fortawesome/fontawesome-free/scss/fontawesome"; @import "~@fortawesome/fontawesome-free/scss/brands"; +@import "~bootstrap/scss/_functions.scss"; +@import "theme/blue.scss"; .paired-column { text-align: center; // mess with these two to make center more/scss priority @@ -1376,7 +1378,7 @@ li.dataset.paired { white-space: nowrap; overflow: hidden; border: 2px solid grey; - background: #aff1af; + background: $state-success-bg; text-align: center; span { display: inline-block;