aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentButtonBar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/DocumentButtonBar.scss')
-rw-r--r--src/client/views/DocumentButtonBar.scss23
1 files changed, 11 insertions, 12 deletions
diff --git a/src/client/views/DocumentButtonBar.scss b/src/client/views/DocumentButtonBar.scss
index ede277aae..f19fecfa6 100644
--- a/src/client/views/DocumentButtonBar.scss
+++ b/src/client/views/DocumentButtonBar.scss
@@ -1,4 +1,4 @@
-@import 'global/globalCssVariables.module';
+@use 'global/globalCssVariables.module' as global;
$linkGap: 3px;
@@ -7,13 +7,13 @@ $linkGap: 3px;
}
.documentButtonBar-linkButton-empty:hover {
- background: $medium-gray;
+ background: global.$medium-gray;
transform: scale(1.05);
cursor: pointer;
}
.documentButtonBar-linkButton-nonempty:hover {
- background: $medium-gray;
+ background: global.$medium-gray;
transform: scale(1.05);
cursor: pointer;
}
@@ -32,7 +32,6 @@ $linkGap: 3px;
.tags {
width: 40px;
-
}
}
.documentButtonBar-followTypes {
@@ -92,8 +91,8 @@ $linkGap: 3px;
border-radius: 50%;
opacity: 0.9;
pointer-events: auto;
- background-color: $dark-gray;
- color: $white;
+ background-color: global.$dark-gray;
+ color: global.$white;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 75%;
@@ -104,7 +103,7 @@ $linkGap: 3px;
align-items: center;
&:hover {
- background: $medium-gray;
+ background: global.$medium-gray;
transform: scale(1.05);
cursor: pointer;
}
@@ -132,12 +131,12 @@ $linkGap: 3px;
text-align: center;
border-radius: 50%;
pointer-events: auto;
- background-color: $dark-gray;
+ background-color: global.$dark-gray;
border: none;
transition: 0.2s ease all;
&:hover {
- background-color: $medium-gray;
+ background-color: global.$medium-gray;
}
}
@@ -148,7 +147,7 @@ $linkGap: 3px;
text-align: center;
border-radius: 50%;
pointer-events: auto;
- background-color: $dark-gray;
+ background-color: global.$dark-gray;
border: none;
transition: 0.2s ease all;
display: flex;
@@ -157,8 +156,8 @@ $linkGap: 3px;
align-items: center;
&:hover {
- background-color: $black;
-
+ background-color: global.$black;
+
.documentButtonBar-pinTypes {
display: flex;
}