mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Reduce sidebar font size
This commit is contained in:
parent
258beba895
commit
3ed78fcaec
2
public/css/built.css
vendored
2
public/css/built.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
6
resources/assets/css/sidebar.css
vendored
6
resources/assets/css/sidebar.css
vendored
@ -99,7 +99,7 @@
|
||||
|
||||
#left-sidebar-wrapper .sidebar-nav li {
|
||||
text-indent: 20px;
|
||||
line-height: 40px;
|
||||
line-height: 36px;
|
||||
}
|
||||
|
||||
#left-sidebar-wrapper .sidebar-nav li span.badge {
|
||||
@ -113,7 +113,7 @@
|
||||
}
|
||||
|
||||
#right-sidebar-wrapper .sidebar-nav li a.btn {
|
||||
margin-top:5px;
|
||||
margin-top:0px;
|
||||
margin-right:10px;
|
||||
text-indent:0px
|
||||
}
|
||||
@ -213,7 +213,7 @@
|
||||
}
|
||||
|
||||
#left-sidebar-wrapper a.btn {
|
||||
margin-top:10px;
|
||||
margin-top:8px;
|
||||
margin-right:10px;
|
||||
text-indent:0px
|
||||
}
|
||||
|
@ -17,7 +17,7 @@
|
||||
@endif
|
||||
|
||||
<a href="{{ url($option == 'recurring' ? 'recurring_invoice' : $option) }}"
|
||||
style="font-size:16px; padding-top:6px; padding-bottom:6px"
|
||||
style="font-size:15px; padding-top:6px; padding-bottom:6px"
|
||||
class="{{ Request::is("{$option}*") ? 'active' : '' }}">
|
||||
<i class="fa fa-{{ empty($icon) ? \App\Models\EntityModel::getIcon($option) : $icon }}" style="width:46px; padding-right:10px"></i>
|
||||
{{ ($option == 'recurring_invoices') ? trans('texts.recurring') : mtrans($option) }}
|
||||
|
Loading…
Reference in New Issue
Block a user