Compare commits
No commits in common. "c30e4c1f42d86b72b4a277c429b36479d7bb9bb9" and "7b315ce540a2ad8bcb68f1dc061cd85e91de79a4" have entirely different histories.
c30e4c1f42
...
7b315ce540
|
|
@ -49,4 +49,3 @@
|
|||
/* ########### BLOCKS ############ */
|
||||
@import './blocks/explore-tags.css';
|
||||
@import './blocks/wp-block-pullquote.css';
|
||||
@import './blocks/statistics-datas.css';
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
.statistics-datas {
|
||||
@apply flex justify-center flex-wrap gap-32;
|
||||
|
||||
&__item {
|
||||
@apply flex flex-col gap-4 items-center;
|
||||
|
||||
&-number {
|
||||
@apply text-6xl fjalla pt-3 font-light;
|
||||
}
|
||||
|
||||
&-label {
|
||||
@apply text-lg font-normal nunito;
|
||||
}
|
||||
&-icon {
|
||||
img {
|
||||
@apply w-full h-full object-contain;
|
||||
@apply w-16 h-16;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user