Merge pull request #4371 from consul/all_budgets_filter
Add filter to display all budgets in admin section
This commit is contained in:
24
app/assets/stylesheets/admin/budgets/index.scss
Normal file
24
app/assets/stylesheets/admin/budgets/index.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
.admin .budgets-table {
|
||||
|
||||
.budget-completed {
|
||||
@include has-fa-icon(lock, solid);
|
||||
padding-left: calc(1em + #{rem-calc(10)});
|
||||
position: relative;
|
||||
|
||||
&::before {
|
||||
color: $admin-border-color;
|
||||
left: rem-calc(4);
|
||||
position: absolute;
|
||||
transform: translateY(50%);
|
||||
}
|
||||
|
||||
span {
|
||||
color: $admin-text;
|
||||
display: block;
|
||||
font-size: $tiny-font-size;
|
||||
font-weight: bold;
|
||||
line-height: rem-calc(12);
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user