STYLE introducing component styling
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c4c65f4373
commit
f41f32207f
31
resources/css/blocks/see-also.css
Normal file
31
resources/css/blocks/see-also.css
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
.see-also {
|
||||
@apply bg-carhop-orange-50 py-24 px-4 md:px-12 xl:px-24;
|
||||
&.alignfull {
|
||||
@apply !my-0;
|
||||
}
|
||||
.inner {
|
||||
@apply max-w-screen-2xl mx-auto;
|
||||
@apply lg:flex gap-16 xl:gap-32;
|
||||
}
|
||||
|
||||
&__subtitle {
|
||||
br {
|
||||
display: none;
|
||||
}
|
||||
@screen lg {
|
||||
br {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.post-list {
|
||||
.post-card + .post-card {
|
||||
@apply mt-6;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.is-website-carhop .explore-tags {
|
||||
@apply bg-carhop-orange-50;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user