Compare commits

..

No commits in common. "cb631571e9d8c8fd271783601d43d19eebd7acf7" and "c277d4780b927fe0f157473b0d2d8de9b0d6dc4c" have entirely different histories.

3 changed files with 3 additions and 29 deletions

View File

@ -147,8 +147,7 @@
} }
} }
&__title { &__title {
@apply uppercase nunito text-xl font-bold pb-8 tracking-widest; @apply text-base font-extrabold uppercase pb-8 tracking-widest nunito;
letter-spacing: 4px;
} }
&__show-all { &__show-all {
@apply text-base font-extrabold uppercase pb-8 tracking-widest nunito text-primary text-center mx-auto block mt-12; @apply text-base font-extrabold uppercase pb-8 tracking-widest nunito text-primary text-center mx-auto block mt-12;

View File

@ -1,5 +1,5 @@
button#scroll-top { button#scroll-top {
@apply hidden md:block fixed lg:bottom-8 lg:right-12 bottom-4 right-4 bg-white border-2 border-solid border-primary text-primary rounded-full p-4 z-50; @apply hidden lg:block fixed lg:bottom-8 lg:right-12 bottom-4 right-4 bg-white border-2 border-solid border-primary text-primary rounded-full p-4 z-50;
img { img {
@apply h-6 w-6; @apply h-6 w-6;

View File

@ -3,32 +3,7 @@ header {
} }
.website_logo { .website_logo {
@apply w-72 h-auto relative; @apply w-72 h-auto;
#secondary-logo {
@apply absolute top-0 left-0 w-full h-auto opacity-0 transition-opacity duration-300 ease-in-out;
}
&.has-secondary-logo {
.custom-logo-link,
#secondary-logo {
@apply transition-opacity duration-300 ease-out;
}
.custom-logo-link {
@apply opacity-100;
}
#secondary-logo {
@apply opacity-0 pointer-events-none;
}
}
&.has-secondary-logo:hover {
.custom-logo-link {
@apply opacity-0;
}
#secondary-logo {
@apply opacity-100;
}
}
} }
.tools-container { .tools-container {