mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 23:30:32 +00:00
feat: Sidebar overlay style tweaks.
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user