12 lines
211 B
CSS
12 lines
211 B
CSS
.template-archives--news {
|
|
.card-grid-container {
|
|
@apply pt-2;
|
|
}
|
|
.card-grid-container[isLoading] {
|
|
@apply opacity-30;
|
|
}
|
|
.load-news {
|
|
@apply mx-auto w-fit gap-8 flex pb-16;
|
|
}
|
|
}
|