Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
68 righe
1.3 KiB
68 righe
1.3 KiB
.aui { |
|
footer { |
|
padding-top: em(30px); |
|
padding-bottom: em(30px); |
|
background-color: $footer-color; |
|
|
|
|
|
.col-left { |
|
|
|
.item-footer-menu { |
|
padding: 0 10px; |
|
a { |
|
font-family: $second-font; |
|
font-weight: 200; |
|
line-height: em(20px, 12px); |
|
text-transform: uppercase; |
|
color: $footer-paragraph; |
|
text-decoration: none; |
|
transition: color $speed; |
|
|
|
&:hover, &:focus { |
|
color: darken( $footer-link, 20% ); |
|
} |
|
} |
|
} |
|
|
|
@media (max-width: 991px) { |
|
text-align: center; |
|
padding-top: 20px; |
|
padding-bottom: 20px; |
|
} |
|
} |
|
|
|
.col-right { |
|
color: $w; |
|
|
|
@media (max-width: 991px) { |
|
text-align: center; |
|
} |
|
|
|
.title-info { |
|
font-size: em(14px); |
|
font-family: $second-font; |
|
font-weight: 200; |
|
line-height: em(20px, 14px); |
|
} |
|
.font_corpo { |
|
p { |
|
color: $footer-paragraph; |
|
font-size: em(14px); |
|
font-weight: 200; |
|
margin-bottom: em(10px, 14px); |
|
a { |
|
color: $footer-link; |
|
transition: color $speed; |
|
text-decoration: none; |
|
|
|
&:hover, &:focus { |
|
color: darken( $footer-link, 20% ); |
|
} |
|
} |
|
} |
|
} |
|
} |
|
|
|
|
|
} |
|
}
|
|
|