aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesButtons.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/PropertiesButtons.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/PropertiesButtons.scss')
-rw-r--r--src/client/views/PropertiesButtons.scss20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/client/views/PropertiesButtons.scss b/src/client/views/PropertiesButtons.scss
index b8c73b6d3..6c2cda346 100644
--- a/src/client/views/PropertiesButtons.scss
+++ b/src/client/views/PropertiesButtons.scss
@@ -1,4 +1,4 @@
-@import 'global/globalCssVariables.module.scss';
+@use 'global/globalCssVariables.module.scss' as global;
$linkGap: 3px;
@@ -7,13 +7,13 @@ $linkGap: 3px;
}
.propertiesButtons-linkButton-empty:hover {
- background: $medium-gray;
+ background: global.$medium-gray;
transform: scale(1.05);
cursor: pointer;
}
.propertiesButtons-linkButton-nonempty:hover {
- background: $medium-gray;
+ background: global.$medium-gray;
transform: scale(1.05);
cursor: pointer;
}
@@ -46,19 +46,19 @@ $linkGap: 3px;
// margin-left: 4px;
&:hover {
- background: $medium-gray;
+ background: global.$medium-gray;
transform: scale(1.05);
cursor: pointer;
}
}
.propertiesButtons-linkButton-empty.toggle-on {
- background-color: $medium-blue;
- color: $white;
+ background-color: global.$medium-blue;
+ color: global.$white;
width: 100%;
}
.propertiesButtons-linkButton-empty.toggle-hover {
- background-color: $light-blue;
- color: $black;
+ background-color: global.$light-blue;
+ color: global.$black;
width: 100%;
}
.propertiesButtons-linkButton-empty.toggle-off {
@@ -88,7 +88,7 @@ $linkGap: 3px;
cursor: pointer;
text-align: center;
margin-top: 5px;
- border: 0.5px solid $medium-gray;
+ border: 0.5px solid global.$medium-gray;
background-color: rgb(230, 230, 230);
border-radius: 5px;
padding: 4px;
@@ -111,7 +111,7 @@ $linkGap: 3px;
.list-item {
cursor: pointer;
- color: $black;
+ color: global.$black;
width: 100%;
height: 25px;
font-weight: 400;