aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
authorAubrey-Li <63608597+Aubrey-Li@users.noreply.github.com>2021-07-31 22:08:41 -0700
committerAubrey-Li <63608597+Aubrey-Li@users.noreply.github.com>2021-07-31 22:08:41 -0700
commitf4b910cc51c7c6b9c794d1b59198d132af3580b7 (patch)
tree6aa1b6237c3d12918c0dd04c219733333da2402d /src/client/views/collections
parent621b64bc6063da1d7fd95fcee9eed5dc853bd18a (diff)
parentb1361eec6d3f554d4927931c339b5c169b9a54a7 (diff)
Merge branch 'master' into trails-aubrey
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/CollectionLinearView.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/collections/CollectionLinearView.scss b/src/client/views/collections/CollectionLinearView.scss
index 86610ac20..913a65774 100644
--- a/src/client/views/collections/CollectionLinearView.scss
+++ b/src/client/views/collections/CollectionLinearView.scss
@@ -20,7 +20,7 @@
}
.bottomPopup-background {
- background: $light-blue;
+ background: $medium-blue;
display: flex;
height: 35;
transform: translate3d(6px, 0px, 0px);
@@ -30,7 +30,7 @@
}
.bottomPopup-text {
- color: black;
+ color: $white;
display: inline;
white-space: nowrap;
padding-left: 8px;
@@ -45,7 +45,7 @@
padding-left: 8px;
padding-right: 8px;
vertical-align: middle;
- background-color: #efefef;
+ background-color: $light-gray;
border-radius: 3px;
color: black;
margin-right: 5px;
@@ -58,7 +58,7 @@
padding-left: 8px;
padding-right: 8px;
vertical-align: middle;
- background-color: #f3b6b6;
+ background-color: $close-red;
border-radius: 3px;
color: black;
}