Commit 285efda009bd96e724ba74f6a28bb1b8fec2df26

Authored by Augusto dos Anjos Almeida
1 parent 1d359a75

Fixed background color bug in lists.

sass/_proposal_detail.scss
1 1 .proposal-detail {
2 2 li {
3   - list-style: none;
4   - width: 70%;
5   - padding: 0;
6   - height: 50px;
7   - overflow: hidden;
  3 + // list-style: none;
  4 + // width: 70%;
  5 + // padding: 0;
  6 + // height: 50px;
  7 + // overflow: hidden;
8 8  
9 9 a {
10 10 text-decoration: none;
... ... @@ -443,7 +443,7 @@
443 443 }
444 444 }
445 445 li{
446   - background-color: $color;
  446 + // background-color: $color;
447 447 a {
448 448 background-image: url(./images/icons/#{$category}.png);
449 449 background: {
... ...
sass/proposal_detail/mais-medicos.scss
1 1 .proposal-detail-base
2 2 .bloco-destaque {
3   - background: url("http://www.participa.br/articles/public/0009/6039/mais-medicos-foto4.png") no-repeat right bottom;
  3 + background-image: url("http://www.participa.br/articles/public/0009/6039/mais-medicos-foto4.png");
  4 + background-repeat: no-repeat;
  5 + background-position: right bottom;
4 6 border-radius: 10px;
5 7 min-height: 486px;
6 8 padding: 35px;
... ...