inspec/www/source/stylesheets/_sidebar.scss
hannah-radish 23434f3606 Bug fixes for Inspec.io
- Added banner for webinars (present and future)
- CSS support for IE10, IE11, Edge
- Fixed URL bug for demo
- Fixed Edge browser resize bug
- Changes to relative path, update event info

Signed-off-by: Hannah Maddy <hmaddy@chef.io>
2017-03-03 12:25:33 -08:00

87 lines
1.3 KiB
SCSS

//stickjs - subtract header height
.is_stuck {
margin-top: $percent_md;
}
//overwriting default ul li styles for side bar
ul.main-sidebar--links {
list-style-type: none;
margin-bottom: $percent_sm!important;
@media screen and (max-width: 640px) {
text-align: center;
}
}
#sidebar {
@media screen and (max-width: 640px) {
margin-bottom: $percent_md;
}
}
ul.main-sidebar--links li {
margin-left: 0em;
}
ul.main-sidebar--links li:last-child {
margin-bottom: $percent_sm!important;
@include nav-small {
margin-bottom: 0;
}
}
li > i.focus {
color: white;
}
li.t-purple > i.focus{
display: inline-flex;
color: $color_purple;
@include nav-small {
float: right;
}
@media screen and (max-width: 640px) {
color: white;
}
}
// THIS IS STILL OLD STUFF - don't know what it is - hannah//
.gcsc-branding,
.gsc-adBlock {
display: none !important;
}
.gsc-control-cse {
padding: 0 !important;
tbody {
border: none;
background: none;
}
.gsc-input-box {
height: 3rem;
table {
margin-bottom: 0;
}
}
.gsc-input input {
box-shadow: none !important;
}
.gsc-search-button {
min-width: 54px;
height: 27px;
padding: 5px 18px;
font-family: inherit;
font-size: 11px;
}
}