Commit 8dde2ffdc256bc86f06ed356d1cad6e32c5284e1
1 parent
58a458df
Exists in
master
and in
26 other branches
using inheritance of classes for box
Showing
1 changed file
with
7 additions
and
3 deletions
Show diff stats
themes/participa-consulta/app/participa-consulta.scss
... | ... | @@ -6,9 +6,7 @@ html, body { |
6 | 6 | height:100%; |
7 | 7 | } |
8 | 8 | |
9 | -.skin-whbl .membersblock > .panel-heading{ | |
10 | - background: #DAE1C4 url("../assets/images/participa-consulta/pessoas.png") no-repeat 15px center; | |
11 | - background-size: 30px 30px; | |
9 | +.box-default{ | |
12 | 10 | border: none; |
13 | 11 | border-radius: 3px 3px 0 0; |
14 | 12 | font-family: "Ubuntu Mediun"; |
... | ... | @@ -19,3 +17,9 @@ html, body { |
19 | 17 | padding: 15px 15px 15px 55px; |
20 | 18 | text-transform: capitalize; |
21 | 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 | +} | ... | ... |