X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=28b466c01cd1f20f4acf51f09c11570bf7e183cc;hb=bce47964f6241ae56f61089d144b29eb9b5da6d3;hp=2356f98371a4ad64c88cdb68f58ed2fe46106a25;hpb=f5d9558f66ba7b92c6f6ed21796e490a33149dd7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 2356f9837..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; @@ -293,6 +292,10 @@ ngb-tabset.bootstrap { color: var(--mainForegroundColor) !important; } } + + .nav-pills .nav-link.active { + color: #000 !important; + } } .nav-tabs .nav-link.active { @@ -324,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; } } } @@ -389,4 +392,4 @@ table { } } } -} \ No newline at end of file +}