h4, %h4 {
color: #c09;
font-size: 1.2rem;
font-weight: 100;
}
label {
@extend %h4; // Extend the placeholder instead
cursor: pointer;
}
.header h4 {
font-weight: bold;
}
.footer h4 {
display: inline;
}
h4,
label {
color: #c09;
font-size: 1.2rem;
font-weight: 100;
cursor: pointer; }
.header h4 {
font-weight: bold; }
.footer h4 {
display: inline; }