X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=3f6e6c8a79cfb505d18e99bbb1a2033b0fe2978e;hb=40f1ee3d9c129752f81b5c22eed321ad63ce3e50;hp=351676a38829276430ae98f7702b4b5c680c4616;hpb=d6eace77dbc6ddde958ea1e38286fd68a0398768;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 351676a38..3f6e6c8a7 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -21,7 +21,7 @@ $assets-path: '../../assets/'; body { /*** theme ***/ - // now beware node-sass requires interpolation + // now beware sass requires interpolation // for css custom properties #{$var} --mainColor: #{$main-color}; --mainColorLighter: #{$main-color-lighter}; @@ -105,6 +105,7 @@ label { code { background-color: pvar(--greyBackgroundColor); + color: pvar(--greyForegroundColor); border-radius: 3px; padding: .2em .4em; margin: auto .4em; @@ -119,7 +120,8 @@ code { margin-top: 5px; } -.input-error { +.input-error +my-input-toggle-hidden ::ng-deep input { border-color: $red !important; } @@ -261,7 +263,7 @@ code { opacity: 0.6; &.active { - background-color: #f0f0f0; + background-color: pvar(--submenuColor); } &.active, &:hover, &:active, &:focus { @@ -323,6 +325,17 @@ table { } } +.form-group-description { + @extend .text-muted; + + font-size: 90%; + margin-top: 10px; +} + +ngx-loading-bar { + z-index: z(header) + 1 !important; +} + @media screen and (max-width: #{breakpoint(xxl)}) { .main-col { &.expanded {