From 106327cbce6dce031b5c1ce1d8f0c30e0d4478a8 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 2f214b759e4a..e6cd629ea75a 100644 --- a/client/src/components/Collections/PairedListCollectionCreator.vue +++ b/client/src/components/Collections/PairedListCollectionCreator.vue @@ -1318,6 +1318,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 @@ -1364,7 +1366,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;