2016-12-13 03:13:38 +00:00
|
|
|
|
2016-09-26 19:45:24 +00:00
|
|
|
|
2017-01-09 05:29:00 +00:00
|
|
|
//stickjs - subtract header height
|
|
|
|
.is_stuck {
|
|
|
|
margin-top: $percent_md;
|
2016-09-26 19:45:24 +00:00
|
|
|
}
|
|
|
|
|
2017-01-09 05:29:00 +00:00
|
|
|
//overwriting default ul li styles for side bar
|
2016-09-26 19:45:24 +00:00
|
|
|
|
2017-01-09 05:29:00 +00:00
|
|
|
ul.main-sidebar--links {
|
|
|
|
list-style-type: none;
|
|
|
|
margin-bottom: $percent_sm!important;
|
2016-09-26 19:45:24 +00:00
|
|
|
}
|
|
|
|
|
2017-01-09 05:29:00 +00:00
|
|
|
ul.main-sidebar--links li {
|
|
|
|
margin-left: 0em;
|
2016-09-26 00:12:07 +00:00
|
|
|
}
|
2017-01-09 05:29:00 +00:00
|
|
|
ul.main-sidebar--links li:last-child {
|
|
|
|
margin-bottom: $percent_sm!important;
|
2016-09-26 00:12:07 +00:00
|
|
|
}
|
|
|
|
|
2017-01-09 05:29:00 +00:00
|
|
|
// THIS IS STILL OLD STUFF - don't know what it is - hannah//
|
|
|
|
.gcsc-branding,
|
|
|
|
.gsc-adBlock {
|
|
|
|
display : none !important;
|
2016-09-26 04:20:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gsc-control-cse {
|
2017-01-09 05:29:00 +00:00
|
|
|
padding : 0 !important;
|
2016-09-26 04:20:58 +00:00
|
|
|
|
|
|
|
tbody {
|
2017-01-09 05:29:00 +00:00
|
|
|
border : none;
|
|
|
|
background : none;
|
2016-09-26 04:20:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gsc-input-box {
|
2017-01-09 05:29:00 +00:00
|
|
|
height : 3rem;
|
|
|
|
|
2016-09-26 04:20:58 +00:00
|
|
|
table {
|
2017-01-09 05:29:00 +00:00
|
|
|
margin-bottom : 0;
|
2016-09-26 04:20:58 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.gsc-input input {
|
2017-01-09 05:29:00 +00:00
|
|
|
box-shadow : none !important;
|
2016-09-26 04:20:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.gsc-search-button {
|
2017-01-09 05:29:00 +00:00
|
|
|
min-width : 54px;
|
|
|
|
height : 27px;
|
|
|
|
padding : 5px 18px;
|
|
|
|
font-family : inherit;
|
|
|
|
font-size : 11px;
|
2016-09-26 04:20:58 +00:00
|
|
|
}
|
|
|
|
}
|