X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Fapplication.scss;h=38b7ea8d4bd0dfc1d41f05139a8943b769120314;hb=2d3741d6d92e9bd1f41694c7442a6d1da434e1f2;hp=b120d409007bb7021aa8f80416e1fe28ba92295b;hpb=63347a0ff966c7863e5b7431effa1cb0668df893;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index b120d4090..38b7ea8d4 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -53,12 +53,19 @@ label { .form-error { display: block; - color: $red-error; + color: $red; margin-top: 5px; } .input-error { - border-color: $red-error !important; + border-color: $red !important; +} + +.fullWidth { + width: 100%; + margin-left: auto; + margin-right: auto; + max-width: initial; } .glyphicon-black { @@ -83,6 +90,7 @@ label { display: flex; align-items: center; padding-left: $not-expanded-horizontal-margins; + padding-right: $not-expanded-horizontal-margins; } // Override some properties if the main content is expanded (no menu on the left) @@ -96,6 +104,7 @@ label { .sub-menu { padding-left: $expanded-horizontal-margins; + padding-right: $expanded-horizontal-margins; } } } @@ -132,6 +141,20 @@ label { .form-sub-title { flex-grow: 1; } + + .admin-sub-nav a { + @include disable-default-a-behaviour; + + font-size: 16px; + color: #000; + padding: 5px 15px; + border-radius: 0.25rem; + + &.active { + font-weight: $font-semibold; + background-color: #f0f0f0; + } + } } .form-sub-title { @@ -270,6 +293,15 @@ table { } } +.no-results { + height: 40vh; + display: flex; + align-items: center; + justify-content: center; + font-size: 16px; + font-weight: $font-semibold; +} + @media screen and (max-width: 900px) { .main-col { &, &.expanded { @@ -280,6 +312,10 @@ table { .sub-menu { padding-left: 50px; + + .title-page { + font-size: 15px; + } } } } @@ -302,6 +338,7 @@ table { .sub-menu { padding-left: 15px; + padding-right: 15px; margin-bottom: 10px; } @@ -310,8 +347,4 @@ table { } } } - - bs-dropdown-container { - z-index: 10000; - } }