From 21a789ab1218d8f552d5f779c24aac2247552627 Mon Sep 17 00:00:00 2001 From: DTILegBG Date: Wed, 30 Aug 2017 15:55:03 -0300 Subject: [PATCH] ajusta lc95 --- sapl/static/styles/compilacao.scss | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/sapl/static/styles/compilacao.scss b/sapl/static/styles/compilacao.scss index 651ec7869..c2e7ed7ad 100644 --- a/sapl/static/styles/compilacao.scss +++ b/sapl/static/styles/compilacao.scss @@ -205,9 +205,8 @@ a:link:after, a:visited:after { .titulo_generico { text-align: center; - font-weight: bold; margin-bottom: 1em; - font-size: 1.5em; + font-size: 1.15em; margin-top: 3em; } @@ -229,14 +228,15 @@ a:link:after, a:visited:after { .capitulo { @extend .titulo_generico; margin-top: 1.5em; - font-size: 1.3em; + font-size: 1.15em; } .secao { @extend .titulo_generico; margin-top: 1.2em; margin-bottom: 0.7em; - font-size: 1.2em; + font-weight: bold; + font-size: 1.15em; } .subsecao, @@ -244,8 +244,8 @@ a:link:after, a:visited:after { @extend .titulo_generico; margin-top: 1em; margin-bottom: 0.6em; - font-size: 1.2em; - font-style: italic; + font-weight: bold; + font-size: 1.15em; } .artigo { @@ -280,6 +280,16 @@ a:link:after, a:visited:after { font-size: 1.0em; margin-top: 2px; } + + .assinatura { + margin-top: 0.6em; + font-size: 1.15em; + } + + .fecho_lei { + margin-top: 0.6em; + font-size: 1.15em; + } .bloco_alteracao { padding-left: 10%; @@ -393,7 +403,7 @@ a:link:after, a:visited:after { .dptt { clear: left; & > a { - color: #444444; + color: #000000; &.nota-alteracao { color: #02baf2; font-size: 0.75em; @@ -1528,4 +1538,4 @@ a:link:after, a:visited:after { .container { width: 100%; } -} +} \ No newline at end of file