]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+about/about-follows/about-follows.component.scss
Improve notification settings UI
[github/Chocobozzz/PeerTube.git] / client / src / app / +about / about-follows / about-follows.component.scss
index f014847023aa275571509ec5963df99861862b61..80eb997e46a6bab1ce970629ee83b54a3ed2ba91 100644 (file)
@@ -1,5 +1,5 @@
-@import '_variables';
-@import '_mixins';
+@use '_variables' as *;
+@use '_mixins' as *;
 
 .subtitle {
   font-size: 18px;
@@ -17,8 +17,9 @@ a {
   justify-content: flex-start;
 }
 
-.showMore {
+.show-more {
   @include peertube-button-link;
-  padding: 0;
-  text-align: left;
+  @include grey-button;
+
+  margin-top: 1%;
 }