Commit 104f7d43ae1af62e4a12ad91c7be593a4de0f4be

Authored by Juliana
1 parent c15b73a9

Button acess catalog

Showing 1 changed file with 18 additions and 0 deletions   Show diff stats
page-inicial.css
... ... @@ -45,6 +45,24 @@
45 45 margin:5px;
46 46 text-align:right;
47 47 text-transform: uppercase;
  48 + margin-right: 32px;
48 49 }
49 50  
  51 +#bt_catalog-search::after {
  52 +content:'>';
  53 +position: absolute;
  54 +padding-left: 2px;
  55 +/*margin-top: -2px;*/
  56 +right: 10px;
  57 +width: 18px;
  58 +height: 20px;
  59 +color: #172857;
  60 +background: #eee;
  61 +border-radius: 4px;
  62 +font-size: 16px;
  63 +line-height: 20px;
  64 +text-align: center;
  65 +}
  66 +
  67 +
50 68 /*fim bloco buscar no catalogo*/
51 69 \ No newline at end of file
... ...