inspec/www/source/stylesheets/_sidebar.scss

57 lines
890 B
SCSS
Raw Normal View History

//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;
}
ul.main-sidebar--links li {
margin-left: 0em;
2016-09-26 00:12:07 +00:00
}
ul.main-sidebar--links li:last-child {
margin-bottom: $percent_sm!important;
2016-09-26 00:12:07 +00:00
}
// THIS IS STILL OLD STUFF - don't know what it is - hannah//
2017-01-09 22:11:49 +00:00
.gcsc-branding,
.gsc-adBlock {
display : none !important;
2016-09-26 04:20:58 +00:00
}
.gsc-control-cse {
padding : 0 !important;
2016-09-26 04:20:58 +00:00
tbody {
border : none;
background : none;
2016-09-26 04:20:58 +00:00
}
.gsc-input-box {
height : 3rem;
2016-09-26 04:20:58 +00:00
table {
margin-bottom : 0;
2016-09-26 04:20:58 +00:00
}
}
.gsc-input input {
box-shadow : none !important;
2016-09-26 04:20:58 +00:00
}
.gsc-search-button {
min-width : 54px;
height : 27px;
padding : 5px 18px;
font-family : inherit;
font-size : 11px;
2016-09-26 04:20:58 +00:00
}
}