]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+about/about-follows/about-follows.component.scss
Translated using Weblate (Vietnamese)
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-follows / about-follows.component.scss
index e0d597a96b70ceba4629832dbc09723060aeca78..80eb997e46a6bab1ce970629ee83b54a3ed2ba91 100644 (file)
@@ -1,5 +1,5 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .subtitle {
   font-size: 18px;
@@ -12,3 +12,14 @@ a {
   width: fit-content;
   margin-top: 3px;
 }
+
+.no-results {
+  justify-content: flex-start;
+}
+
+.show-more {
+  @include peertube-button-link;
+  @include grey-button;
+
+  margin-top: 1%;
+}