diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-19 20:26:25 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-05-01 16:41:02 +0200 |
commit | d384061366ae06294c0e222f0fb7ec4f0a172f39 (patch) | |
tree | ac97c69d7be200ab42d70ba50340b42673a4480e /client/src/sass/include | |
parent | e0a929179a9dc76e035ca7fda2b61d5ff46afbc5 (diff) | |
download | PeerTube-d384061366ae06294c0e222f0fb7ec4f0a172f39.tar.gz PeerTube-d384061366ae06294c0e222f0fb7ec4f0a172f39.tar.zst PeerTube-d384061366ae06294c0e222f0fb7ec4f0a172f39.zip |
Empty states for tables
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index cfb14ef65..adeee758e 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -876,6 +876,15 @@ | |||
876 | } | 876 | } |
877 | } | 877 | } |
878 | 878 | ||
879 | @mixin empty-state { | ||
880 | min-height: 40vh; | ||
881 | max-height: 500px; | ||
882 | |||
883 | display: flex; | ||
884 | justify-content: center; | ||
885 | align-items: center; | ||
886 | } | ||
887 | |||
879 | @mixin admin-sub-header-responsive ($horizontal-margins) { | 888 | @mixin admin-sub-header-responsive ($horizontal-margins) { |
880 | flex-direction: column; | 889 | flex-direction: column; |
881 | 890 | ||