aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/Main.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/Main.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/Main.scss')
-rw-r--r--src/client/views/Main.scss12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/client/views/Main.scss b/src/client/views/Main.scss
index 02916e48e..bea1de435 100644
--- a/src/client/views/Main.scss
+++ b/src/client/views/Main.scss
@@ -1,5 +1,5 @@
-@import 'global/globalCssVariables.module';
-@import 'nodeModuleOverrides';
+@use 'global/globalCssVariables.module' as global;
+// bcz: fix @import 'nodeModuleOverrides';
:root {
--flyoutHandleWidth: 28px;
@@ -10,8 +10,8 @@ body {
width: 100%;
height: 100%;
overflow: hidden;
- font-family: $sans-serif;
- font-size: $body-text;
+ font-family: global.$sans-serif;
+ font-size: global.$body-text;
margin: 0;
position: absolute;
top: 0;
@@ -54,7 +54,7 @@ button {
background: black;
outline: none;
border: 0px;
- color: $white;
+ color: global.$white;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 75%;
@@ -63,7 +63,7 @@ button {
}
button:hover {
- background: $medium-gray;
+ background: global.$medium-gray;
transform: scale(1.05);
cursor: pointer;
}