X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=fa245223113a01e7536d109cae0cb439d329a27f;hb=14aa85562cb83559d20105b4ddb4bf8b2340578a;hp=4fa72232712441172142a999fad5b0973866375e;hpb=5c5e587307a27e173333789b5b5167d35f468b01;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 4fa722327..fa2452231 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -26,15 +26,24 @@ body { --mainHoverColor: #{$orange-hover-color}; --mainBackgroundColor: #{$bg-color}; --mainForegroundColor: #{$fg-color}; + --secondaryColor: #{$cyan-color}; + --menuBackgroundColor: #{$menu-background}; --menuForegroundColor: #{$menu-color}; --submenuColor: #{$sub-menu-color}; - --inputColor: #{$input-background-color}; + + --inputBackgroundColor: #{$input-background-color}; --inputPlaceholderColor: #{$input-placeholder-color}; + --actionButtonColor: #{$grey-foreground-color}; + --supportButtonBackgroundColor: #{transparent}; + --supportButtonColor: #{var(--actionButtonColor)}; + --supportButtonHeartColor: #{$support-button-heart}; + font-family: $main-fonts; font-weight: $font-regular; color: var(--mainForegroundColor); + background-color: var(--mainBackgroundColor); font-size: 14px; } @@ -52,7 +61,7 @@ strong { input.readonly { /* Force blank on readonly inputs */ - background-color: var(--inputColor) !important; + background-color: var(--inputBackgroundColor) !important; } input, textarea { @@ -136,12 +145,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 { + font-weight: $font-bold; + border-bottom: 2px solid var(--mainColor); + } + + &.title-page-single { + font-size: 125%; + } + &:hover, &:active, &:focus { color: var(--mainForegroundColor); } @@ -186,26 +202,6 @@ label { to { transform: scale(1) rotate(360deg);} } -.orange-button { - @include peertube-button; - @include orange-button; -} - -.orange-button-link { - @include peertube-button-link; - @include orange-button; -} - -.grey-button { - @include peertube-button; - @include grey-button; -} - -.grey-button-link { - @include peertube-button-link; - @include grey-button; -} - // In tables, don't have a hover different background table { .action-button-edit, .action-button-delete {