]> 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 51834c649d0e22d83f058da3a01808eba57f430a..cc97d64e404b2b0d1c8d422f657c7600c10c7c39 100644 (file)
@@ -4,3 +4,25 @@
 .action-button-cancel {
   margin-right: 0 !important;
 }
+
+.modal-body {
+  font-size: 15px;
+}
+
+li {
+  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;
+}