cash flow responsive

This commit is contained in:
Burak Civan
2022-10-11 12:01:46 +03:00
parent e8693a3c92
commit e522de171b
4 changed files with 55 additions and 11 deletions

29
public/css/app.css vendored
View File

@ -47162,6 +47162,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 */
@ -49918,6 +49930,14 @@ body{
position: absolute;
}
.lg\:relative{
position: relative;
}
.lg\:right-0{
right: 0px;
}
.lg\:right-24{
right: 6rem;
}
@ -49948,6 +49968,10 @@ body{
margin-top: 1rem;
}
.lg\:mt-11{
margin-top: 2.75rem;
}
.lg\:mt-60{
margin-top: 15rem;
}
@ -50158,6 +50182,11 @@ body{
justify-content: center;
}
.lg\:justify-around{
-ms-flex-pack: distribute;
justify-content: space-around;
}
.lg\:gap-16{
gap: 4rem;
}