aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/PropertiesView.scss')
-rw-r--r--src/client/views/PropertiesView.scss8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss
index a5e60b831..280de4893 100644
--- a/src/client/views/PropertiesView.scss
+++ b/src/client/views/PropertiesView.scss
@@ -1,4 +1,4 @@
-@import './global/globalCssVariables.module.scss';
+@use './global/globalCssVariables.module.scss' as global;
.propertiesView-presentationTrails-title {
display: flex;
@@ -28,7 +28,7 @@
font-family: 'Roboto';
font-size: 12px;
cursor: auto;
- border-left: $standard-border;
+ border-left: global.$standard-border;
.slider-text {
font-size: 8px;
@@ -508,6 +508,7 @@
display: flex;
margin-bottom: 3px;
margin-left: 4px;
+ justify-content: space-evenly;
.arrows-head {
display: flex;
@@ -566,7 +567,7 @@
height: fit-content;
&:hover {
- border: 0.75px solid $medium-blue;
+ border: 0.75px solid global.$medium-blue;
}
}
@@ -641,6 +642,7 @@
.smooth,
.color,
+.strength-slider,
.smooth-slider {
margin-top: 7px;
}