diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-27 13:37:45 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-08-27 13:37:45 -0400 |
| commit | e566cdb001da320b5ee3f7fa60d96b7a09a195c3 (patch) | |
| tree | 3d4373ede28da858ae964edffa8539961f148471 /src/client/views/PropertiesView.scss | |
| parent | 0332a80329328e39c244623d5090331b83df339c (diff) | |
| parent | 6d60b14e109e527ddc7a096af858cbc05dab3480 (diff) | |
Merge branch 'master' into data-visualization-sarah
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index e3a481206..63b9b53c2 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -35,6 +35,20 @@ padding: 5px 10px; } + .propertiesView-propAndInfoGrouping { + display: flex; + } + + .propertiesView-info { + margin-top: 20; + margin-right: 10; + float: right; + font-size: 20; + path { + fill: white !important; + } + } + .propertiesView-sharing { //border-bottom: 1px solid black; //padding: 8.5px; |
