aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2023-01-13 18:11:34 -0500
committermehekj <mehek.jethani@gmail.com>2023-01-13 18:11:34 -0500
commit82de335e0643f907e44cb193c9b2c6da1b3cbaf1 (patch)
treee72a74f8b18bfd1e9d6f7262a0fb5203d82b6921 /src/client/views/PropertiesView.scss
parent73d3c63658c4bdf3268ea81a02eb96566869b855 (diff)
parent6d32fe60ce32d650a2ba0d5eb8e36dccb591521f (diff)
Merge branch 'master' into schema-mehek
Diffstat (limited to 'src/client/views/PropertiesView.scss')
-rw-r--r--src/client/views/PropertiesView.scss23
1 files changed, 18 insertions, 5 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss
index 437df4739..897be9a32 100644
--- a/src/client/views/PropertiesView.scss
+++ b/src/client/views/PropertiesView.scss
@@ -1,11 +1,16 @@
-@import "./global/globalCssVariables.scss";
+@import './global/globalCssVariables.scss';
.propertiesView {
height: 100%;
width: 250;
- font-family: "Roboto";
+ font-family: 'Roboto';
+ font-size: 12px;
cursor: auto;
+ .slider-text {
+ font-size: 8px;
+ }
+
overflow-x: hidden;
overflow-y: auto;
@@ -843,7 +848,7 @@
}
.propertiesView-section {
- padding: 10px 0;
+ padding-left: 20px;
}
.propertiesView-input {
@@ -865,7 +870,15 @@
}
.propertiesButton {
- width: 4rem;
+ width: 2rem;
+ height: 2rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ > svg {
+ width: 15px;
+ height: 15px;
+ }
}
}
@@ -877,4 +890,4 @@
color: white;
padding-left: 8px;
background-color: rgb(51, 51, 51);
-} \ No newline at end of file
+}