diff options
| author | Jenny Yu <jennyyu212@outlook.com> | 2022-06-09 20:59:22 -0700 |
|---|---|---|
| committer | Jenny Yu <jennyyu212@outlook.com> | 2022-06-09 20:59:22 -0700 |
| commit | 5089c14ca27a52326d3f38e7f3ef572548f72d2a (patch) | |
| tree | 430a9e387e0b306caf7f96cb23913b1b7b54d9cc /src/client/views/collections/CollectionStackingView.scss | |
| parent | 43968431d3c94cea07f06421d29ac0f190c55cde (diff) | |
feat: opening up sharing manager on dashboard
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionStackingView.scss b/src/client/views/collections/CollectionStackingView.scss index 2f002736d..73572299a 100644 --- a/src/client/views/collections/CollectionStackingView.scss +++ b/src/client/views/collections/CollectionStackingView.scss @@ -30,11 +30,10 @@ width: 90%; margin: 5px; font-size: 11px; - background-color: $light-blue; color: $medium-blue; padding: 10px; - border-radius: 10px; - border: solid 2px $medium-blue; + border-radius: 5px; + border: solid .5px $medium-blue; } } |
