refactor: convert Koenig editor utilities to ordinary classes in components layer
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
All checks were successful
Deploy Theme / deploy (push) Successful in 14s
This commit is contained in:
@@ -198,30 +198,30 @@
|
||||
@apply text-7xl leading-[0.8] mt-2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Koenig Editor (Ghost) required classes */
|
||||
@utility kg-width-wide {
|
||||
position: relative;
|
||||
width: 85vw;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
max-width: 1200px;
|
||||
}
|
||||
/* Koenig Editor (Ghost) required classes */
|
||||
.kg-width-wide {
|
||||
position: relative;
|
||||
width: 85vw;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
@utility kg-width-full {
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.kg-width-full {
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
@utility kg-card {
|
||||
@apply mb-8;
|
||||
}
|
||||
.kg-card {
|
||||
@apply mb-8;
|
||||
}
|
||||
|
||||
@utility kg-card-caption {
|
||||
@apply text-center text-sm text-[var(--text-secondary)] mt-2;
|
||||
.kg-card-caption {
|
||||
@apply text-center text-sm text-[var(--text-secondary)] mt-2;
|
||||
}
|
||||
}
|
||||
|
||||
.site-logo {
|
||||
|
||||
Reference in New Issue
Block a user