1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Additional fixups

This commit is contained in:
Ravind Kumar
2022-02-16 09:35:46 -05:00
committed by Ravind Kumar
parent b15493e2f9
commit 175b912456
3 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
div.sidebar,aside.sidebar {
aside.sidebar {
width: $sidebar-width;
position: fixed;
left: 0;
@ -9,6 +9,8 @@ div.sidebar,aside.sidebar {
overflow-y: auto;
height: 100%;
z-index: $z-index-header - 1;
margin: 0;
border: none;
@include breakpoint-min(breakpoints(xl)) {
padding-top: $content-padding + $header-height;
@ -30,7 +32,7 @@ div.sidebar,aside.sidebar {
}
}
div.sidebar-active {
.sidebar-active {
.sidebar {
@include breakpoint-min(breakpoints(xl)) {
transform: translate3d(-100%, 0, 0);
@ -47,7 +49,7 @@ div.sidebar-active {
}
}
div.sidebar__title {
.sidebar__title {
margin: -0.25rem 0 1.5rem;
line-height: 100%;

View File

@ -21,6 +21,9 @@ $gray-500: #949494;
--sd-color-tabs-label-inactive: #{$theme-red-light};
--sd-color-tabs-overline: #{$theme-red-light};
--sd-color-tabs-underline: #{$theme-red-lighter};
--sd-color-tabs-underline-active: #{$theme-red-lighter};
--sd-color-tabs-underline-hover: #{$theme-red-light};
--sd-color-tabs-label-hover: #{$theme-red-light};
}
// Breakpoints