Commit 00f7087d0a1abdb75b6213eafd0127a8ed6f3aaf
Exists in
master
and in
26 other branches
Merge branch 'master' of softwarepublico.gov.br:noosfero-themes/angular-theme
Showing
3 changed files
with
30 additions
and
0 deletions
Show diff stats
themes/participa-consulta/app/participa-consulta.scss
... | ... | @@ -5,3 +5,33 @@ body > .ng-scope { |
5 | 5 | html, body { |
6 | 6 | height:100%; |
7 | 7 | } |
8 | + | |
9 | +.box-default{ | |
10 | + border: none; | |
11 | + border-radius: 3px 3px 0 0; | |
12 | + font-family: "Ubuntu Mediun"; | |
13 | + font-size: 15px; | |
14 | + font-variant: normal; | |
15 | + font-weight: normal; | |
16 | + line-height: 30px; | |
17 | + padding: 15px 15px 15px 55px; | |
18 | + text-transform: capitalize; | |
19 | +} | |
20 | + | |
21 | +.skin-whbl .membersblock > .panel-heading{ | |
22 | + @extend .box-default; | |
23 | + background: #DAE1C4 url("../assets/images/participa-consulta/pessoas.png") no-repeat 15px center; | |
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; | |
33 | +} | |
34 | + | |
35 | +.profile-header{ | |
36 | + text-align: center; | |
37 | +} | ... | ... |
themes/participa-consulta/assets/images/participa-consulta/indicadores.png
0 → 100644
1004 Bytes
themes/participa-consulta/assets/images/participa-consulta/pessoas.png
0 → 100644
1.27 KB