aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.scss
diff options
context:
space:
mode:
authorLauren Choi <laurenchoi@gmail.com>2021-10-29 12:05:28 -0400
committerLauren Choi <laurenchoi@gmail.com>2021-10-29 12:05:28 -0400
commit428b90b9e2e902b82f3406a5062f8be6950f4862 (patch)
treeb9bf7bd21ea2d198d53a9d92f80da601c531320a /src/client/views/PropertiesView.scss
parent0691dc220f52643f4fd5fa9a29a5c52ef59321aa (diff)
style properties panel
Diffstat (limited to 'src/client/views/PropertiesView.scss')
-rw-r--r--src/client/views/PropertiesView.scss38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss
index 554f137cb..b75e7182c 100644
--- a/src/client/views/PropertiesView.scss
+++ b/src/client/views/PropertiesView.scss
@@ -2,6 +2,7 @@
.propertiesView {
height: 100%;
+ width: 250;
font-family: "Roboto";
cursor: auto;
@@ -836,3 +837,40 @@
.properties-flyout {
grid-column: 2/4;
}
+
+.propertiesView-linking {
+ padding: 5%;
+}
+
+.propertiesView-section {
+ padding: 10px 0;
+}
+
+.propertiesView-input {
+ padding: 4px 8px;
+
+ .text {
+ width: 100%;
+ }
+
+ &.first {
+ padding-top: 6px;
+ }
+
+ &.inline {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: space-between;
+ }
+}
+
+.propertiesView-label {
+ font-weight: bold;
+ font-size: 12.5px;
+ padding: 4px;
+ display: flex;
+ color: white;
+ padding-left: 8px;
+ background-color: rgb(51, 51, 51);
+} \ No newline at end of file