Merge branch 'master' of https://github.com/brkcvn/akaunting into new-plans
This commit is contained in:
52
public/css/app.css
vendored
52
public/css/app.css
vendored
@ -48804,6 +48804,18 @@ html[dir='rtl'] .el-scrollbar__wrap {
|
||||
.el-range-editor.el-input__inner {
|
||||
width: 100%;
|
||||
}
|
||||
/* apex-chart cash-flow */
|
||||
.apex-chart-cash-flow .apexcharts-legend {
|
||||
width: 24rem !important;
|
||||
-ms-flex-pack: distribute !important;
|
||||
justify-content: space-around !important;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.apex-chart-cash-flow .apexcharts-toolbar {
|
||||
top: 45px !important;
|
||||
}
|
||||
/* apex-chart cash-flow */
|
||||
}
|
||||
/* element-ui */
|
||||
|
||||
@ -48896,13 +48908,25 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
.small-table-width {
|
||||
width: 450px;
|
||||
width: 550px;
|
||||
}
|
||||
|
||||
.small-col {
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
.description-col {
|
||||
width: 180px !important
|
||||
}
|
||||
|
||||
.amount-col {
|
||||
width: 70px !important;
|
||||
}
|
||||
|
||||
.name-col {
|
||||
width: 6rem !important
|
||||
}
|
||||
|
||||
.information-content {
|
||||
-webkit-transform: unset !important;
|
||||
transform: unset !important;
|
||||
@ -51735,8 +51759,17 @@ body{
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
<<<<<<< HEAD
|
||||
.lg\:top-7{
|
||||
top: 1.75rem;
|
||||
=======
|
||||
.lg\:relative{
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.lg\:right-0{
|
||||
right: 0px;
|
||||
>>>>>>> 73918e3caaabde82091fb91be04f3de06654f6c7
|
||||
}
|
||||
|
||||
.lg\:right-24{
|
||||
@ -51774,6 +51807,10 @@ body{
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.lg\:mt-11{
|
||||
margin-top: 2.75rem;
|
||||
}
|
||||
|
||||
.lg\:mt-60{
|
||||
margin-top: 15rem;
|
||||
}
|
||||
@ -51916,6 +51953,10 @@ body{
|
||||
width: 66.666667%;
|
||||
}
|
||||
|
||||
.lg\:w-auto{
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.lg\:w-1\/4{
|
||||
width: 25%;
|
||||
}
|
||||
@ -51936,10 +51977,6 @@ body{
|
||||
width: 24rem;
|
||||
}
|
||||
|
||||
.lg\:w-auto{
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.lg\:w-2\/4{
|
||||
width: 50%;
|
||||
}
|
||||
@ -52012,6 +52049,11 @@ body{
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.lg\:justify-around{
|
||||
-ms-flex-pack: distribute;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.lg\:gap-16{
|
||||
gap: 4rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user