feat: Sidebar overlay style tweaks.

This commit is contained in:
a.bouhuolia
2021-08-02 10:25:59 +02:00
parent 885bcd2421
commit 2efd106991
3 changed files with 5 additions and 4 deletions

View File

@@ -245,7 +245,7 @@ export default [
href: '/financial-reports/payable-aging-summary', href: '/financial-reports/payable-aging-summary',
}, },
{ {
text: <T id={'sales_purchases_reports'} />, text: <T id={'Sales/Purchases'} />,
label: true, label: true,
}, },
{ {

View File

@@ -1176,5 +1176,6 @@
"New item category": "New item category", "New item category": "New item category",
"New service": "New service", "New service": "New service",
"New inventory item": "New inventory item", "New inventory item": "New inventory item",
"New purchase invoice": "New purchase invoice" "New purchase invoice": "New purchase invoice",
"Sales/Purchases": "Sales/Purchases"
} }

View File

@@ -204,7 +204,7 @@ html[lang^="ar"] {
.sidebar-overlay { .sidebar-overlay {
background: #fff; background: #fff;
height: 100%; height: 100%;
width: 240px; width: 225px;
outline: 0; outline: 0;
&__scroll-wrapper { &__scroll-wrapper {
@@ -249,7 +249,7 @@ html[lang^="ar"] {
&__item { &__item {
font-size: 15px; font-size: 15px;
color: #001944; color: #00102b;
a { a {
color: inherit; color: inherit;