aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionDockingView.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/collections/CollectionDockingView.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/collections/CollectionDockingView.scss')
-rw-r--r--src/client/views/collections/CollectionDockingView.scss22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/client/views/collections/CollectionDockingView.scss b/src/client/views/collections/CollectionDockingView.scss
index a747ef45f..7c19d39da 100644
--- a/src/client/views/collections/CollectionDockingView.scss
+++ b/src/client/views/collections/CollectionDockingView.scss
@@ -1,4 +1,4 @@
-@import '../global/globalCssVariables.module.scss';
+@use '../global/globalCssVariables.module.scss' as global;
.lm_root {
position: relative;
@@ -285,7 +285,7 @@
background: transparent;
border: solid 0px transparent;
cursor: grab;
- color: $black;
+ color: global.$black;
}
.collectiondockingview-container .lm_splitter {
opacity: 0.2;
@@ -378,7 +378,7 @@ ul.lm_tabs::before {
z-index: 1;
text-align: center;
font-size: 18;
- color: $dark-gray;
+ color: global.$dark-gray;
img {
position: relative;
@@ -491,7 +491,7 @@ ul.lm_tabs::before {
}
.lm_content {
- background: $white;
+ background: global.$white;
}
.lm_controls {
@@ -557,7 +557,7 @@ ul.lm_tabs::before {
}
.flexlayout__splitter {
- background-color: $dark-gray;
+ background-color: global.$dark-gray;
}
.flexlayout__splitter:hover {
@@ -626,7 +626,7 @@ ul.lm_tabs::before {
position: absolute;
box-sizing: border-box;
background-color: #222;
- color: $dark-gray;
+ color: global.$dark-gray;
}
.flexlayout__tab_button {
@@ -709,7 +709,7 @@ ul.lm_tabs::before {
}
.flexlayout__tab_header_outer {
- background-color: $dark-gray;
+ background-color: global.$dark-gray;
position: absolute;
left: 0;
right: 0;
@@ -769,28 +769,28 @@ ul.lm_tabs::before {
}
.flexlayout__border_top {
- background-color: $dark-gray;
+ background-color: global.$dark-gray;
border-bottom: 1px solid #ddd;
box-sizing: border-box;
overflow: hidden;
}
.flexlayout__border_bottom {
- background-color: $dark-gray;
+ background-color: global.$dark-gray;
border-top: 1px solid #333;
box-sizing: border-box;
overflow: hidden;
}
.flexlayout__border_left {
- background-color: $dark-gray;
+ background-color: global.$dark-gray;
border-right: 1px solid #333;
box-sizing: border-box;
overflow: hidden;
}
.flexlayout__border_right {
- background-color: $dark-gray;
+ background-color: global.$dark-gray;
border-left: 1px solid #333;
box-sizing: border-box;
overflow: hidden;