Merge branch 'master' of https://github.com/brkcvn/akaunting into mobile-index-actions
This commit is contained in:
10
public/css/app.css
vendored
10
public/css/app.css
vendored
@@ -1399,7 +1399,7 @@ input[type=file]::file-selector-button:hover{
|
||||
background-color: #DCE2F9;
|
||||
}
|
||||
|
||||
.menu-list a svg {
|
||||
.menu-list ul svg {
|
||||
width: 22px;
|
||||
height: 24px;
|
||||
fill: none;
|
||||
@@ -54059,6 +54059,14 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
|
||||
}
|
||||
/* responsive for role mobile */
|
||||
|
||||
/* full-width for mobile. Some component use inline styling for width */
|
||||
@media only screen and (max-width: 991px) {
|
||||
.full-width-mobile {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
/* full-width for mobile. Some component use inline styling for width */
|
||||
|
||||
[dir="ltr"] .ltr\:-right-57 {
|
||||
right: -14.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user