aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/PropertiesView.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-25 10:27:27 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-07-25 10:27:27 -0500
commit229e8ba914943da0d11dff00d14a8adae950d853 (patch)
tree06c61b071d3f554b225bb5ae77724834647a6af8 /src/client/views/collections/collectionFreeForm/PropertiesView.scss
parentee3d12fbf6306da958ae6546260921f5fee5553b (diff)
exit button for properties
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/PropertiesView.scss')
-rw-r--r--src/client/views/collections/collectionFreeForm/PropertiesView.scss23
1 files changed, 21 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.scss b/src/client/views/collections/collectionFreeForm/PropertiesView.scss
index b40a08086..7b8f116b7 100644
--- a/src/client/views/collections/collectionFreeForm/PropertiesView.scss
+++ b/src/client/views/collections/collectionFreeForm/PropertiesView.scss
@@ -10,10 +10,29 @@
.propertiesView-title {
background-color: rgb(159, 159, 159);
text-align: center;
- font-size: 18px;
- font-weight: bold;
padding-top: 12px;
padding-bottom: 12px;
+ display: flex;
+
+ .propertiesView-title-name {
+ font-size: 18px;
+ font-weight: bold;
+ padding-left: 45px;
+ }
+
+ .propertiesView-title-icon {
+ width: 20px;
+ height: 20px;
+ padding-left: 32px;
+ margin-top: -5px;
+
+ &:hover {
+ color: grey;
+ cursor: pointer;
+ }
+
+ }
+
}
.propertiesView-name {