X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_mixins.scss;h=6e2feb748b06d5fbda21b7b55df5d381ec308009;hb=9a0fc8409c7a783348ec212fa9f38d0a98413467;hp=765297c87f828c8cc11d6f4723ee8cad379c04c4;hpb=3b766e181c59ce148fde73e507276c9fbaf37eb1;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 765297c87..6e2feb748 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss @@ -58,11 +58,15 @@ display: inline-block; height: $button-height; width: $width; - background: #fff; + background: var(--inputColor); border: 1px solid #C6C6C6; border-radius: 3px; padding-left: 15px; padding-right: 15px; + + &::placeholder { + color: var(--inputPlaceholderColor); + } } @mixin peertube-input-group($width) { @@ -73,6 +77,7 @@ .input-group-text{ font-size: 14px; + color: gray; } } @@ -87,12 +92,12 @@ @mixin orange-button { &, &:active, &:focus { color: #fff; - background-color: $orange-color; + background-color: var(--mainColor); } &:hover { color: #fff; - background-color: $orange-hoover-color; + background-color: var(--mainHoverColor); } &[disabled], &.disabled { @@ -181,7 +186,7 @@ width: $width; border-radius: 3px; overflow: hidden; - background: #fff; + background: var(--inputColor); position: relative; font-size: 15px; @@ -278,7 +283,7 @@ position: relative; width: 18px; height: 18px; - border: $border-width solid #000; + border: $border-width solid var(--mainForegroundColor); border-radius: 3px; vertical-align: middle; cursor: pointer; @@ -292,14 +297,14 @@ height: 12px; opacity: 0; transform: rotate(45deg) scale(0); - border-right: 2px solid #fff; - border-bottom: 2px solid #fff; + border-right: 2px solid var(--mainForegroundColor); + border-bottom: 2px solid var(--mainForegroundColor); } } &:checked + span { border-color: transparent; - background: $orange-color; + background: var(--mainColor); animation: jelly 0.6s ease; &:after { @@ -357,7 +362,7 @@ @mixin in-content-small-title { text-transform: uppercase; - color: $orange-color; + color: var(--mainColor); font-weight: $font-bold; font-size: 13px; } @@ -365,10 +370,10 @@ @mixin actor-owner { @include disable-default-a-behaviour; - display: block; + display: inline-table; font-size: 13px; margin-top: 4px; - color: #000; + color: var(--mainForegroundColor); span:hover { opacity: 0.8;