X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fmodal%2Fwelcome-modal.component.scss;h=a93dbcef9538464e18ab677789c4e0d91e4460be;hb=HEAD;hp=b9200115e074472b22f78ee7c332d7c69dfbff72;hpb=006b83927b62b4471a1ce8fd2e59282e89dccd6c;p=oweals%2Fpeertube.git diff --git a/client/src/app/modal/welcome-modal.component.scss b/client/src/app/modal/welcome-modal.component.scss index b9200115e..a93dbcef9 100644 --- a/client/src/app/modal/welcome-modal.component.scss +++ b/client/src/app/modal/welcome-modal.component.scss @@ -12,9 +12,14 @@ margin-top: 50px; } +.mascot-fw { + width: 170px; +} + .mascot { display: block; min-width: 170px; + margin-right: 2rem; } .subtitle { @@ -46,9 +51,10 @@ li { .link-block { @include disable-default-a-behaviour; - color: var(--mainForegroundColor); + color: pvar(--mainForegroundColor); padding: 10px; transition: background-color 0.2s ease-in; + flex-basis: 33%; &:hover { background-color: rgba(0, 0, 0, 0.05); @@ -72,6 +78,7 @@ li { .configure-instance-button { @include peertube-button; @include orange-button; + @include disable-default-a-behaviour; display: inline-block; }