2017-01-09 05:29:00 +00:00
|
|
|
//stickjs - subtract header height
|
2017-02-24 04:46:54 +00:00
|
|
|
|
2017-01-09 05:29:00 +00:00
|
|
|
.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;
|
2017-02-24 04:46:54 +00:00
|
|
|
|
|
|
|
@media screen and (max-width: 640px) {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar {
|
|
|
|
@media screen and (max-width: 640px) {
|
|
|
|
margin-bottom: $percent_md;
|
|
|
|
}
|
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-02-24 04:46:54 +00:00
|
|
|
|
2017-01-09 05:29:00 +00:00
|
|
|
ul.main-sidebar--links li:last-child {
|
|
|
|
margin-bottom: $percent_sm!important;
|
2017-02-24 04:46:54 +00: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 00:12:07 +00:00
|
|
|
}
|