Commit 9cf0c6e6a91e60af95bd77e90a513e5b0e50530d
1 parent
8dde2ffd
Exists in
master
and in
26 other branches
statistics block style for participa consulta theme
Showing
2 changed files
with
9 additions
and
1 deletions
Show diff stats
themes/participa-consulta/app/participa-consulta.scss
@@ -18,8 +18,16 @@ html, body { | @@ -18,8 +18,16 @@ html, body { | ||
18 | text-transform: capitalize; | 18 | text-transform: capitalize; |
19 | } | 19 | } |
20 | 20 | ||
21 | -.skin-whbl .membersblock > .panel-heading{ | 21 | +.skin-whbl .membersblock > .panel-heading{ |
22 | @extend .box-default; | 22 | @extend .box-default; |
23 | background: #DAE1C4 url("../assets/images/participa-consulta/pessoas.png") no-repeat 15px center; | 23 | background: #DAE1C4 url("../assets/images/participa-consulta/pessoas.png") no-repeat 15px center; |
24 | background-size: 30px 30px; | 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