X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=463aeec5b953f8f08d3c0aafcfaae3eb4e4e1b5e;hb=62ab565d1c772764c77dec0df75ce64b19c57119;hp=c64a8ebf8b788ee30245c72ac004716e58c2491c;hpb=b6a1dd4d1b3b0032f8b968e72cbd074f646e8827;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index c64a8ebf8..463aeec5b 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -1,5 +1,4 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; -@import '_bootstrap'; @import '_variables'; @import '_mixins'; @@ -27,15 +26,21 @@ body { --mainHoverColor: #{$orange-hover-color}; --mainBackgroundColor: #{$bg-color}; --mainForegroundColor: #{$fg-color}; + --menuBackgroundColor: #{$menu-background}; --menuForegroundColor: #{$menu-color}; --submenuColor: #{$sub-menu-color}; + --inputColor: #{$input-background-color}; --inputPlaceholderColor: #{$input-placeholder-color}; + --supportButtonBackgroundColor: #{$support-button}; + --supportButtonColor: #{$white}; + font-family: $main-fonts; font-weight: $font-regular; color: var(--mainForegroundColor); + background-color: var(--mainBackgroundColor); font-size: 14px; } @@ -137,12 +142,19 @@ label { @include disable-default-a-behaviour; &.active, &.title-page-single { - border-bottom: 2px solid var(--mainColor); font-weight: $font-bold; margin-top: 30px; margin-bottom: 25px; } + &.active { + border-bottom: 2px solid var(--mainColor); + } + + &.title-page-single { + font-size: 125%; + } + &:hover, &:active, &:focus { color: var(--mainForegroundColor); }