aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesButtons.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/PropertiesButtons.scss
parent491fb6fc41792b1dfe7e3f9210b07a6b8e1eb0a7 (diff)
parentb4ad8cc62c51648c41f4b0ea2816f9086ed5c711 (diff)
Merge pull request #20 from brown-dash/Ashley
CSS Changes and standardization guidelines
Diffstat (limited to 'src/client/views/PropertiesButtons.scss')
-rw-r--r--src/client/views/PropertiesButtons.scss16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss
index 29d2bfcb7..484522bc7 100644
--- a/src/client/views/PropertiesButtons.scss
+++ b/src/client/views/PropertiesButtons.scss
@@ -1,4 +1,4 @@
-@import "globalCssVariables";
+@import "global/globalCssVariables";
$linkGap : 3px;
@@ -7,13 +7,13 @@ $linkGap : 3px;
}
.propertiesButtons-linkButton-empty:hover {
- background: $main-accent;
+ background: $medium-gray;
transform: scale(1.05);
cursor: pointer;
}
.propertiesButtons-linkButton-nonempty:hover {
- background: $main-accent;
+ background: $medium-gray;
transform: scale(1.05);
cursor: pointer;
}
@@ -24,7 +24,7 @@ $linkGap : 3px;
width: 29px;
border-radius: 6px;
pointer-events: auto;
- background-color: #121721;
+ background-color: $dark-gray;
color: #fcfbf7;
text-transform: uppercase;
letter-spacing: 2px;
@@ -38,18 +38,18 @@ $linkGap : 3px;
margin-left: 4px;
&:hover {
- background: $main-accent;
+ background: $medium-gray;
transform: scale(1.05);
cursor: pointer;
}
}
.propertiesButtons-linkButton-empty.toggle-on {
background-color: white;
- color: black;
+ color: $dark-gray;
}
.propertiesButtons-linkButton-empty.toggle-hover {
background-color: gray;
- color: black;
+ color: $dark-gray;
}
.propertiesButtons-linkButton-empty.toggle-off {
color: white;
@@ -111,7 +111,7 @@ $linkGap : 3px;
margin-left: 4px;
&:hover {
- background: $main-accent;
+ background: $medium-gray;
transform: scale(1.05);
cursor: pointer;
}