X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=28b466c01cd1f20f4acf51f09c11570bf7e183cc;hb=bce47964f6241ae56f61089d144b29eb9b5da6d3;hp=40a9ed231478f29b26fabf0902b4ada04763a475;hpb=161b061d4e51eb1e2b2b7e9482d5299489ef7c45;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 40a9ed231..28b466c01 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -23,7 +23,7 @@ body { // now beware node-sass requires interpolation // for css custom properties #{$var} --mainColor: #{$orange-color}; - --mainHoverColor: #{$orange-hoover-color}; + --mainHoverColor: #{$orange-hover-color}; --mainBackgroundColor: #{$bg-color}; --mainForegroundColor: #{$fg-color}; --menuBackgroundColor: #{$menu-background}; @@ -104,7 +104,7 @@ label { background-color: var(--submenuColor); width: 100%; height: 81px; - margin-bottom: 30px; + margin-bottom: $sub-menu-margin-bottom; display: flex; align-items: center; padding-left: $not-expanded-horizontal-margins; @@ -229,13 +229,12 @@ label { font-weight: $font-semibold; } - .close { + my-global-icon { @include icon(24px); position: relative; top: 3px; float: right; - background-image: url('../assets/images/global/cross.svg'); margin: 0; padding: 0; @@ -244,7 +243,6 @@ label { } .inputs { - margin-top: 40px; margin-bottom: 0; text-align: right; @@ -294,6 +292,10 @@ ngb-tabset.bootstrap { color: var(--mainForegroundColor) !important; } } + + .nav-pills .nav-link.active { + color: #000 !important; + } } .nav-tabs .nav-link.active { @@ -325,7 +327,7 @@ ngb-tabset.bootstrap { table { .action-button-edit, .action-button-delete { &:hover, &:active, &:focus, &[disabled], &.disabled { - background-color: $grey-color !important; + background-color: $grey-background-color !important; } } } @@ -339,7 +341,7 @@ table { font-weight: $font-semibold; } -@media screen and (max-width: 1200px) { +@media screen and (max-width: 1600px) { .main-col { &.expanded { .margin-content { @@ -390,4 +392,4 @@ table { } } } -} \ No newline at end of file +}