X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmodal%2Fwelcome-modal.component.scss;h=c04772546102ffd7addbafa340242bdde8e9c0bb;hb=80c7779efeab644410dee2f21428322b1f0e3500;hp=8bb6973f4530660c809efa0f39fa55b961e68068;hpb=592c735c19b25e9b38f82d90d15a81307902ed62;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/modal/welcome-modal.component.scss b/client/src/app/modal/welcome-modal.component.scss index 8bb6973f4..c04772546 100644 --- a/client/src/app/modal/welcome-modal.component.scss +++ b/client/src/app/modal/welcome-modal.component.scss @@ -5,19 +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-documentation .subtitle { - margin-bottom: 20px; -} - -.block-configuration, -.block-instance { - margin-top: 30px; +.block-documentation { + .subtitle { + margin-bottom: 20px; + } } li { @@ -40,6 +54,7 @@ li { color: var(--mainForegroundColor); padding: 10px; transition: background-color 0.2s ease-in; + flex-basis: 33%; &:hover { background-color: rgba(0, 0, 0, 0.05); @@ -52,5 +67,23 @@ li { justify-content: center; margin-bottom: 5px; } + + .link-title, + div { + text-align: center; + } } } + +.configure-instance-button { + @include peertube-button; + @include orange-button; + @include disable-default-a-behaviour; + + display: inline-block; +} + +.action-button-understood { + @include peertube-button; + @include grey-button; +}