diff options
| author | Geireann Lindfield Roberts <60007097+geireann@users.noreply.github.com> | 2021-10-14 14:57:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-14 14:57:52 -0400 |
| commit | 760be3c3cbf5ba125dfc2ebbbc1c5315602c42c9 (patch) | |
| tree | 9c48a176b3405952c81a9a7d856f956f05caa077 /src/client/views/collections/CollectionDockingView.scss | |
| parent | ed68bbec549dedeb89bcb584151b097863b52d0d (diff) | |
| parent | bc98611d219c3c3f69576b9e97d6363f5a465f91 (diff) | |
Merge pull request #32 from brown-dash/splash-screen-3-Anh-En-Hua
Splash screen Anh/En-Hua: empty tabs message
Diffstat (limited to 'src/client/views/collections/CollectionDockingView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionDockingView.scss | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionDockingView.scss b/src/client/views/collections/CollectionDockingView.scss index 77e7b86ea..b2ee33807 100644 --- a/src/client/views/collections/CollectionDockingView.scss +++ b/src/client/views/collections/CollectionDockingView.scss @@ -65,6 +65,29 @@ display: inline; } +.empty-tabs-message { + position: absolute; + width: 100%; + z-index: 1; + top: 50%; + z-index: 1; + text-align: center; + font-size: 18; + color: $dark-gray; + + img { + position: relative; + top: -1px; + margin: 0 5px; + } +} + +.lm_header, +.lm_items { + z-index: 2; + position: relative; +} + .lm_drag_tab { padding: 0; width: 15px !important; |
