diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-22 18:07:45 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-22 18:07:45 -0500 |
| commit | 66bcfb6364ca5d8b4a0fd26139966ea9d6c12f87 (patch) | |
| tree | 1ebe5791f5b5d534353f94d207b44b657ccc5965 /src/client/views/collections/collectionFreeForm/PropertiesView.scss | |
| parent | a99cef9945c1c4f9e5ff07663fc6db5cda2dcd50 (diff) | |
adding buttons
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/PropertiesView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PropertiesView.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.scss b/src/client/views/collections/collectionFreeForm/PropertiesView.scss index e81b1eeb4..98eae1ac7 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.scss +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.scss @@ -28,6 +28,18 @@ padding: 8.5px; font-size: 12.5px; font-weight: bold; + + .propertiesView-settings-title { + font-weight: bold; + font-size: 12.5px; + padding-bottom: 7px; + } + + .propertiesView-settings-content { + margin-left: 5px; + padding-bottom: 10px; + } + } .propertiesView-fields { |
