]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/modal/welcome-modal.component.scss
Translated using Weblate (Kabyle)
[github/Chocobozzz/PeerTube.git] / client / src / app / modal / welcome-modal.component.scss
index a59c5b7a9076ae4e0fdf89c90418cad31a7e5e74..28d5dc49c74d6e3ece461dad9cc5449e9ab014e5 100644 (file)
@@ -5,15 +5,33 @@
   font-size: 15px;
 }
 
+.two-columns {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  margin-top: 50px;
+}
+
+.mascot-fw {
+  width: 170px;
+}
+
+.mascot {
+  display: block;
+  min-width: 170px;
+  margin-right: 2rem;
+}
+
 .subtitle {
   font-weight: $font-semibold;
   margin-bottom: 10px;
   font-size: 16px;
 }
 
-.block-configuration,
-.block-instance {
-  margin-top: 30px;
+.block-documentation {
+  .subtitle {
+    margin-bottom: 20px;
+  }
 }
 
 li {
@@ -24,4 +42,35 @@ li {
   text-align: center;
   font-weight: 600;
   font-size: 18px;
+  margin: 20px 0 40px 0;
+}
+
+.columns {
+  display: flex;
+}
+
+.link-block {
+  @include disable-default-a-behaviour;
+
+  color: pvar(--mainForegroundColor);
+  padding: 10px;
+  transition: background-color 0.2s ease-in;
+  flex-basis: 33%;
+
+  &:hover {
+    background-color: rgba(0, 0, 0, 0.05);
+  }
+
+  .link-title {
+    font-size: 16px;
+    font-weight: $font-semibold;
+    display: flex;
+    justify-content: center;
+    margin-bottom: 5px;
+  }
+
+  .link-title,
+  div {
+    text-align: center;
+  }
 }