Advertisement
Codificando

Codificando - Cabeçalho Arredondado

Aug 6th, 2016
6,300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.48 KB | None | 0 0
  1. #cabecalho .busca { padding: 0; border: none; background: transparent; }
  2. #cabecalho .busca input { padding: 10px 5px 10px 15px; border-radius: 10px; }
  3. #cabecalho .busca .botao-busca { height: 42px; top: 0; right: 0; border-radius: 10px; border-top-left-radius: 0; border-bottom-left-radius: 0; width: 55px; font-size: 18px; }
  4. .acoes-conta>li i { border-radius: 5px; }
  5. .carrinho { border-radius: 10px; }
  6. .carrinho>a i { border-top-left-radius: 10px; border-bottom-left-radius: 10px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement