aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/DocumentDecorations.scss
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-03-11 17:43:05 +0100
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-03-11 17:43:05 +0100
commitfa937182bc93aa2c6faadda80ea998cdfd479b4e (patch)
treecba8e16edcccc6fd2932173484ac444cb79abea2 /src/client/views/DocumentDecorations.scss
parentcf91c46cfec6e3e36b9184764016f9c1b5c997d4 (diff)
parent04669ffeb163688c7aefd7b5face7998252abdca (diff)
Merge branch 'master' of https://github.com/brown-dash/Dash-Web into DocCreatorMenu-work
Diffstat (limited to 'src/client/views/DocumentDecorations.scss')
-rw-r--r--src/client/views/DocumentDecorations.scss38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/client/views/DocumentDecorations.scss b/src/client/views/DocumentDecorations.scss
index 346df10d5..a5afb1305 100644
--- a/src/client/views/DocumentDecorations.scss
+++ b/src/client/views/DocumentDecorations.scss
@@ -1,4 +1,4 @@
-@import 'global/globalCssVariables.module';
+@use 'global/globalCssVariables.module' as global;
$linkGap: 3px;
$headerHeight: 20px;
@@ -195,14 +195,14 @@ $resizeHandler: 8px;
.documentDecorations-titleSpan {
width: 100%;
border-radius: 8px;
- background: $light-gray;
+ background: global.$contextMenu-zindex;
display: inline-block;
cursor: move;
}
}
.documentDecorations-titleBackground {
- background: $light-gray;
+ background: global.$light-gray;
border-radius: 8px;
width: 100%;
height: 100%;
@@ -314,7 +314,7 @@ $resizeHandler: 8px;
.documentDecorations-bottomResizer,
.documentDecorations-rightResizer {
pointer-events: auto;
- background: $medium-gray-dim;
+ background: global.$medium-gray-dim;
//opacity: 0.2;
&:hover {
opacity: 1;
@@ -344,7 +344,7 @@ $resizeHandler: 8px;
border-radius: 100%;
left: 7px;
top: 7px;
- background: $medium-gray;
+ background: global.$medium-gray;
height: 10;
width: 10;
opacity: 0.5;
@@ -378,7 +378,7 @@ $resizeHandler: 8px;
transform: translate(0px, -25%);
padding-bottom: 100%;
border-radius: 100%;
- border: solid $medium-gray 10px;
+ border: solid global.$medium-gray 10px;
}
.documentDecorations-topLeftResizer,
@@ -497,13 +497,13 @@ $resizeHandler: 8px;
}
.linkButton-empty:hover {
- background: $medium-gray;
+ background: global.$medium-gray;
transform: scale(1.05);
cursor: pointer;
}
.linkButton-nonempty:hover {
- background: $medium-gray;
+ background: global.$medium-gray;
transform: scale(1.05);
cursor: pointer;
}
@@ -520,7 +520,7 @@ $resizeHandler: 8px;
align-items: center;
gap: 5px;
//top: 4px;
- background: $light-gray;
+ background: global.$light-gray;
opacity: 0.2;
pointer-events: all;
transition: opacity 1s;
@@ -542,8 +542,8 @@ $resizeHandler: 8px;
text-align: center;
border-radius: 50%;
pointer-events: auto;
- color: $dark-gray;
- border: $dark-gray 1px solid;
+ color: global.$dark-gray;
+ border: global.$dark-gray 1px solid;
}
.linkButton-linker:hover {
@@ -558,8 +558,8 @@ $resizeHandler: 8px;
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%;
@@ -570,7 +570,7 @@ $resizeHandler: 8px;
align-items: center;
&:hover {
- background: $medium-gray;
+ background: global.$medium-gray;
transform: scale(1.05);
cursor: pointer;
}
@@ -600,13 +600,13 @@ $resizeHandler: 8px;
border-radius: 50%;
opacity: 0.9;
font-size: 14;
- background-color: $dark-gray;
- color: $white;
+ background-color: global.$dark-gray;
+ color: global.$white;
text-align: center;
cursor: pointer;
&:hover {
- background: $medium-gray;
+ background: global.$medium-gray;
transform: scale(1.05);
}
}
@@ -616,9 +616,9 @@ $resizeHandler: 8px;
top: 25px;
left: 0px;
width: max-content;
- font-family: $sans-serif;
+ font-family: global.$sans-serif;
font-size: 12px;
- background-color: $light-gray;
+ background-color: global.$light-gray;
padding: 2px 12px;
list-style: none;