]> 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 32a015e89b24779e8ae2630da8a36bbdbb60e6f1..80eb997e46a6bab1ce970629ee83b54a3ed2ba91 100644 (file)
@@ -1,5 +1,5 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .subtitle {
   font-size: 18px;
@@ -17,6 +17,9 @@ a {
   justify-content: flex-start;
 }
 
-#showMore {
-  color: black;
+.show-more {
+  @include peertube-button-link;
+  @include grey-button;
+
+  margin-top: 1%;
 }