aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-11-18 17:26:17 -0500
committerbobzel <zzzman@gmail.com>2022-11-18 17:26:17 -0500
commitcdd1dd95c67fcb95914913bb5346c5117c0abc27 (patch)
tree23954efa3dc046ce1ad4ee5cd24d7f64cd2e7497 /src/client/views/PropertiesView.scss
parent4a0686ca3db91cf6e2c984c53f1ad4f2fea8de8b (diff)
migration of link properties to propertiesView
Diffstat (limited to 'src/client/views/PropertiesView.scss')
-rw-r--r--src/client/views/PropertiesView.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss
index 437df4739..30806f718 100644
--- a/src/client/views/PropertiesView.scss
+++ b/src/client/views/PropertiesView.scss
@@ -1,9 +1,9 @@
-@import "./global/globalCssVariables.scss";
+@import './global/globalCssVariables.scss';
.propertiesView {
height: 100%;
width: 250;
- font-family: "Roboto";
+ font-family: 'Roboto';
cursor: auto;
overflow-x: hidden;
@@ -843,7 +843,7 @@
}
.propertiesView-section {
- padding: 10px 0;
+ padding-left: 20px;
}
.propertiesView-input {
@@ -877,4 +877,4 @@
color: white;
padding-left: 8px;
background-color: rgb(51, 51, 51);
-} \ No newline at end of file
+}