diff options
| author | eperelm2 <emily_perelman@brown.edu> | 2023-07-18 16:06:29 -0400 |
|---|---|---|
| committer | eperelm2 <emily_perelman@brown.edu> | 2023-07-18 16:06:29 -0400 |
| commit | 4929d8b562c4f6300053cfd7d9583106df75b221 (patch) | |
| tree | 2d4853003fdd76243eb19841baabe48b9ae332dc /src/client/views/PropertiesView.scss | |
| parent | c4fcc7fc89412fe294a3bc0a001fdd9433609f8b (diff) | |
continued fixing merge
Diffstat (limited to 'src/client/views/PropertiesView.scss')
| -rw-r--r-- | src/client/views/PropertiesView.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index 060b506e3..23bf31b95 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -26,6 +26,17 @@ padding: 5px 10px; } + .propertiesView-propAndInfoGrouping{ + display: flex; + } + + .propertiesView-info{ + margin-top: 20; + margin-right: 10; + float: right; + font-size: 20; + } + .propertiesView-sharing { //border-bottom: 1px solid black; |
