This commit is contained in:
@@ -24,12 +24,14 @@ body {
|
|||||||
font-family: 'Segoe UI', sans-serif;
|
font-family: 'Segoe UI', sans-serif;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.budget-page {
|
.budget-page {
|
||||||
padding: 16px 24px;
|
padding: 16px 24px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
max-width: unset;
|
max-width: unset;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.budget-header {
|
.budget-header {
|
||||||
@@ -63,6 +65,7 @@ body {
|
|||||||
|
|
||||||
.menu-container {
|
.menu-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.month-picker-dropdown select,
|
.month-picker-dropdown select,
|
||||||
@@ -100,7 +103,6 @@ body {
|
|||||||
grid-template-columns: repeat(auto-fit, minmax(220px, 300px));
|
grid-template-columns: repeat(auto-fit, minmax(220px, 300px));
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -155,6 +155,7 @@ body {
|
|||||||
position: relative;
|
position: relative;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-panel {
|
.main-panel {
|
||||||
@@ -171,6 +172,7 @@ body {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.7;
|
line-height: 1.7;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
padding: 5px 5px 0 5px;
|
||||||
position: static !important;
|
position: static !important;
|
||||||
z-index: auto !important;
|
z-index: auto !important;
|
||||||
}
|
}
|
||||||
@@ -360,6 +362,7 @@ body {
|
|||||||
.main-panel {
|
.main-panel {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
z-index: 1 !important;
|
z-index: 1 !important;
|
||||||
|
padding: 0 5px 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-nav {
|
.main-nav {
|
||||||
|
|||||||
Reference in New Issue
Block a user