Commit 301e849f9f27e6650ec2534de6cf51ed2a3a51e0

Authored by Leonardo Merlin
1 parent a7e57dfd

Fix some content styles

Showing 1 changed file with 26 additions and 0 deletions   Show diff stats
sass/style.sass
... ... @@ -1397,8 +1397,27 @@ h3.titulo-destaque
1397 1397 &-#{$category}
1398 1398 background-color: $color
1399 1399 background-image: url(images/icons/#{$category}.png)
  1400 + .#{$category}
  1401 + ul.list-color
  1402 + li:before
  1403 + color: $color
1400 1404  
1401 1405 // hack
  1406 +ul.list-color
  1407 + list-style: none
  1408 + padding: 0
  1409 + margin: 0
  1410 +
  1411 + li
  1412 + padding-left: 1em
  1413 + text-indent: -.7em
  1414 + &:before
  1415 + content: "• "
  1416 + font-weight: bold
  1417 + font-size: 20px
  1418 + position: relative
  1419 + top: 2px
  1420 +
1402 1421 .saude
1403 1422 .bloco-destaque
1404 1423 background-image: url(http://www.participa.br/articles/public/0009/6039/mais-medicos-foto4.png)
... ... @@ -1602,6 +1621,13 @@ h3.titulo-destaque
1602 1621 margin-left: 0
1603 1622 margin-top: 5px
1604 1623  
  1624 +// content
  1625 +.vcenter
  1626 + display: inline-block
  1627 + vertical-align: middle
  1628 + float: none
  1629 + margin-right: -2px
  1630 + margin-left: -2px
1605 1631  
1606 1632 // HACK IDG
1607 1633 #barra-brasil .brasil-flag
... ...