Commit 9cf0c6e6a91e60af95bd77e90a513e5b0e50530d

Authored by Evandro Junior
1 parent 8dde2ffd

statistics block style for participa consulta theme

themes/participa-consulta/app/participa-consulta.scss
... ... @@ -18,8 +18,16 @@ html, body {
18 18 text-transform: capitalize;
19 19 }
20 20  
21   -.skin-whbl .membersblock > .panel-heading{
  21 +.skin-whbl .membersblock > .panel-heading{
22 22 @extend .box-default;
23 23 background: #DAE1C4 url("../assets/images/participa-consulta/pessoas.png") no-repeat 15px center;
24 24 background-size: 30px 30px;
  25 + color: #4F9CAC;
  26 +}
  27 +
  28 +.skin-whbl .statisticsblock > .panel-heading{
  29 + @extend .box-default;
  30 + background: #69677C url("../assets/images/participa-consulta/indicadores.png") no-repeat 15px center;
  31 + background-size: 30px 30px;
  32 + color: #DAE1C4;
25 33 }
... ...
themes/participa-consulta/assets/images/participa-consulta/indicadores.png 0 → 100644

1004 Bytes