2017-01-08 21:29:00 -08:00
|
|
|
//stickjs - subtract header height
|
2017-02-23 20:46:54 -08:00
|
|
|
|
2017-01-08 21:29:00 -08:00
|
|
|
.is_stuck {
|
|
|
|
margin-top: $percent_md;
|
2016-09-26 12:45:24 -07:00
|
|
|
}
|
|
|
|
|
2017-01-08 21:29:00 -08:00
|
|
|
//overwriting default ul li styles for side bar
|
2016-09-26 12:45:24 -07:00
|
|
|
|
2017-01-08 21:29:00 -08:00
|
|
|
ul.main-sidebar--links {
|
|
|
|
list-style-type: none;
|
|
|
|
margin-bottom: $percent_sm!important;
|
2017-02-23 20:46:54 -08:00
|
|
|
|
|
|
|
@media screen and (max-width: 640px) {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar {
|
|
|
|
@media screen and (max-width: 640px) {
|
|
|
|
margin-bottom: $percent_md;
|
|
|
|
}
|
2016-09-26 12:45:24 -07:00
|
|
|
}
|
|
|
|
|
2017-01-08 21:29:00 -08:00
|
|
|
ul.main-sidebar--links li {
|
|
|
|
margin-left: 0em;
|
2016-09-26 02:12:07 +02:00
|
|
|
}
|
2017-02-23 20:46:54 -08:00
|
|
|
|
2017-01-08 21:29:00 -08:00
|
|
|
ul.main-sidebar--links li:last-child {
|
|
|
|
margin-bottom: $percent_sm!important;
|
2017-02-23 20:46:54 -08:00
|
|
|
|
|
|
|
@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;
|
|
|
|
}
|
2016-09-26 02:12:07 +02:00
|
|
|
}
|