-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: reinstate TW layer directives, remove JSX CSS imports
- Loading branch information
1 parent
d821738
commit 1939f45
Showing
27 changed files
with
912 additions
and
884 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
.ui-contact-footer { | ||
background-size: 100% 100%; | ||
background-position: right center; | ||
@apply w-full bg-gradient-active-orange; | ||
} | ||
@layer components { | ||
.ui-contact-footer { | ||
background-size: 100% 100%; | ||
background-position: right center; | ||
@apply w-full bg-gradient-active-orange; | ||
} | ||
|
||
.ui-contact-footer-box { | ||
@apply p-24 sm:p-32 xl:p-40 bg-white flex flex-col justify-between rounded-sm; | ||
.ui-contact-footer-box { | ||
@apply p-24 sm:p-32 xl:p-40 bg-white flex flex-col justify-between rounded-sm; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
.ui-cookie-message { | ||
@apply rounded-lg bg-white font-sans; | ||
@apply justify-between items-center; | ||
@apply opacity-100 z-50 bottom-0 fixed sm:flex; | ||
@apply p-16 mb-16 ml-16; | ||
max-width: 70vw; | ||
box-shadow: 0px 24px 32px 0px #0000000d; | ||
border: 1px solid var(--color-mid-grey); | ||
border-left: 0.5rem solid var(--color-electric-cyan); | ||
transition: bottom 250ms ease-out, opacity 150ms ease-out; | ||
@layer components { | ||
.ui-cookie-message { | ||
@apply rounded-lg bg-white font-sans; | ||
@apply justify-between items-center; | ||
@apply opacity-100 z-50 bottom-0 fixed sm:flex; | ||
@apply p-16 mb-16 ml-16; | ||
max-width: 70vw; | ||
box-shadow: 0px 24px 32px 0px #0000000d; | ||
border: 1px solid var(--color-mid-grey); | ||
border-left: 0.5rem solid var(--color-electric-cyan); | ||
transition: bottom 250ms ease-out, opacity 150ms ease-out; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
.ui-flash { | ||
@apply w-full fixed; | ||
top: 5.5rem; | ||
z-index: calc(var(--stacking-context-page-meganav) - 10); | ||
transition: margin-top 200ms; | ||
} | ||
@layer components { | ||
.ui-flash { | ||
@apply w-full fixed; | ||
top: 5.5rem; | ||
z-index: calc(var(--stacking-context-page-meganav) - 10); | ||
transition: margin-top 200ms; | ||
} | ||
|
||
.ui-flash-message { | ||
@apply font-sans font-light antialiased max-w-screen-xl mx-auto mt-8 opacity-0 relative; | ||
transition: opacity 200ms, transform 200ms, height 200ms 200ms, | ||
margin-top 200ms 200ms; | ||
transform: translateY(-200%) rotateX(-90deg); | ||
} | ||
.ui-flash-message { | ||
@apply font-sans font-light antialiased max-w-screen-xl mx-auto mt-8 opacity-0 relative; | ||
transition: opacity 200ms, transform 200ms, height 200ms 200ms, | ||
margin-top 200ms 200ms; | ||
transform: translateY(-200%) rotateX(-90deg); | ||
} | ||
|
||
/* dynamic content inside flash, can't add classes */ | ||
.ui-flash-text a { | ||
@apply underline; | ||
} | ||
/* dynamic content inside flash, can't add classes */ | ||
.ui-flash-text a { | ||
@apply underline; | ||
} | ||
|
||
.ui-flash-message-enter { | ||
@apply opacity-100; | ||
transform: translateY(0) rotateX(0); | ||
.ui-flash-message-enter { | ||
@apply opacity-100; | ||
transform: translateY(0) rotateX(0); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,33 @@ | ||
.ui-footer-col-title { | ||
@apply font-mono text-overline2 p-menu-row-title font-medium uppercase tracking-widen-0.16; | ||
} | ||
@layer components { | ||
.ui-footer-col-title { | ||
@apply font-mono text-overline2 p-menu-row-title font-medium uppercase tracking-widen-0.16; | ||
} | ||
|
||
.ui-footer-menu-row-link { | ||
@apply text-menu3 text-cool-black font-sans font-medium hover:text-gui-hover block; | ||
} | ||
.ui-footer-menu-row-link { | ||
@apply text-menu3 text-cool-black font-sans font-medium hover:text-gui-hover block; | ||
} | ||
|
||
.ui-footer-link { | ||
@apply text-gui-default hover:text-gui-hover text-menu3 font-sans font-medium; | ||
} | ||
.ui-footer-link { | ||
@apply text-gui-default hover:text-gui-hover text-menu3 font-sans font-medium; | ||
} | ||
|
||
.ui-footer-compliance-text { | ||
font-size: 12px; | ||
} | ||
.ui-footer-compliance-text { | ||
font-size: 12px; | ||
} | ||
|
||
.ui-footer-tick-icon { | ||
min-width: 1.5rem; | ||
} | ||
.ui-footer-tick-icon { | ||
min-width: 1.5rem; | ||
} | ||
|
||
@media (max-width: 1040px) { | ||
.ui-footer-bottom-links { | ||
@apply pb-40; | ||
@media (max-width: 1040px) { | ||
.ui-footer-bottom-links { | ||
@apply pb-40; | ||
} | ||
} | ||
} | ||
|
||
@media screen { | ||
.ui-footer-glassdoor { | ||
display: none; | ||
@media screen { | ||
.ui-footer-glassdoor { | ||
display: none; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.