aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionLinearView.scss
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2021-07-22 15:27:03 -0400
committerGitHub <noreply@github.com>2021-07-22 15:27:03 -0400
commit2b2329a928772b3e0d45fca1e99ef29116c582f2 (patch)
treea4486669d6850fa0137e15beb1abce4d933cfd7d /src/client/views/collections/CollectionLinearView.scss
parent491fb6fc41792b1dfe7e3f9210b07a6b8e1eb0a7 (diff)
parentb4ad8cc62c51648c41f4b0ea2816f9086ed5c711 (diff)
Merge pull request #20 from brown-dash/Ashley
CSS Changes and standardization guidelines
Diffstat (limited to 'src/client/views/collections/CollectionLinearView.scss')
-rw-r--r--src/client/views/collections/CollectionLinearView.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/client/views/collections/CollectionLinearView.scss b/src/client/views/collections/CollectionLinearView.scss
index ca72b98a5..ec8805907 100644
--- a/src/client/views/collections/CollectionLinearView.scss
+++ b/src/client/views/collections/CollectionLinearView.scss
@@ -1,4 +1,4 @@
-@import "../globalCssVariables";
+@import "../global/globalCssVariables";
@import "../_nodeModuleOverrides";
.collectionLinearView-outer {
@@ -12,8 +12,8 @@
align-items: center;
>span {
- background: $dark-color;
- color: $light-color;
+ background: $dark-gray;
+ color: $white;
border-radius: 18px;
margin-right: 6px;
cursor: pointer;
@@ -63,8 +63,8 @@
>label {
margin-top: "auto";
margin-bottom: "auto";
- background: $dark-color;
- color: $light-color;
+ background: $dark-gray;
+ color: $white;
display: inline-block;
border-radius: 18px;
font-size: 12.5px;
@@ -82,7 +82,7 @@
}
label:hover {
- background: $main-accent;
+ background: $medium-gray;
transform: scale(1.15);
}