Compare commits
2 Commits
7b315ce540
...
c30e4c1f42
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c30e4c1f42 | ||
|
|
52b98baec5 |
|
|
@ -49,3 +49,4 @@
|
||||||
/* ########### BLOCKS ############ */
|
/* ########### BLOCKS ############ */
|
||||||
@import './blocks/explore-tags.css';
|
@import './blocks/explore-tags.css';
|
||||||
@import './blocks/wp-block-pullquote.css';
|
@import './blocks/wp-block-pullquote.css';
|
||||||
|
@import './blocks/statistics-datas.css';
|
||||||
|
|
|
||||||
21
resources/css/blocks/statistics-datas.css
Normal file
21
resources/css/blocks/statistics-datas.css
Normal file
|
|
@ -0,0 +1,21 @@
|
||||||
|
.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