}
#side-nav {
padding-top: 30px;
- background: #c2d5d8;
+ background: $grey-blue;
h1 {
font-size: rem-calc(22);
line-height: 1;
margin: 0 0 20px;
line-height: 1;
li {
- margin: 0 -15px;
- padding: 5px 10px 5px 25px;
+ margin: 0 -15px 5px 0px;
+ padding: 5px 10px 5px 15px;
// line-height: 1px;
&:hover {
background: #81adc1;
}
&:hover{
- background: $pale-blue;
+ background: $d-blue;
}
> a {
align-self: center;
li.active{
background: $d-blue;
&:not(.has-form):hover > a:not(.button) {
- background-color: $pale-blue;
+ background-color: $d-blue;
}
}
li {
text-align: left;
font-weight: normal;
&:hover{
- color: $pale-blue;
+ color: $d-blue;
}
}
&:not(.has-form):not(.active) {
font-size: 18px;
font-family: 'Quattrocento', serif;
&:hover{
- color: $pale-blue;
+ color: $d-blue;
}
}
background-color: transparent;
& > a:not(.button) {
background-color: transparent;
- color: $pale-blue;
+ color: $d-blue;
font-size: 18px;
font-family: 'Quattrocento', serif;
}