blob: f2486d40c97c9e08ed584ed9c2a16f8f0afac69f [file] [log] [blame]
@import "../variable.scss";
#sidebar {
display: none;
width: 300px;
position: fixed;
top: $header-height;
bottom: 0;
left: 0;
z-index: 999;
padding: 20px 0;
background: #fff;
box-shadow: -3px 0 20px rgba(0, 0, 0, .2);
overflow-x: hidden;
overflow-y: auto;
flex-direction: column;
align-items: center;
-webkit-overflow-scrolling: touch;
.sidebar-menu {
.btn-close-sidebar {
cursor: pointer;
display: block;
font-size: 0.8em;
position: absolute;
top: 10px;
right: 10px;
background: transparent;
border: none;
color: #BBB;
&:hover {
border: none;
color: #999;
}
}
}
.main-nav {
font-size: 1.3em;
border-bottom: 1px solid #DDDDDD;
overflow: hidden;
margin: 0;
padding: 0;
list-style-type: none;
li {
margin-bottom: 25px;
color: $text-black;
}
a {
color: $text-black;
&:hover {
border-bottom: .2em solid $text-blue;
}
}
.subnav {
font-size: .8em;
list-style: none;
padding-left: 20px;
}
}
.summary {
display: block;
margin-top: 20px;
}
.results-panel {
width: 300px;
left: -20px;
right: 0;
}
}