aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/PropertiesSection.scss
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2024-02-22 10:22:58 -0500
committerSophie Zhang <sophie_zhang@brown.edu>2024-02-22 10:22:58 -0500
commit3f33a680af31a04b58c6163fda53a80a737837c6 (patch)
treeb84da40da1c13c8ab8ab8cd763b69ac5b39ce93c /src/client/views/PropertiesSection.scss
parent70cf5ad795055c1f628c918b08a13a96e4ab89a6 (diff)
parentcf85ee4ea73985529a16321d671d893ddb862439 (diff)
Merge branch 'master' into sophie-ai-images
Diffstat (limited to 'src/client/views/PropertiesSection.scss')
-rw-r--r--src/client/views/PropertiesSection.scss26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/client/views/PropertiesSection.scss b/src/client/views/PropertiesSection.scss
index 3f92a70f8..d32da1bf1 100644
--- a/src/client/views/PropertiesSection.scss
+++ b/src/client/views/PropertiesSection.scss
@@ -4,20 +4,20 @@
.propertiesView-content {
padding: 10px;
}
+}
- .propertiesView-sectionTitle {
- text-align: center;
- display: flex;
- padding: 3px 10px;
- font-size: 14px;
- font-weight: bold;
- justify-content: space-between;
- align-items: center;
+.propertiesView-sectionTitle {
+ text-align: center;
+ display: flex;
+ padding: 3px 10px;
+ font-size: 14px;
+ font-weight: bold;
+ justify-content: space-between;
+ align-items: center;
- .propertiesView-sectionTitle-icon {
- width: 20px;
- height: 20px;
- align-items: flex-end;
- }
+ .propertiesView-sectionTitle-icon {
+ width: 20px;
+ height: 20px;
+ align-items: flex-end;
}
}