diff options
| author | mehekj <mehek.jethani@gmail.com> | 2021-08-02 15:46:56 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2021-08-02 15:46:56 -0400 |
| commit | 8f210e4dd1c8b1328fc6f4cf0094acecbae0a2ef (patch) | |
| tree | 7368dcc55d2b210c701c849bca7183f08191e9b0 /src/client/views/collections | |
| parent | 2e1f7c626306a054c036c91a98e5dabee3b39ef8 (diff) | |
| parent | d3a7e378e26466b911733f76addfe9fc61a689df (diff) | |
Merge branch 'master' into temporalmedia-mehek
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionLinearView.scss | 8 |
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; } |
