X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmodal%2Finstance-config-warning-modal.component.scss;h=cc97d64e404b2b0d1c8d422f657c7600c10c7c39;hb=bd45d503e5d007e730f4e81dccd7e7864c9a85cc;hp=ff62a1b9c1e0387bd9234b0f705450474ebf057c;hpb=592c735c19b25e9b38f82d90d15a81307902ed62;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/modal/instance-config-warning-modal.component.scss b/client/src/app/modal/instance-config-warning-modal.component.scss index ff62a1b9c..cc97d64e4 100644 --- a/client/src/app/modal/instance-config-warning-modal.component.scss +++ b/client/src/app/modal/instance-config-warning-modal.component.scss @@ -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; }