REFACTOR Commentin code used elsewhere
This commit is contained in:
parent
c04cd14c0d
commit
b03ce090a3
|
|
@ -3,12 +3,12 @@
|
|||
@apply col-span-2 container mx-auto mb-2 lg:mb-0;
|
||||
|
||||
.tablist {
|
||||
@apply flex items-center overflow-y-visible gap-8 lg:gap-3 xl:gap-12 border-b border-primary;
|
||||
/* @apply flex items-center overflow-y-visible gap-8 lg:gap-3 xl:gap-12 border-b border-primary;
|
||||
position: relative;
|
||||
|
||||
span {
|
||||
@apply sr-only lg:not-sr-only;
|
||||
}
|
||||
} */
|
||||
/* @media screen and (max-width: 1024px) {
|
||||
} */
|
||||
/* @media screen and (max-width: 1024px) {
|
||||
|
|
@ -43,12 +43,10 @@
|
|||
}
|
||||
} */
|
||||
|
||||
button {
|
||||
/* button {
|
||||
@apply text-base md:text-lg lg:text-lg mt-8 nunito pb-4 flex flex-col lg:flex-row items-center gap-2 lg:gap-4 text-left shrink-0;
|
||||
grid-template-columns: auto 1fr;
|
||||
/* white-space: normal;
|
||||
word-wrap: break-word; */
|
||||
/* break-word: break-; */
|
||||
|
||||
word-break: keep-all;
|
||||
|
||||
.icon {
|
||||
|
|
@ -64,7 +62,7 @@
|
|||
&[aria-selected='false'] {
|
||||
@apply text-black opacity-40;
|
||||
}
|
||||
}
|
||||
} */
|
||||
|
||||
a.cta--download-pdf {
|
||||
@apply ml-auto;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user