mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
feat: Sidebar overlay style tweaks.
This commit is contained in:
@@ -245,7 +245,7 @@ export default [
|
||||
href: '/financial-reports/payable-aging-summary',
|
||||
},
|
||||
{
|
||||
text: <T id={'sales_purchases_reports'} />,
|
||||
text: <T id={'Sales/Purchases'} />,
|
||||
label: true,
|
||||
},
|
||||
{
|
||||
|
||||
@@ -1176,5 +1176,6 @@
|
||||
"New item category": "New item category",
|
||||
"New service": "New service",
|
||||
"New inventory item": "New inventory item",
|
||||
"New purchase invoice": "New purchase invoice"
|
||||
"New purchase invoice": "New purchase invoice",
|
||||
"Sales/Purchases": "Sales/Purchases"
|
||||
}
|
||||
@@ -204,7 +204,7 @@ html[lang^="ar"] {
|
||||
.sidebar-overlay {
|
||||
background: #fff;
|
||||
height: 100%;
|
||||
width: 240px;
|
||||
width: 225px;
|
||||
outline: 0;
|
||||
|
||||
&__scroll-wrapper {
|
||||
@@ -249,7 +249,7 @@ html[lang^="ar"] {
|
||||
|
||||
&__item {
|
||||
font-size: 15px;
|
||||
color: #001944;
|
||||
color: #00102b;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
|
||||
Reference in New Issue
Block a user