aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackingView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-02-25 01:03:25 -0500
committerbobzel <zzzman@gmail.com>2025-02-25 01:03:25 -0500
commit515707c4561eb526426b8fa07dd50bd499fb91cc (patch)
treef4cbc69387da19add6dbc88acecbcdbdca575039 /src/client/views/collections/CollectionStackingView.scss
parent30b07ed24fbe5e6d49741bc63031807408cd4a0c (diff)
added a hideUI option to hide buttons. fixed a mess of runtime warnings mostly related to how scss files can be included in each other
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.scss')
-rw-r--r--src/client/views/collections/CollectionStackingView.scss22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/client/views/collections/CollectionStackingView.scss b/src/client/views/collections/CollectionStackingView.scss
index 6400a0a8e..5237bdffb 100644
--- a/src/client/views/collections/CollectionStackingView.scss
+++ b/src/client/views/collections/CollectionStackingView.scss
@@ -1,4 +1,4 @@
-@import '../global/globalCssVariables.module.scss';
+@use '../global/globalCssVariables.module.scss' as global;
.collectionMasonryView {
display: inline;
@@ -18,7 +18,7 @@
.documentButtonMenu {
position: relative;
height: fit-content;
- border-bottom: $standard-border;
+ border-bottom: global.$standard-border;
display: flex;
justify-content: center;
flex-direction: column;
@@ -30,10 +30,10 @@
width: 90%;
margin: 5px;
font-size: 11px;
- color: $medium-blue;
+ color: global.$medium-blue;
padding: 10px;
border-radius: 5px;
- border: solid 0.5px $medium-blue;
+ border: solid 0.5px global.$medium-blue;
}
}
@@ -115,9 +115,9 @@
padding: 10px;
height: 2vw;
width: 100%;
- font-family: $sans-serif;
- background: $dark-gray;
- color: $white;
+ font-family: global.$sans-serif;
+ background: global.$dark-gray;
+ color: global.$white;
}
.collectionStackingView-columnDragger {
@@ -149,7 +149,7 @@
.collectionStackingView-collapseBar {
margin-top: 2px;
- background: $medium-gray;
+ background: global.$medium-gray;
height: 5px;
width: 100%;
display: none;
@@ -207,11 +207,11 @@
text-align: center;
margin: auto;
margin-bottom: 10px;
- background: $medium-gray;
+ background: global.$medium-gray;
// overflow: hidden; overflow is visible so the color menu isn't hidden -ftong
.editableView-input {
- color: $dark-gray;
+ color: global.$dark-gray;
}
.editableView-input:hover,
@@ -232,7 +232,7 @@
display: flex;
align-items: center;
justify-content: center;
- color: $dark-gray;
+ color: global.$dark-gray;
.editableView-container-editing-oneLine,
.editableView-container-editing {