Refactor CSS styles and fix formatting issues in MonalisaLK_EnergyNotSales.vue

This commit is contained in:
Dede Fuji Abdul
2024-03-11 22:42:15 +07:00
parent d8d5dc9f5b
commit 99afd50f37
40 changed files with 6887 additions and 2429 deletions

View File

@ -6058,10 +6058,6 @@ body {
width: 2.5rem;
}
.lg\:w-2\/6 {
width: 33.333333%;
}
.lg\:w-80 {
width: 20rem;
}
@ -6074,10 +6070,6 @@ body {
width: 70%;
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:flex-col {
flex-direction: column;
}
@ -6086,16 +6078,6 @@ body {
flex-wrap: nowrap;
}
.lg\:justify-between {
justify-content: space-between;
}
.lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.lg\:rounded-t-3xl {
border-top-left-radius: 1.5rem;
border-top-right-radius: 1.5rem;