diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-22 16:27:27 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-07-22 16:27:27 -0500 |
| commit | a99cef9945c1c4f9e5ff07663fc6db5cda2dcd50 (patch) | |
| tree | a33a7ac048d3d69e50d14596e135d58b19cdf1f2 /src/client/views/collections/collectionFreeForm/PropertiesView.scss | |
| parent | 5b025537f60ef9222c0203db378c0298cd3dc86f (diff) | |
added layout section
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/PropertiesView.scss')
| -rw-r--r-- | src/client/views/collections/collectionFreeForm/PropertiesView.scss | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/src/client/views/collections/collectionFreeForm/PropertiesView.scss b/src/client/views/collections/collectionFreeForm/PropertiesView.scss index bb5b80abd..e81b1eeb4 100644 --- a/src/client/views/collections/collectionFreeForm/PropertiesView.scss +++ b/src/client/views/collections/collectionFreeForm/PropertiesView.scss @@ -51,9 +51,18 @@ } .propertiesView-layout { - border-bottom: 1px solid black; padding: 8.5px; - font-size: 12.5px; - font-weight: bold; + + .propertiesView-layout-title { + font-weight: bold; + font-size: 12.5px; + padding-bottom: 7px; + } + + .propertiesView-layout-content { + margin-left: 5px; + overflow: hidden; + } + } }
\ No newline at end of file |
