diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-28 16:36:15 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-28 16:36:15 -0500 |
| commit | f19ee5abb19ece29a0ea7a857078125307f15908 (patch) | |
| tree | 538c70916da6256787b0f51f2e735f3c5c88dce6 /src/client/views/collections/collectionFreeForm/PropertiesView.scss | |
| parent | e7af5195af8a7e0cfe1bcd40d49859474568a739 (diff) | |
collapsing sections
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/PropertiesView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PropertiesView.scss | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.scss b/src/client/views/collections/collectionFreeForm/PropertiesView.scss index 856f8e7f2..1fda8e5a2 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.scss +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.scss @@ -40,6 +40,10 @@ border-bottom: 1px solid black; padding: 8.5px; font-size: 12.5px; + + &:hover { + cursor: pointer; + } } .propertiesView-settings { @@ -52,6 +56,17 @@ font-weight: bold; font-size: 12.5px; padding-bottom: 7px; + display: flex; + width: 200px; + + .propertiesView-settings-title-icon { + margin-left: 2px; + margin-right: 7px; + + &:hover { + cursor: pointer; + } + } } .propertiesView-settings-content { @@ -69,6 +84,16 @@ font-size: 12.5px; font-weight: bold; padding-bottom: 7px; + display: flex; + + .propertiesView-sharing-title-icon { + margin-left: 2px; + margin-right: 7px; + + &:hover { + cursor: pointer; + } + } } .propertiesView-sharing-content { @@ -172,6 +197,16 @@ font-weight: bold; white-space: nowrap; width: 35px; + display: flex; + } + + .propertiesView-fields-title-icon { + margin-left: 2px; + margin-right: 7px; + + &:hover { + cursor: pointer; + } } .propertiesView-fields-title-checkbox { @@ -225,6 +260,16 @@ font-weight: bold; font-size: 12.5px; padding-bottom: 7px; + display: flex; + + .propertiesView-layout-title-icon { + margin-left: 2px; + margin-right: 7px; + + &:hover { + cursor: pointer; + } + } } .propertiesView-layout-content { |
