mirror of https://github.com/ColorlibHQ/AdminLTE
fix: small app-content-*-area height adjustment
parent
538c502b41
commit
7179530af9
|
@ -17,23 +17,19 @@
|
||||||
&.app-content-top-area-sm,
|
&.app-content-top-area-sm,
|
||||||
&.app-content-bottom-area-sm{
|
&.app-content-bottom-area-sm{
|
||||||
min-height: $lte-app-content-bottom-area-height-sm;
|
min-height: $lte-app-content-bottom-area-height-sm;
|
||||||
max-height: $lte-app-content-bottom-area-height-sm;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.app-content-top-area-md,
|
&.app-content-top-area-md,
|
||||||
&.app-content-bottom-area-md{
|
&.app-content-bottom-area-md{
|
||||||
min-height: $lte-app-content-bottom-area-height-md;
|
min-height: $lte-app-content-bottom-area-height-md;
|
||||||
max-height: $lte-app-content-bottom-area-height-md;
|
|
||||||
}
|
}
|
||||||
&.app-content-top-area-lg,
|
&.app-content-top-area-lg,
|
||||||
&.app-content-bottom-area-lg{
|
&.app-content-bottom-area-lg{
|
||||||
min-height: $lte-app-content-bottom-area-height-lg;
|
min-height: $lte-app-content-bottom-area-height-lg;
|
||||||
max-height: $lte-app-content-bottom-area-height-lg;
|
|
||||||
}
|
}
|
||||||
&.app-content-top-area-xl,
|
&.app-content-top-area-xl,
|
||||||
&.app-content-bottom-area-xl{
|
&.app-content-bottom-area-xl{
|
||||||
min-height: $lte-app-content-bottom-area-height-xl;
|
min-height: $lte-app-content-bottom-area-height-xl;
|
||||||
max-height: $lte-app-content-bottom-area-height-xl;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -7,25 +7,21 @@
|
||||||
.app-content-top-area-sm,
|
.app-content-top-area-sm,
|
||||||
.app-content-bottom-area-sm {
|
.app-content-bottom-area-sm {
|
||||||
min-height: $lte-app-content-bottom-area-height-sm * .825;
|
min-height: $lte-app-content-bottom-area-height-sm * .825;
|
||||||
max-height: $lte-app-content-bottom-area-height-sm * .825;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-content-top-area-md,
|
.app-content-top-area-md,
|
||||||
.app-content-bottom-area-md {
|
.app-content-bottom-area-md {
|
||||||
min-height: $lte-app-content-bottom-area-height-md * .825;
|
min-height: $lte-app-content-bottom-area-height-md * .825;
|
||||||
max-height: $lte-app-content-bottom-area-height-md * .825;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-content-top-area-lg,
|
.app-content-top-area-lg,
|
||||||
.app-content-bottom-area-lg {
|
.app-content-bottom-area-lg {
|
||||||
min-height: $lte-app-content-bottom-area-height-lg * .825;
|
min-height: $lte-app-content-bottom-area-height-lg * .825;
|
||||||
max-height: $lte-app-content-bottom-area-height-lg * .825;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-content-top-area-xl,
|
.app-content-top-area-xl,
|
||||||
.app-content-bottom-area-xl {
|
.app-content-bottom-area-xl {
|
||||||
min-height: $lte-app-content-bottom-area-height-xl * .825;
|
min-height: $lte-app-content-bottom-area-height-xl * .825;
|
||||||
max-height: $lte-app-content-bottom-area-height-xl * .825;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue