mirror of
https://github.com/minio/docs.git
synced 2025-08-06 14:42:56 +03:00
Additional fixups
This commit is contained in:
committed by
Ravind Kumar
parent
b15493e2f9
commit
175b912456
@@ -1,4 +1,4 @@
|
|||||||
div.sidebar,aside.sidebar {
|
aside.sidebar {
|
||||||
width: $sidebar-width;
|
width: $sidebar-width;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -9,6 +9,8 @@ div.sidebar,aside.sidebar {
|
|||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: $z-index-header - 1;
|
z-index: $z-index-header - 1;
|
||||||
|
margin: 0;
|
||||||
|
border: none;
|
||||||
|
|
||||||
@include breakpoint-min(breakpoints(xl)) {
|
@include breakpoint-min(breakpoints(xl)) {
|
||||||
padding-top: $content-padding + $header-height;
|
padding-top: $content-padding + $header-height;
|
||||||
@@ -30,7 +32,7 @@ div.sidebar,aside.sidebar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sidebar-active {
|
.sidebar-active {
|
||||||
.sidebar {
|
.sidebar {
|
||||||
@include breakpoint-min(breakpoints(xl)) {
|
@include breakpoint-min(breakpoints(xl)) {
|
||||||
transform: translate3d(-100%, 0, 0);
|
transform: translate3d(-100%, 0, 0);
|
||||||
@@ -47,7 +49,7 @@ div.sidebar-active {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.sidebar__title {
|
.sidebar__title {
|
||||||
margin: -0.25rem 0 1.5rem;
|
margin: -0.25rem 0 1.5rem;
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
|
|
||||||
|
@@ -21,6 +21,9 @@ $gray-500: #949494;
|
|||||||
--sd-color-tabs-label-inactive: #{$theme-red-light};
|
--sd-color-tabs-label-inactive: #{$theme-red-light};
|
||||||
--sd-color-tabs-overline: #{$theme-red-light};
|
--sd-color-tabs-overline: #{$theme-red-light};
|
||||||
--sd-color-tabs-underline: #{$theme-red-lighter};
|
--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
|
// Breakpoints
|
||||||
|
Reference in New Issue
Block a user