adds budget icon on investment show when no aside
This commit is contained in:
@@ -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
|
||||
// ------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user