_sass/hydejack/_sidebar.scss in jekyll-theme-hydejack-6.3.0 vs _sass/hydejack/_sidebar.scss in jekyll-theme-hydejack-6.4.0

- old
+ new

@@ -1,12 +1,5 @@ -/* - * Sidebar - * - * Flexible banner for housing site name, intro, and "footer" content. Starts - * out above content in mobile and later moves to the side with wider viewports. - */ - .sidebar { // color: rgba(255,255,255,.75); // text-align: left; &::before { @@ -77,13 +70,13 @@ // position: relative; // z-index: 3; // // @media screen { // position: absolute; -// right: 1rem; +// right: 2rem; // bottom: 1rem; -// left: 1rem; +// left: 2rem; // } // } // // /* About section */ // .sidebar-about > h1 { @@ -92,31 +85,20 @@ // } // // .sidebar-nav > ul { // list-style: none; // padding-left: 0; -// -// > li:last-child > .sidebar-nav-item { -// border-bottom: 1px solid rgba(255, 255, 255, 0.2); -// } +// margin-bottom: .5rem; +// border-top: 1px solid rgba(255, 255, 255, 0.2); // } // -a.sidebar-nav-item { - // font-weight: bold; - // display: block; - // line-height: 1.75; - // margin: 0 -2rem; - // padding: .25rem 2rem; - // border-top: 1px solid rgba(255, 255, 255, 0.2); - // border-bottom: none; - transition: background-color 500ms ease; - - &:hover, &:focus { - border-bottom: none; - background-color: rgba(255, 255, 255, 0.1); - transition: background-color 50ms ease-out; - } -} +// a.sidebar-nav-item { +// font-weight: bold; +// display: block; +// line-height: 1.75; +// padding: .25rem 0; +// border-bottom: 1px solid rgba(255, 255, 255, 0.2); +// } @media print { .sidebar { page-break-inside: avoid; }