aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/follows.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-04-19 20:26:25 +0200
committerRigel Kent <par@rigelk.eu>2020-05-01 16:41:02 +0200
commitd384061366ae06294c0e222f0fb7ec4f0a172f39 (patch)
treeac97c69d7be200ab42d70ba50340b42673a4480e /client/src/app/+admin/follows/follows.component.scss
parente0a929179a9dc76e035ca7fda2b61d5ff46afbc5 (diff)
downloadPeerTube-d384061366ae06294c0e222f0fb7ec4f0a172f39.tar.gz
PeerTube-d384061366ae06294c0e222f0fb7ec4f0a172f39.tar.zst
PeerTube-d384061366ae06294c0e222f0fb7ec4f0a172f39.zip
Empty states for tables
Diffstat (limited to 'client/src/app/+admin/follows/follows.component.scss')
-rw-r--r--client/src/app/+admin/follows/follows.component.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/+admin/follows/follows.component.scss b/client/src/app/+admin/follows/follows.component.scss
index 766d7853b..32394f698 100644
--- a/client/src/app/+admin/follows/follows.component.scss
+++ b/client/src/app/+admin/follows/follows.component.scss
@@ -1,4 +1,10 @@
1@import "mixins";
2
1.form-sub-title { 3.form-sub-title {
2 flex-grow: 0; 4 flex-grow: 0;
3 margin-right: 30px; 5 margin-right: 30px;
4} 6}
7
8.empty-table-message {
9 @include empty-state;
10}