Commit 72d2a1f2a82e9535e8781111e928e7b2744261f9
1 parent
56960ed2
Exists in
master
criação do estilo para altocontraste.
Showing
1 changed file
with
8 additions
and
0 deletions
Show diff stats
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 | +} | ... | ... |