X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmodal%2Fwelcome-modal.component.scss;h=6214f3b9d047a35e2f7daaa08d048410bc357c18;hb=437e8e06eb32ffe21111f0946115aae0e4c33381;hp=a59c5b7a9076ae4e0fdf89c90418cad31a7e5e74;hpb=589d9f55f6f3f0d069d4bbb207d3d20769cc4ded;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 a59c5b7a9..6214f3b9d 100644 --- a/client/src/app/modal/welcome-modal.component.scss +++ b/client/src/app/modal/welcome-modal.component.scss @@ -5,15 +5,28 @@ font-size: 15px; } +.two-columns { + display: flex; + align-items: center; + justify-content: center; + margin-top: 50px; +} + +.mascot { + display: block; + min-width: 170px; +} + .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 +37,47 @@ 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: var(--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; + } + } +} + +.configure-instance-button { + @include peertube-button; + @include orange-button; + + display: inline-block; +} + +.action-button-understood { + @include peertube-button; + @include grey-button; }