Skip to content

Instantly share code, notes, and snippets.

@thiagotmendes
Created July 8, 2020 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiagotmendes/c0498983afdb7d59ff09ee70575389ba to your computer and use it in GitHub Desktop.
Save thiagotmendes/c0498983afdb7d59ff09ee70575389ba to your computer and use it in GitHub Desktop.
// box orcamento
.box-orcamento
background-color: #1D2853
width: 200px
position: fixed
right: 0
bottom: 10%
border-radius: 10px 0px 0px 10px
@media ($break-xs)
display: none
&__content
padding: 20px
&__title
font-style: normal;
font-weight: 900;
font-size: 16px;
line-height: 19px;
text-align: right;
color: #FFFFFF;
<div class="box-orcamento">
<div class="box-orcamento__content">
<h6 class="box-orcamento__title">
Orçamento para Ação Judicial ou Reembolso
</h6>
<a href="https://www.araujo.com.br/medicamentos-especiais/orcamento" target="_blank" class="btn-contato btn-contato__pink">
Solicite agora
</a>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment