|
@ -205,9 +205,8 @@ a:link:after, a:visited:after { |
|
|
|
|
|
|
|
|
.titulo_generico { |
|
|
.titulo_generico { |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
font-weight: bold; |
|
|
|
|
|
margin-bottom: 1em; |
|
|
margin-bottom: 1em; |
|
|
font-size: 1.5em; |
|
|
font-size: 1.15em; |
|
|
margin-top: 3em; |
|
|
margin-top: 3em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -229,14 +228,15 @@ a:link:after, a:visited:after { |
|
|
.capitulo { |
|
|
.capitulo { |
|
|
@extend .titulo_generico; |
|
|
@extend .titulo_generico; |
|
|
margin-top: 1.5em; |
|
|
margin-top: 1.5em; |
|
|
font-size: 1.3em; |
|
|
font-size: 1.15em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.secao { |
|
|
.secao { |
|
|
@extend .titulo_generico; |
|
|
@extend .titulo_generico; |
|
|
margin-top: 1.2em; |
|
|
margin-top: 1.2em; |
|
|
margin-bottom: 0.7em; |
|
|
margin-bottom: 0.7em; |
|
|
font-size: 1.2em; |
|
|
font-weight: bold; |
|
|
|
|
|
font-size: 1.15em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.subsecao, |
|
|
.subsecao, |
|
@ -244,8 +244,8 @@ a:link:after, a:visited:after { |
|
|
@extend .titulo_generico; |
|
|
@extend .titulo_generico; |
|
|
margin-top: 1em; |
|
|
margin-top: 1em; |
|
|
margin-bottom: 0.6em; |
|
|
margin-bottom: 0.6em; |
|
|
font-size: 1.2em; |
|
|
font-weight: bold; |
|
|
font-style: italic; |
|
|
font-size: 1.15em; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.artigo { |
|
|
.artigo { |
|
@ -280,6 +280,16 @@ a:link:after, a:visited:after { |
|
|
font-size: 1.0em; |
|
|
font-size: 1.0em; |
|
|
margin-top: 2px; |
|
|
margin-top: 2px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.assinatura { |
|
|
|
|
|
margin-top: 0.6em; |
|
|
|
|
|
font-size: 1.15em; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.fecho_lei { |
|
|
|
|
|
margin-top: 0.6em; |
|
|
|
|
|
font-size: 1.15em; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.bloco_alteracao { |
|
|
.bloco_alteracao { |
|
|
padding-left: 10%; |
|
|
padding-left: 10%; |
|
@ -393,7 +403,7 @@ a:link:after, a:visited:after { |
|
|
.dptt { |
|
|
.dptt { |
|
|
clear: left; |
|
|
clear: left; |
|
|
& > a { |
|
|
& > a { |
|
|
color: #444444; |
|
|
color: #000000; |
|
|
&.nota-alteracao { |
|
|
&.nota-alteracao { |
|
|
color: #02baf2; |
|
|
color: #02baf2; |
|
|
font-size: 0.75em; |
|
|
font-size: 0.75em; |
|
@ -1528,4 +1538,4 @@ a:link:after, a:visited:after { |
|
|
.container { |
|
|
.container { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |