Last active
April 23, 2021 09:26
-
-
Save brenonovelli/5964d75e04df157d781990f1be89e078 to your computer and use it in GitHub Desktop.
veve-yumi - css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.menu.superior { | |
background: #f9f7ed; | |
} | |
.menu.superior .titulo { | |
color: #4f372a; | |
} | |
.lista-redes .icon-instagram { | |
background: #51392c; | |
} | |
.lista-redes .icon-youtube { | |
background: #51392c; | |
} | |
.barra-inicial i.icon-instagram, | |
.barra-inicial i.icon-youtube, | |
.barra-inicial i.icon-facebook { | |
color: #f9f7ed !important; | |
} | |
/* Ajustes Breno Novelli */ | |
.busca { | |
background-color: transparent; | |
border: none; | |
box-sizing: border-box; | |
height: 42px; | |
} | |
.busca input { | |
border: none; | |
box-shadow: none; | |
background-color: #fff5f4; | |
border: 1px solid #f7edec; | |
height: 42px; | |
width: 100%; | |
box-sizing: border-box; | |
border-radius: .5rem; | |
font-size: 12px; | |
} | |
.busca .botao-busca { | |
border-radius: .5rem; | |
box-shadow: none; | |
height: 42px; | |
} | |
.logo a { | |
height: 180px; | |
} | |
.menu.superior { | |
margin: 0; | |
} | |
@media only screen and (max-width: 767px) { | |
.conteiner .logo { | |
margin: 0; | |
} | |
.logo a { | |
height: 80px; | |
} | |
.busca form, | |
.busca input { | |
height: 100%; | |
} | |
.busca .botao-busca { | |
height: 100%; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment