Commit 8b1d019868357e53c322f47843e869d0a4a23edf
Committed by
Carlos Coêlho
1 parent
65c50953
Exists in
master
and in
53 other branches
Header style
Signed-off-by: Carlos Oliveira <carlosoliveira@duzeru.org> Signed-off-by: Bruna Moreira <brunanayaramlima@gmail.com>
Showing
2 changed files
with
18 additions
and
1 deletions
Show diff stats
src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css
... | ... | @@ -522,3 +522,20 @@ span.highlighted { |
522 | 522 | min-width: 960px; |
523 | 523 | padding: 40px 0 60px 0; |
524 | 524 | } |
525 | + | |
526 | + | |
527 | +.colab-content h2{ | |
528 | + color: #FF0366; | |
529 | + font-size: 16px; | |
530 | + font-family: "open_sansregular",Arial, Helvetica,sans-serif; | |
531 | + font-weight: 300; | |
532 | + text-transform: uppercase; | |
533 | +} | |
534 | + | |
535 | +.colab-content h1{ | |
536 | + padding: 5px 0 10px 0; | |
537 | + border-bottom: 1px solid #D3D6DE; | |
538 | + font-family: Arial, Helvetica, sans-serif; | |
539 | + font-size: 35px; | |
540 | + font-variant: normal; | |
541 | +} | ... | ... |
src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_create_form.html
... | ... | @@ -4,7 +4,6 @@ |
4 | 4 | <div class="colab-content container"> |
5 | 5 | <h2>Cadastre-se</h2> |
6 | 6 | <h1>Informações pessoais</h1> |
7 | - <hr> | |
8 | 7 | |
9 | 8 | <form action="{% url "signup" %}" method="post" role="form" class="form-horizontal signup"> |
10 | 9 | {% csrf_token %} |
... | ... | @@ -113,6 +112,7 @@ |
113 | 112 | <hr> |
114 | 113 | <p>Caso ainda permaneça com dúvidas fique à vontade para entrar em contato conosco através do email <a href="mailto:admin@softwarepublico.gov.br">admin@softwarepublico.gov.br</a></p> |
115 | 114 | </div> |
115 | + </div> | |
116 | 116 | </div> |
117 | 117 | </div> |
118 | 118 | </form> | ... | ... |