Merge branch 'master' of https://github.com/brkcvn/akaunting into new-plans
This commit is contained in:
12
resources/assets/sass/app.css
vendored
12
resources/assets/sass/app.css
vendored
@@ -220,6 +220,12 @@
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
.menu__submenu details.relative:before {
|
||||
@apply h-full absolute bg-gray-200 -left-4;
|
||||
content: '';
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
.menu__submenu li:last-child::before {
|
||||
height: 20px;
|
||||
}
|
||||
@@ -548,6 +554,12 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 480px) {
|
||||
.large-overflow-unset {
|
||||
overflow-x: unset;
|
||||
}
|
||||
}
|
||||
|
||||
#nprogress .bar {
|
||||
background: #A6A8C9 !important;
|
||||
height: 5px !important;
|
||||
|
||||
Reference in New Issue
Block a user