forked from M3-Academy/vtex-cms-template-atualizado
feat(links): Adiciona parte de links do desktop
This commit is contained in:
parent
51c8efc668
commit
f04de26ee3
@ -1,364 +1,47 @@
|
||||
/***************************************************************/
|
||||
/**-- Footer ------------------------------********************/
|
||||
/*-------------------------------------------------------------*/
|
||||
.footer-links {
|
||||
padding: 29px 0 25px;
|
||||
border: 1px solid red;
|
||||
|
||||
.footer {
|
||||
background-color: #142032;
|
||||
|
||||
.institucional-info {
|
||||
color: #fff;
|
||||
font-size: 14px;
|
||||
margin: auto;
|
||||
max-width: 950px;
|
||||
padding: 0 15px 25px;
|
||||
|
||||
@include mq(md, max) {
|
||||
font-size: 16px;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.titulo {
|
||||
font-size: 16px;
|
||||
margin: 27px 0 17px;
|
||||
|
||||
@include mq(md, max) {
|
||||
font-size: 22px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
|
||||
@include mq(md, max) {
|
||||
max-width: 310px;
|
||||
margin: auto;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
&:hover li a {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
li a {
|
||||
transition: all 0.15s linear;
|
||||
|
||||
&:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.institucional-links {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.contato-sac {
|
||||
font-size: 12px;
|
||||
|
||||
@include mq(md, max) {
|
||||
border-bottom: 1px solid #19273d;
|
||||
padding: 10px 0 20px;
|
||||
}
|
||||
|
||||
@include mq(md, max) {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 8px;
|
||||
|
||||
&:last-child() {
|
||||
font-size: 10px;
|
||||
text-transform: uppercase;
|
||||
|
||||
@include mq(md, max) {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
strong {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
|
||||
span {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.redes-sociais {
|
||||
h3 {
|
||||
@include mq(md, max) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
@include mq(md, max) {
|
||||
margin-top: 25px;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
i {
|
||||
@include mq(md, min) {
|
||||
transform: scale(0.8);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.selos {
|
||||
border-top: 1px solid #19273d;
|
||||
padding: 5px 0;
|
||||
text-align: center;
|
||||
|
||||
@include mq(md, min) {
|
||||
border-bottom: 1px solid #19273d;
|
||||
}
|
||||
|
||||
.col-12 {
|
||||
@include mq(md, max) {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
ul {
|
||||
display: inline-block;
|
||||
|
||||
@include mq(md, max) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&.pagamento {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
|
||||
@include mq(md, max) {
|
||||
border-bottom: 1px solid #19273d;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
@include mq(md, min) {
|
||||
border-right: 1px solid hsla(0, 0%, 90%, 1);
|
||||
margin-right: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
li {
|
||||
&:not(:last-child) {
|
||||
@include mq(md, min) {
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.certificados {
|
||||
li {
|
||||
&:not(:last-child) {
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.razao {
|
||||
font-size: 10px;
|
||||
max-width: 1500px;
|
||||
margin: auto;
|
||||
padding: 15px;
|
||||
|
||||
@include mq(md, max) {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
p {
|
||||
color: hsla(220, 1%, 43%, 1);
|
||||
margin: 0;
|
||||
|
||||
@include mq(md, max) {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
span {
|
||||
@include mq(md, max) {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: hsla(220, 1%, 43%, 1);
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.cnpj {
|
||||
@include mq(md, max) {
|
||||
padding: 20px 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.desenvolvimento {
|
||||
text-align: right;
|
||||
|
||||
@include mq(md, max) {
|
||||
text-align: center;
|
||||
padding: 20px 15px 0;
|
||||
}
|
||||
|
||||
a:nth-child(2) {
|
||||
@include mq(md, max) {
|
||||
border-left: 1px solid hsla(0, 0%, 90%, 1);
|
||||
border-right: 1px solid hsla(0, 0%, 90%, 1);
|
||||
margin-right: 20px;
|
||||
margin-left: 20px;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
span {
|
||||
display: inline-block;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.mobile-bottom-options {
|
||||
background-color: #fff;
|
||||
border-top: 1px solid hsla(0, 0%, 90%, 1);
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
margin-bottom: -65px;
|
||||
opacity: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
transition: all 0.2s ease-in-out;
|
||||
visibility: hidden;
|
||||
z-index: 6;
|
||||
|
||||
&.active {
|
||||
margin-bottom: 0;
|
||||
opacity: 1;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
ul {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
&__wrapper {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, max-content);
|
||||
gap: 148px;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
&__title {
|
||||
margin: 0 0 7px;
|
||||
font-size: 12px;
|
||||
line-height: 15px;
|
||||
}
|
||||
|
||||
&__items-list {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
display: inline-block;
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
.option {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
height: 66px;
|
||||
outline: none;
|
||||
padding: 10px;
|
||||
width: 100%;
|
||||
|
||||
&::before {
|
||||
content: "";
|
||||
display: block;
|
||||
margin: auto;
|
||||
|
||||
@extend .sprite;
|
||||
&--social-networks {
|
||||
display: grid;
|
||||
align-items: center;
|
||||
gap: 16px;
|
||||
grid-auto-flow: column;
|
||||
}
|
||||
}
|
||||
|
||||
.show-search {
|
||||
.option:before {
|
||||
@extend .sprite;
|
||||
@extend .sprite-lupa;
|
||||
}
|
||||
&__item {
|
||||
padding: 4px 0;
|
||||
line-height: 12px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.show-carrinho {
|
||||
&__link {
|
||||
color: $black-500;
|
||||
transition: color 0.2s linear;
|
||||
|
||||
li:not(.amount-items),
|
||||
strong,
|
||||
.title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.AmountItemsInCart {
|
||||
line-height: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.portal-totalizers-ref {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
position: relative;
|
||||
|
||||
.cartInfoWrapper {
|
||||
@extend .sprite;
|
||||
@extend .sprite-sacola;
|
||||
|
||||
@include mq(md, max) {
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.amount-items {
|
||||
background-color: #142032;
|
||||
border-radius: 50%;
|
||||
bottom: 2px;
|
||||
color: #fff;
|
||||
font-size: 10px;
|
||||
line-height: 1.3;
|
||||
min-width: 19px;
|
||||
text-align: center;
|
||||
padding: 3px 4px;
|
||||
position: absolute;
|
||||
right: -8px;
|
||||
|
||||
@include mq(md, max) {
|
||||
right: -3px;
|
||||
}
|
||||
|
||||
em {
|
||||
font-style: normal;
|
||||
}
|
||||
@include mq(lg, min) {
|
||||
&:hover {
|
||||
color: $blue-500;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.show-menu {
|
||||
margin-top: -2px;
|
||||
|
||||
.option:before {
|
||||
@extend .sprite;
|
||||
@extend .sprite-menu-bottom;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
BIN
src/arquivos/sprite/facebook-icon.png
Normal file
BIN
src/arquivos/sprite/facebook-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 325 B |
BIN
src/arquivos/sprite/instagram-icon.png
Normal file
BIN
src/arquivos/sprite/instagram-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 930 B |
BIN
src/arquivos/sprite/youtube-icon.png
Normal file
BIN
src/arquivos/sprite/youtube-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 474 B |
@ -1,64 +1,83 @@
|
||||
<section class=" footer">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="institucional-info col-12 col-lg-10 offset-lg-1 col-xl-8 offset-xl-2 row">
|
||||
<div class="institucional-links col-12 col-md-4 offset-md-0">
|
||||
<h3 class="titulo">Dúvidas</h3>
|
||||
<ul>
|
||||
<li><a href="/institucional/sobre" title="Sobre">Sobre</a></li>
|
||||
<li><a href="/institucional/pagamento" title="Formas de Pagamento">Formas de Pagamento</a></li>
|
||||
<li><a href="/institucional/entrega" title="Entrega">Entrega</a></li>
|
||||
<li><a href="/institucional/troca-devolucao" title="Troca e Devolução">Troca e Devolução</a></li>
|
||||
<li><a href="/institucional/seguranca-privacidade" title="Segurança e Privacidade">Segurança e Privacidade</a></li>
|
||||
<li><a href="/institucional/contato" title="Contato">Contato</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="contato-sac col-12 col-md-4 offset-md-0">
|
||||
<h3 class="titulo">Fale Conosco</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<span itemprop="faxNumber">
|
||||
<a href="tel:+55 22 00000 00000"><strong>SAC:</strong> 22 00000 0000</a>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<span itemprop="email">
|
||||
<a href="mail:contato@contato.com.br">contato@contato.com.br</a>
|
||||
</span>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<span>
|
||||
Atendimento Online
|
||||
</span>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<strong>
|
||||
Segunda a Sexta
|
||||
</strong>
|
||||
das 8h30 as 18h
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="redes-sociais col-12 col-md-4 offset-md-0">
|
||||
<h3 class="titulo">Fique Ligado</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#" target="_blank" title="Instagram">
|
||||
<i class="sprite sprite-instagram-white"></i>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#" target="_blank" title="Facebook">
|
||||
<i class="sprite sprite-facebook-white"></i>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<section class="footer-links">
|
||||
<div class="footer-links__wrapper">
|
||||
<div class="footer-links__column">
|
||||
<h4 class="footer-links__title">DÚVIDAS</h4>
|
||||
<ul class="footer-links__items-list">
|
||||
<li class="footer-links__item">
|
||||
<a class="footer-links__link" href="/institucional/sobre"
|
||||
>SOBRE</a
|
||||
>
|
||||
</li>
|
||||
<li class="footer-links__item">
|
||||
<a
|
||||
class="footer-links__link"
|
||||
href="/institucional/formas-de-pagamento"
|
||||
>FORMAS DE PAGAMENTO</a
|
||||
>
|
||||
</li>
|
||||
<li class="footer-links__item">
|
||||
<a class="footer-links__link" href="/institucional/entrega"
|
||||
>ENTREGA</a
|
||||
>
|
||||
</li>
|
||||
<li class="footer-links__item">
|
||||
<a
|
||||
class="footer-links__link"
|
||||
href="/institucional/troca-e-devolucao"
|
||||
>TROCA E DEVOLUÇÃO</a
|
||||
>
|
||||
</li>
|
||||
<li class="footer-links__item">
|
||||
<a
|
||||
class="footer-links__link"
|
||||
href="/institucional/seguranca-e-privacidade"
|
||||
>SEGURANÇA E PRIVACIDADE</a
|
||||
>
|
||||
</li>
|
||||
<li class="footer-links__item">
|
||||
<a class="footer-links__link" href="/institucional/contato"
|
||||
>CONTATO</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer-links__column">
|
||||
<h4 class="footer-links__title">FALE CONOSCO</h4>
|
||||
<ul class="footer-links__items-list">
|
||||
<li class="footer-links__item">
|
||||
<a class="footer-links__link" href="tel:1199999999"
|
||||
>SAC: 11 9999 9999</a
|
||||
>
|
||||
</li>
|
||||
<li class="footer-links__item">
|
||||
<a class="footer-links__link" href="mailto:sac@m3.com.br"
|
||||
>SAC@M3.COM.BR</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<li class="footer-links__item"><u>ATENDIMENTO ONLINE</u></li>
|
||||
<li class="footer-links__item"><span>SEGUNDA A SEXTA</span></li>
|
||||
<li class="footer-links__item"><span>DAS 8H30 AS 18H</span></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="footer-links__column">
|
||||
<h4 class="footer-links__title">FIQUE LIGADO</h4>
|
||||
<ul
|
||||
class="
|
||||
footer-links__items-list
|
||||
footer-links__items-list--social-networks
|
||||
"
|
||||
>
|
||||
<li>
|
||||
<a href="#"><i class="sprite sprite-instagram-icon"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><i class="sprite sprite-facebook-icon"></i></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><i class="sprite sprite-youtube-icon"></i></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user