aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.scss
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-03-04 04:32:50 -0500
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2025-03-04 04:32:50 -0500
commit95abdada5a275fc258fa72781f7f3c40c0b306ea (patch)
tree6d729cebe0937ae81108005de9895b5398d1f475 /src/client/views/MainView.scss
parent0a8f3739cf5c30852f18751a4c05d81e0dabe928 (diff)
parent215ad40efa2e343e290d18bffbc55884829f1a0d (diff)
Merge branch 'master' of https://github.com/brown-dash/Dash-Web into Merge
Diffstat (limited to 'src/client/views/MainView.scss')
-rw-r--r--src/client/views/MainView.scss18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/client/views/MainView.scss b/src/client/views/MainView.scss
index e204759ab..2170e0c34 100644
--- a/src/client/views/MainView.scss
+++ b/src/client/views/MainView.scss
@@ -1,5 +1,5 @@
-@import 'global/globalCssVariables.module.scss';
-@import 'nodeModuleOverrides';
+@use 'global/globalCssVariables.module.scss' as global;
+// bcz: fix @import 'nodeModuleOverrides';
html {
overscroll-behavior-x: none;
}
@@ -68,10 +68,10 @@ body {
}
.mainView-container {
- color: $dark-gray;
+ color: global.$dark-gray;
.lm_goldenlayout {
- background: $medium-gray;
+ background: global.$medium-gray;
}
}
@@ -93,7 +93,7 @@ body {
.mainView-propertiesDragger-minified,
.mainView-propertiesDragger {
//background-color: rgb(140, 139, 139);
- background-color: $light-gray;
+ background-color: global.$light-gray;
height: 55px;
width: 17px;
position: absolute;
@@ -133,10 +133,10 @@ body {
flex-direction: column;
position: relative;
height: 100%;
- background: $medium-gray;
+ background: global.$medium-gray;
.documentView-node-topmost {
- background: $light-gray;
+ background: global.$light-gray;
}
}
@@ -153,12 +153,12 @@ body {
}
.mainView-libraryHandle {
- background-color: $light-gray;
+ background-color: global.$light-gray;
}
.mainView-leftMenuPanel {
min-width: var(--menuPanelWidth);
- border-right: $standard-border;
+ border-right: global.$standard-border;
.collectionStackingView {
scrollbar-width: none;