adds budget icon on investment show when no aside

This commit is contained in:
Alberto Garcia Cabeza
2017-01-09 17:10:36 +01:00
parent f9c4649fd1
commit e6cc09a460
4 changed files with 34 additions and 0 deletions

View File

@@ -740,6 +740,31 @@
margin-top: $line-height*1.5;
}
.budget-investment-show {
.label-budget-investment {
background: none;
clear: both;
color: $budget;
display: block;
font-size: rem-calc(12);
font-weight: bold;
line-height: $line-height;
padding-bottom: 0;
padding-left: 0;
padding-top: 0;
text-transform: uppercase;
}
.icon-budget {
color: $budget;
font-size: $small-font-size;
line-height: $line-height;
margin-left: rem-calc(6);
top: 0;
}
}
// 05. Featured
// ------------