X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_variables.scss;h=cf76575509e2c5de894b58810485647016c43529;hb=4682468d4d07e0864155dd2b403d93754786ea13;hp=91229cee071c6d7dc462248289f3b133c2481ea8;hpb=d3217560a611b94f888ecf3de93b428a7521d4de;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_variables.scss b/client/src/sass/include/_variables.scss index 91229cee0..cf7657550 100644 --- a/client/src/sass/include/_variables.scss +++ b/client/src/sass/include/_variables.scss @@ -12,12 +12,15 @@ $grey-background-color: #E5E5E5; $grey-background-hover-color: #EFEFEF; $grey-foreground-color: #585858; $grey-foreground-hover-color: #303030; +$grey-button-outline-color: scale-color($grey-foreground-color, $alpha: -95%); -$orange-color: #F1680D; -$orange-color-lighter: rgb(233, 159, 110); -$orange-hover-color: #F97D46; - -$cyan-color: hsl(187, 77%, 34%); +// Palette +$main-color: hsl(24, 90%, 50%); +$main-hover-color: lighten($main-color, 5%); +$main-color-lighter: lighten($main-color, 10%); +$main-color-lightest: lighten($main-color, 40%); +$secondary-color: hsl(187, 77, 34); +// $support-button: inherit; $support-button-heart: #e83e8c; @@ -66,9 +69,12 @@ $input-background-color: $bg-color; $input-placeholder-color: #898989; $sub-menu-margin-bottom: 30px; +$sub-menu-margin-bottom-small-view: 10px; $activated-action-button-color: black; +$focus-box-shadow-form: 0 0 0 .2rem; + /*** map theme ***/ // pass variables into a sass map, @@ -76,6 +82,7 @@ $activated-action-button-color: black; $variables: ( --mainColor: var(--mainColor), --mainColorLighter: var(--mainColorLighter), + --mainColorLightest: var(--mainColorLightest), --mainHoverColor: var(--mainHoverColor), --mainBackgroundColor: var(--mainBackgroundColor), --mainForegroundColor: var(--mainForegroundColor),