Commit 72d2a1f2a82e9535e8781111e928e7b2744261f9

Authored by mp-96409975520
1 parent 56960ed2
Exists in master

criação do estilo para altocontraste.

src/main/webapp/inicial_arquivos/css/contato.css
... ... @@ -42,3 +42,11 @@ list-style-type: none;
42 42 font-size: 14px;
43 43 margin-top: 30px;
44 44 }
  45 +
  46 +.contraste .formContato{
  47 + border-style: solid none none;
  48 + border-width: 0.1em;
  49 + font-size: 1.7em;
  50 + font-family: Arial, Helvetica, sans-serif;
  51 + color: #ffffff;
  52 +}
... ...