diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-27 12:37:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-27 12:37:25 -0400 |
| commit | 6d60b14e109e527ddc7a096af858cbc05dab3480 (patch) | |
| tree | b33ca8a9ca5948a5288f62a6318f0151a6696e23 /src/client/views/PropertiesView.scss | |
| parent | bf1777b93be0707e17e3b3c0ca6c965facebfe14 (diff) | |
| parent | f259986fec815660af93a3bf08e6f1baec029b85 (diff) | |
Merge pull request #218 from brown-dash/secondpropertiesmenu-emily
Secondpropertiesmenu emily
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 a0b054851..bb91ee53d 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -33,6 +33,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; |
