allow limiting video-comments rss feeds to an account or video channel
[oweals/peertube.git] / client / src / app / modal / welcome-modal.component.scss
index b9200115e074472b22f78ee7c332d7c69dfbff72..a93dbcef9538464e18ab677789c4e0d91e4460be 100644 (file)
   margin-top: 50px;
 }
 
+.mascot-fw {
+  width: 170px;
+}
+
 .mascot {
   display: block;
   min-width: 170px;
+  margin-right: 2rem;
 }
 
 .subtitle {
@@ -46,9 +51,10 @@ li {
   .link-block {
     @include disable-default-a-behaviour;
 
-    color: var(--mainForegroundColor);
+    color: pvar(--mainForegroundColor);
     padding: 10px;
     transition: background-color 0.2s ease-in;
+    flex-basis: 33%;
 
     &:hover {
       background-color: rgba(0, 0, 0, 0.05);
@@ -72,6 +78,7 @@ li {
 .configure-instance-button {
   @include peertube-button;
   @include orange-button;
+  @include disable-default-a-behaviour;
 
   display: inline-block;
 }