aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesView.scss
diff options
context:
space:
mode:
authoreperelm2 <emily_perelman@brown.edu>2023-06-06 17:28:13 -0400
committereperelm2 <emily_perelman@brown.edu>2023-06-06 17:28:13 -0400
commit7ba42015e6cc197393254205459d94d681e26f61 (patch)
treeadfc860b930561f9093110b86dfafcece9ae33de /src/client/views/PropertiesView.scss
parentc48b9015da3f68e83179fea9cb03cfe9fe7d1331 (diff)
started changing top section of prop menu
Diffstat (limited to 'src/client/views/PropertiesView.scss')
-rw-r--r--src/client/views/PropertiesView.scss17
1 files changed, 13 insertions, 4 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss
index 897be9a32..5e6bd85e6 100644
--- a/src/client/views/PropertiesView.scss
+++ b/src/client/views/PropertiesView.scss
@@ -15,13 +15,14 @@
overflow-y: auto;
.propertiesView-title {
- text-align: center;
+ text-align: left;
padding-top: 12px;
- padding-bottom: 12px;
+ // padding-bottom: 12px;
+ padding-left: 10px;
display: flex;
- font-size: 18px;
+ font-size: 25px;
font-weight: bold;
- justify-content: center;
+ // justify-content: center;
.propertiesView-title-icon {
width: 20px;
@@ -830,8 +831,16 @@
}
}
+.propertiesView-wordTitle{
+ color:silver;
+ font-weight:200;
+}
+
.editable-title {
border: solid 1px #323232;
+ padding-left: 5px;
+ padding-top: 4px;
+ border-radius: 4px;
height: fit-content;
&:hover {