aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/MainView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-03-16 19:02:56 -0400
committerbobzel <zzzman@gmail.com>2025-03-16 19:02:56 -0400
commitdf708c90d8356934d2e3d9123129c761d328c1fe (patch)
tree98b0588710ac8ca00c303960da0851614aacf597 /src/client/views/MainView.scss
parent7d9fae09e8906e5636f6ea695ad560797b08d023 (diff)
parentf4042257be7359734a0dd35cedbf03fe4aa14cf1 (diff)
Merge branch 'DocCreatorMenu-work' of https://github.com/brown-dash/Dash-Web into DocCreatorMenu-work
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..db949285b 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;
+@use 'nodeModuleOverrides' as overrides;
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;