2020-09-16 15:06:26 +00:00
|
|
|
.primary-nav{
|
|
|
|
padding-top: 10px;
|
|
|
|
|
|
|
|
@include atMedium(){
|
2020-09-17 15:21:49 +00:00
|
|
|
padding: 31px 0px;
|
2020-09-16 15:06:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&--pull-right{
|
|
|
|
@include atMedium(){
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
@include clearfix();
|
|
|
|
}
|
|
|
|
|
|
|
|
li{
|
|
|
|
list-style: none;
|
|
|
|
display: inline-block;
|
|
|
|
padding-right: 7px;
|
|
|
|
|
|
|
|
@include atMedium(){
|
|
|
|
float: left;
|
|
|
|
display: block;
|
|
|
|
padding-right: 20px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
li:last-child {
|
|
|
|
padding-right: 0;
|
|
|
|
|
|
|
|
@include atMedium(){
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
a{
|
2020-09-17 15:21:49 +00:00
|
|
|
color: #fff;
|
|
|
|
font-weight: 400;
|
2020-09-16 15:06:26 +00:00
|
|
|
text-decoration: none;
|
|
|
|
display: block;
|
|
|
|
padding: 5px 8px;
|
|
|
|
font-size: .8rem;
|
|
|
|
background:rgba(blue, .5);
|
|
|
|
|
|
|
|
@include atMedium(){
|
|
|
|
background:transparent;
|
2020-09-17 15:21:49 +00:00
|
|
|
font-size: 1.10rem;
|
2020-09-16 15:06:26 +00:00
|
|
|
padding: 12px 0;
|
|
|
|
|
|
|
|
&.is-current-link {
|
|
|
|
color: #fabb69;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|