]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/modal/instance-config-warning-modal.component.scss
Reorganize shared models
[github/Chocobozzz/PeerTube.git] / client / src / app / modal / instance-config-warning-modal.component.scss
index ff62a1b9c1e0387bd9234b0f705450474ebf057c..cc97d64e404b2b0d1c8d422f657c7600c10c7c39 100644 (file)
@@ -13,10 +13,16 @@ li {
   margin-bottom: 10px;
 }
 
-.configure-instance {
-  text-align: center;
-  font-weight: 600;
-  font-size: 18px;
-  margin-top: 40px;
-  margin-bottom: 10px;
+.mascot {
+  display: block;
+  margin: 0 auto 50px;
+  width: 25%;
+}
+
+.action-button-configure {
+  display: inline-block;
+
+  @include peertube-button;
+  @include orange-button;
+  @include disable-default-a-behaviour;
 }