FEATURE Handling sitemap styles
This commit is contained in:
parent
256087528f
commit
0272e701c6
|
|
@ -58,6 +58,8 @@
|
|||
@import './blocks/gallery.css';
|
||||
@import './blocks/content-card.css';
|
||||
@import './blocks/card-grid.css';
|
||||
@import './blocks/sitemap.css';
|
||||
|
||||
|
||||
/* ########### LIBS ############ */
|
||||
@import './libs/swiper.css';
|
||||
|
|
|
|||
|
|
@ -1,5 +1,32 @@
|
|||
.sitemap {
|
||||
@apply bg-primary-light;
|
||||
h1.sitemap__title,
|
||||
h2,
|
||||
h3 {
|
||||
color: var(---content-box-text-color) !important;
|
||||
}
|
||||
h1.sitemap__title {
|
||||
@apply text-center uppercase tracking-widest mb-32;
|
||||
}
|
||||
h2.website-title {
|
||||
@apply mb-4 !font-semibold !tracking-widest;
|
||||
}
|
||||
h3.menu-title {
|
||||
@apply font-normal uppercase tracking-widest text-4xl;
|
||||
}
|
||||
|
||||
ul {
|
||||
@apply mt-12 grid md:grid-cols-2 lg:grid-cols-3 gap-12;
|
||||
li {
|
||||
@apply list-none text-center;
|
||||
a {
|
||||
@apply flex flex-col items-center justify-center underline underline-offset-4;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.website-menu-list {
|
||||
@apply mb-32;
|
||||
}
|
||||
}
|
||||
|
||||
.sitemap__inner {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user