X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmodal%2Fwelcome-modal.component.scss;h=242a498d046f61e75852d9ec4ad1be9bb7836805;hb=8cbc40b2fe9d36ef0505b9441276ca561342e9e9;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..242a498d0 100644 --- a/client/src/app/modal/welcome-modal.component.scss +++ b/client/src/app/modal/welcome-modal.component.scss @@ -1,23 +1,38 @@ -@import '_mixins'; -@import '_variables'; +@use '_mixins' as *; +@use '_variables' as *; .modal-body { font-size: 15px; } +.two-columns { + display: flex; + align-items: center; + justify-content: center; + margin-top: 50px; +} + +.mascot-fw { + width: 170px; +} + +.mascot { + @include margin-right(2rem); + + display: block; + min-width: 170px; +} + .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 { @@ -28,29 +43,35 @@ li { text-align: center; font-weight: 600; font-size: 18px; - margin: 20px 0 40px 0; + margin: 20px 0 40px; } .columns { display: flex; +} - .link-block { - @include disable-default-a-behaviour; +.link-block { + @include disable-default-a-behaviour; - color: var(--mainForegroundColor); - padding: 10px; - transition: background-color 0.2s ease-in; + color: pvar(--mainForegroundColor); + padding: 10px; + transition: background-color 0.2s ease-in; + flex-basis: 33%; - &:hover { - background-color: rgba(0, 0, 0, 0.05); - } + &: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 { - font-size: 16px; - font-weight: $font-semibold; - display: flex; - justify-content: center; - margin-bottom: 5px; - } + .link-title, + div { + text-align: center; } }