Commit 8dde2ffdc256bc86f06ed356d1cad6e32c5284e1

Authored by Evandro Junior
1 parent 58a458df

using inheritance of classes for box

themes/participa-consulta/app/participa-consulta.scss
@@ -6,9 +6,7 @@ html, body { @@ -6,9 +6,7 @@ html, body {
6 height:100%; 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 border: none; 10 border: none;
13 border-radius: 3px 3px 0 0; 11 border-radius: 3px 3px 0 0;
14 font-family: "Ubuntu Mediun"; 12 font-family: "Ubuntu Mediun";
@@ -19,3 +17,9 @@ html, body { @@ -19,3 +17,9 @@ html, body {
19 padding: 15px 15px 15px 55px; 17 padding: 15px 15px 15px 55px;
20 text-transform: capitalize; 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 +}