BLUE
PHP 7.4.33
Path:
/var/www/nea-dev-frontend.wpress.dk/httpdocs/src/app
Run
Logout
Edit File
Size: 25.34 KB
Close
/var/www/nea-dev-frontend.wpress.dk/httpdocs/src/app/globals.css
Text
Base64
@tailwind base; @tailwind components; @tailwind utilities; @layer base { :root { --navy: theme('colors.navy'); --sky: theme('colors.sky'); --chestnut: theme('colors.chestnut'); --nutmeg: theme('colors.nutmeg'); --tangerine: theme('colors.tangerine'); --burntsienna: theme('colors.burntsienna'); --peachfuzz: theme('colors.peachfuzz'); --seashell: theme('colors.seashell'); --air: theme('colors.air'); --white: theme('colors.white'); --neablack70: theme('colors.neablack.70'); --neablack80: theme('colors.neablack.80'); --neablack: theme('colors.neablack.DEFAULT'); --fontPrimary: Degular; --fontSecondary: Inter; --neaBlack: #2d2926; --nutMeg: #b9553c; } } @font-face { font-family: Degular; src: url('/fonts/DegularVariable.ttf'); font-display: swap; } @font-face { font-family: Inter; src: url('/fonts/Inter-VariableFont_slnt\,wght.ttf'); font-style: normal; font-display: swap; } @font-face { font-family: Inter; src: url('/fonts/Inter-Italic-VariableFont_opsz\,wght.ttf'); font-style: italic; font-display: swap; } @layer components { /* TITLES */ .title-1 { font-family: Degular; font-size: 64px; font-weight: 400; line-height: 73.6px; } .title-2 { font-family: Degular; font-size: 56px; font-weight: 400; line-height: 64.4px; } .title-3 { font-family: Degular; font-size: 36px; font-weight: 400; line-height: 41.4px; } .title-4 { font-family: Degular; font-size: 30px; font-weight: 400; line-height: 37.5px; } .title-5 { font-family: Degular; font-size: 26px; font-weight: 700; line-height: 29.6px; } .title-6 { font-family: Degular; font-size: 24px; font-weight: 700; line-height: 27.6px; } .title-7 { font-family: Degular; font-size: 20px; font-weight: 700; line-height: 150%; } /* PARAGRAPHS */ .paragraph-24 { font-family: Inter; font-size: 24px; font-weight: 400; font-style: normal; line-height: 150%; } .paragraph-20 { font-family: Inter; font-size: 20px; font-weight: 400; line-height: 150%; } .paragraph-18 { font-family: Inter; font-size: 18px; font-weight: 400; line-height: 150%; } .paragraph-15 { font-family: Inter; font-size: 15px; font-weight: 400; line-height: 150%; } .paragraph-16 { font-family: Inter; font-size: 16px; font-weight: 400; line-height: 150%; } .paragraph-14 { font-family: Inter; font-size: 14px; font-weight: 400; line-height: 150%; } .paragraph-13 { font-family: Inter; font-size: 13px; font-weight: 400; line-height: 150%; } /* EYEBROWS */ .eyebrow-13 { @apply font-inter text-[13px] font-medium uppercase leading-6 tracking-[0.78px] text-chestnut; } .eyebrow-12 { @apply font-inter text-[12px] font-medium uppercase leading-6 tracking-[0.72px] text-chestnut; } /* INLINE TEXT LINKS */ .inline-link { @apply font-inter font-bold leading-relaxed text-navy underline hover:text-nutmeg hover:no-underline; } } *, html, body { word-break: break-word; text-rendering: optimizeLegibility; box-sizing: border-box; font-family: var(--fontSecondary); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* container styles */ .container { display: block; width: 100%; max-width: 1360px; padding-right: 40px; padding-left: 40px; margin: 0 auto; } @media (max-width: 1024px) { .container { padding-right: 20px; padding-left: 20px; } } /* heading typography */ h1, h2, h3, h4, h5, h6, .Title7 { font-family: var(--fontPrimary); font-style: normal; color: var(--neablack); } h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, .Title7 * { font-family: var(--fontPrimary); } h1, .h1 { margin-bottom: 24px; font-size: 64px; font-weight: 400; line-height: 115%; } @media (max-width: 1265px) { h1, .h1 { font-size: 45px; } } @media (max-width: 1024px) { h1, .h1 { font-size: 40px; font-weight: 400; line-height: 115%; /* 41.4px */ text-align: left; } } h2, .h2 { margin-bottom: 20px; font-size: 56px; font-weight: 400; line-height: 115%; } @media (max-width: 1265px) { h2, .h2 { font-size: 40px; } } @media (max-width: 1024px) { h2, .h2 { font-size: 36px; font-weight: 400; line-height: 115%; /* 41.4px */ } } h3, .h3 { margin-bottom: 19px; font-size: 36px; font-weight: 400; line-height: 115%; } @media (max-width: 1024px) { h3, .h3 { font-size: 30px; font-weight: 400; font-style: normal; line-height: 125%; /* 37.5px */ } } h4, .h4 { margin-bottom: 16px; font-size: 30px; font-weight: 400; line-height: 125%; } @media (max-width: 1024px) { h4, .h4 { font-size: 26px; font-weight: 700; font-style: normal; line-height: 115%; /* 29.9px */ } } h5, .h5 { margin-bottom: 14px; font-size: 26px; font-weight: 700; line-height: 115%; } @media (max-width: 1024px) { h5, .h5 { font-size: 20px; font-weight: 700; font-style: normal; line-height: 115%; } } h6, .h6 { margin-bottom: 12px; font-size: 24px; font-weight: 700; line-height: 115%; } @media (max-width: 1024px) { h6, .h6 { font-size: 20px; font-weight: 700; font-style: normal; line-height: 115%; } } .Title7 { font-size: 20px; font-weight: 700; line-height: 115%; /* 23px */ } p { /* Paragraph Styles/P18 */ font-family: var(--fontSecondary); font-size: 18px; font-weight: 400; font-style: normal; line-height: 150%; /* 27px */ color: var(--neablack); } p+p { margin-top: 12px; } @media (max-width: 1024px) { p { font-size: 15px; font-weight: 400; font-style: normal; line-height: 150%; color: var(--neablack); } } a { color: var(--nutmeg); transition: 0.4s ease; text-underline-offset: 4px; } a:hover { text-decoration: underline; } article { position: relative; display: block; width: 100%; max-width: 100%; } article a:hover { text-decoration: none; } .headline { transition: 0.4s ease; } a:hover .headline { color: var(--nutmeg); } /* story book style */ .sb-show-main.sb-main-centered #storybook-root { display: flex; width: 100%; max-height: 100%; padding: 1rem; margin: auto; box-sizing: border-box; flex-wrap: wrap; justify-content: center; align-items: center; } .css-qa4clq { max-width: 100% !important; } .css-1b7j5jc { width: 100% !important; } /* common rte for all */ .rich-text-content { position: relative; display: block; width: 100%; max-width: 100%; } .rich-text-content> :first-child { padding-top: 0px !important; margin-top: 0px !important; } .rich-text-content> :last-child { padding-bottom: 0px; margin-bottom: 0px !important; } .rich-text-content h1, .rich-text-content h2, .rich-text-content h3, .rich-text-content h4, .rich-text-content h5, .rich-text-content h6 { padding-top: 8px; margin-bottom: 19px; } @media (max-width: 1024px) { .rich-text-content h1, .rich-text-content h2, .rich-text-content h3, .rich-text-content h4, .rich-text-content h5, .rich-text-content h6 { padding-top: 4px; } } .rich-text-content a { text-decoration-line: underline; text-decoration-style: solid; font-weight: 700; color: var(--navy); transition: 0.4s ease; text-decoration-skip-ink: none; text-decoration-thickness: auto; text-underline-offset: auto; text-underline-position: from-font; } .rich-text-content a:hover { text-decoration: none; color: var(--nutmeg); } .rich-text-content a.link.link--icon__right { position: relative; display: table; padding-right: 10px; margin: 20px 0px 20px; text-decoration: none; } .rich-text-content a.link.link--icon__right .link-image { position: relative; display: inline-block; padding-left: 6px; } .rich-text-content ul+a.link.link--icon__right { margin-top: 10px; } .rich-text-content p+a.link.link--icon__right { margin-top: -9px; } .rich-text-content p a.link.link--icon__right { margin: 0px 0px 0px; } @media (max-width: 1024px) { .rich-text-content p a.link.link--icon__right { margin: 0 auto; } } .rich-text-content mark { font-weight: 700; color: #b9553c !important; background: transparent !important; } .rich-text-content .has-text-align-right { text-align: right; } .rich-text-content .has-text-align-center { text-align: center; } .rich-text-content .has-text-align-left { text-align: left; } .rich-text-content ul, .rich-text-content ol, .rich-text-content p { padding-bottom: 26px; } .rich-text-content figure { padding-bottom: 32px; } .rich-text-content dl { position: relative; display: flex; width: 100%; max-width: 100%; padding: 9px 0px 34px; flex-wrap: wrap; } .rich-text-content dl dt { width: 100%; max-width: 100%; margin-bottom: 16px; font-size: 18px; font-weight: 700; font-style: normal; line-height: 150%; color: #404040; } @media (max-width: 1024px) { .rich-text-content dl dt { font-size: 15px; } } .rich-text-content dl dd { width: 100%; max-width: 100%; padding-left: 40px; margin-bottom: 17px; font-size: 18px; font-weight: 400; font-style: normal; line-height: 150%; color: #404040; } @media (max-width: 1024px) { .rich-text-content dl dd { font-size: 15px; color: var(--neablack); } } .rich-text-content .wp-block-file { padding-bottom: 20px; } .rich-text-content figure { max-width: 100%; padding-top: 7px; margin-bottom: 0px !important; } @media (max-width: 575px) { .rich-text-content figure { width: 100%; max-width: 100%; padding-top: 0px; } } .rich-text-content figure figcaption { padding: 4px 0px 4px 20px; margin-top: 20px; border-left: 3px solid var(--sky); font-size: 15px; } @media (max-width: 1024px) { .rich-text-content figure figcaption { font-size: 15px; color: var(--neablack); } } .rich-text-content figure img { width: 100%; } .rich-text-content figure.size-large { max-width: 100%; } .rich-text-content figure.alignleft { float: left; max-width: 100%; margin-right: 30px; margin-bottom: 20px; } @media (max-width: 575px) { .rich-text-content figure.alignleft { float: none; max-width: 100%; margin-right: 0px; margin-bottom: 20px; } } .rich-text-content figure.alignright { float: right; max-width: 100%; margin-bottom: 20px; margin-left: 30px; } @media (max-width: 575px) { .rich-text-content figure.alignright { float: none; max-width: 100%; margin: 0 auto; margin-bottom: 20px; margin-left: 0px; } } .rich-text-content figure.aligncenter { float: none; display: block; margin: 0 auto; } .rich-text-content figure.alignnone { float: none; display: block; max-width: 100%; margin: 0; margin-left: 0px; } .rich-text-content figure.size-medium img { max-width: 100%; } .rich-text-content figure.size-medium { width: 100% !important; max-width: 50% !important; } @media (max-width: 575px) { .rich-text-content figure.size-medium { width: 100% !important; max-width: 100% !important; } } .rich-text-content figure.size-full { float: none !important; margin: 0px; margin-bottom: 40px; } @media (max-width: 575px) { .rich-text-content figure.size-full { margin: 0px; margin-bottom: 25px; } } .rich-text-content figure.size-large { max-width: 100%; width: 100%; float: none; margin: 0px; } .rich-text-content figure.size-large img { float: none; margin: 0 auto; } .rich-text-content img.alignright { float: right; margin-bottom: 20px !important; margin-left: 30px; } @media (max-width: 575px) { .rich-text-content img.alignright { float: none; display: block; margin: 0 auto 20px !important; } } .rich-text-content img.alignleft { float: left; margin-right: 30px; margin-bottom: 20px !important; } @media (max-width: 575px) { .rich-text-content img.alignleft { float: none; display: block; margin: 0 auto 20px !important; } } .rich-text-content img.aligncenter { float: none; margin: 0 auto 20px; } @media (max-width: 575px) { .rich-text-content img.aligncenter { float: none; display: block; margin: 0 auto 20px; } } .rich-text-content img.alignnone { float: none; margin-bottom: 20px; } @media (max-width: 575px) { .rich-text-content img.alignnone { float: none; display: block; margin: 0 auto; margin-bottom: 20px; } } .rich-text-content img.size-medium { width: 100%; max-width: 50%; } @media (max-width: 575px) { .rich-text-content img.size-medium { width: 100%; max-width: 100%; } } .rich-text-content img.size-full { float: none; margin: 0px; } .rich-text-content p img { margin-bottom: 0px !important; } .rich-text-content .wp-block-video, .rich-text-content .wp-block-audio { float: none; display: block; max-width: 720px; padding: 30px 0px; margin: 0px auto; } .rich-text-content .wp-block-video audio, .rich-text-content .wp-block-video video, .rich-text-content .wp-block-audio audio, .rich-text-content .wp-block-audio video { width: 100%; max-width: 100%; } .rich-text-content .wp-block-video figcaption, .rich-text-content .wp-block-audio figcaption { padding-left: 20px; margin-top: 17px; border-left: 3px solid var(--sky); font-size: 15px; font-weight: 400; line-height: 150%; color: var(--neablack); } .rich-text-content table { border: 1px solid #ccc; table-layout: fixed; width: 840px; min-width: 100%; } .rich-text-content table td { border: 1px solid #ccc; padding: 15px; } .rich-text-content table th { border: 1px solid #ccc; padding: 15px; } figure.wp-block-table { overflow-x: auto !important; display: block; } .rich-text-content .wp-block-cover { margin: 30px 0px; background-repeat: no-repeat; background-position: center; background-size: cover; } .rich-text-content ol li::marker, .rich-text-content ul li::marker { font-size: 20px; font-weight: 700; line-height: 150%; color: #ff9672; } .rich-text-content ol li p, .rich-text-content ul li p { padding: 0px; margin: 0px; } @media (max-width: 1024px) { .rich-text-content ol li::marker, .rich-text-content ul li::marker { font-size: 15px; } } .rich-text-content ol, .rich-text-content ul { padding-left: 15px; margin-left: 20px; } .rich-text-content ol li, .rich-text-content ul li { padding-bottom: 14px; padding-left: 10px; font-size: 18px; font-weight: 400; line-height: 150%; color: var(--neablack); } .rich-text-content ol li:last-child, .rich-text-content ul li:last-child { padding-bottom: 0px; } @media (max-width: 1024px) { .rich-text-content ol li, .rich-text-content ul li { padding-bottom: 7px; font-size: 14px; } } .rich-text-content ol li a, .rich-text-content ul li a { text-decoration-line: underline; text-decoration-style: solid; font-family: Inter; font-size: 18px; font-weight: 400; line-height: 150%; color: var(--navy); } .rich-text-content ul { list-style: disc; } .rich-text-content ol { list-style: decimal; } .rich-text-content ol ol, .rich-text-content ol ul, .rich-text-content ul ol, .rich-text-content ul ul { padding-top: 15px; padding-bottom: 0px; margin-left: 15px; } @media (max-width: 1024px) { .rich-text-content ol ol, .rich-text-content ol ul, .rich-text-content ul ol, .rich-text-content ul ul { margin-left: 0px; } } .rich-text-content ul ul li { list-style: circle; } .rich-text-content ul ul ul li { list-style: square; } .rich-text-content ul ul ul ul li { list-style: circle; } .rich-text-content ol ol li { list-style: lower-alpha; } .rich-text-content ol ol ol li { list-style: lower-roman; } .rich-text-content hr { margin: 5px 0 20px !important; border-top: 1px solid #ff9672; border-bottom: 1px solid #ff9672; } .rich-text-content p+p { margin-top: 0px; } .rte-block { position: relative; display: flex; width: 100%; max-width: 100%; flex-wrap: wrap; } .rte-block .heading-block { margin-bottom: 22px; } @media (max-width: 1024px) { .rte-block .heading-block { margin-bottom: 19px; } } @media (max-width: 1024px) { .rte-block h1, .rte-block h2, .rte-block h3, .rte-block h4, .rte-block h5, .rte-block h6 { font-size: 36px; font-weight: 400; font-style: normal; line-height: 115%; /* 41.4px */ } } /* .rich-text-content img.alignleft { float: left; padding-right: 50px; } .rich-text-content img.alignright { float: right; padding-left: 50px; } .rich-text-content img.alignnone { float: none; } .rich-text-content img.aligncenter { margin: 0 auto; } */ .rich-text-content .button { display: inline-flex; margin-top: 6px; border: 0px; border-radius: 30px; box-shadow: none; justify-content: center; align-items: center; text-align: center; text-decoration: none; transition: all 0.3s ease; will-change: transform; } .rich-text-content .button:hover { text-decoration: none; color: #fff; } /* Regular button */ .rich-text-content .button--regular { min-width: 181px; padding: 17px 30px; font-size: 22px; font-weight: 600; font-style: normal; line-height: 26px; } @media (max-width: 1024px) { .rich-text-content .button--regular { min-width: 149px; padding: 12px 27px; font-size: 18px; line-height: 20.8px; } } .rich-text-content .button--regular:hover { border-top-right-radius: 0px; border-bottom-left-radius: 0px; color: #fff; } /* Small button */ .rich-text-content .button--small { width: auto; min-width: 149px; padding: 12px 24px 11px; border-radius: 30px; font-size: 18px; font-weight: 600; font-style: normal; line-height: 20.8px; } @media (max-width: 575px) { .rich-text-content .button--small { padding: 12px 10px 11px; } } .rich-text-content .button--small:hover { border-top-right-radius: 0px; border-bottom-left-radius: 0px; } /* Extra-small button */ .rich-text-content .button--extra-small { min-width: 111px; padding: 12px 12px 11px; border-radius: 30px; font-size: 18px; font-weight: 600; font-style: normal; line-height: 20.8px; } .rich-text-content .button--extra-small:hover { border-top-right-radius: 0px; border-bottom-left-radius: 0px; } /* Primary button - dark */ .rich-text-content .button--primary__dark { border: 2px solid #b9553c; color: #fff !important; background-color: #b9553c; } /* Primary button - light */ .rich-text-content .button--primary__light { border: 2px solid #fee1d7; color: #092a6d !important; background-color: #fee1d7; } /* Secondary button - dark */ .rich-text-content .button--secondary__dark { border: 2px solid #092a6d; color: #092a6d !important; background-color: #fff; } .rich-text-content .button--secondary__dark:hover { border-color: #b9553c; color: #b9553c !important; } /* Secondary button - light */ .rich-text-content .button--secondary__light { border: 2px solid #cdeaf4; color: #cdeaf4 !important; background-color: #fff; } .rich-text-content .button--secondary__light:hover { border-color: #fee1d7; color: #fee1d7 !important; } /* Icon button */ .rich-text-content .button--icon { border: 2px solid #092a6d; align-items: center; color: #092a6d; } .rich-text-content .button--icon svg path { transition: all 0.3s ease; } .rich-text-content .button--icon span.icon-image { width: 18px; height: 18px; } .rich-text-content .button--icon span.icon-text { width: auto; text-align: left; } .rich-text-content .button--icon:hover { border-color: #b9553c; color: #b9553c; } .rich-text-content .button--icon:hover svg path { stroke: #b9553c; } /* Link button */ .rich-text-content .button--link { border: 2px solid #092a6d; align-items: center; color: #092a6d; } .rich-text-content .button--link svg path { transition: all 0.3s ease; } .rich-text-content .button--link span.icon-image { width: 18px; height: 18px; } .rich-text-content .button--link span.icon-text { width: auto; padding-left: 0px; } .rich-text-content .button--link:hover { border-color: #b9553c; color: #b9553c; } .rich-text-content .button--link:hover svg path { stroke: #b9553c; } .rich-text-content hr { border-color: var(--tangerine); } .rich-text-content hr.is-style-dots::before { color: var(--tangerine); } /* Icon + text spacing */ .rich-text-content .button--icon .icon-image+.icon-text { width: auto; max-width: calc(100% - 18px); padding-left: 8px; text-align: left; } main { display: flex; width: 100%; max-width: 100%; flex-wrap: wrap; } /* common para styles */ .title-1 { font-family: var(--fontPrimary); font-size: 64px; font-weight: 400; line-height: 73.6px; } .title-2 { font-family: var(--fontPrimary); font-size: 56px; font-weight: 400; line-height: 64.4px; } .title-3 { font-family: var(--fontPrimary); font-size: 36px; font-weight: 400; line-height: 41.4px; } .title-4 { font-family: var(--fontPrimary); font-size: 30px; font-weight: 400; line-height: 37.5px; } .title-5 { font-family: var(--fontPrimary); font-size: 26px; font-weight: 700; line-height: 29.6px; } .title-6 { font-family: var(--fontPrimary); font-size: 24px; font-weight: 700; line-height: 27.6px; } .title-7 { font-family: var(--fontPrimary); font-size: 20px; font-weight: 700; line-height: 150%; } /* PARAGRAPHS */ .paragraph-24 { font-family: var(--fontSecondary); font-size: 24px; font-weight: 400; font-style: normal; line-height: 150%; } .paragraph-20 { font-family: var(--fontSecondary); font-size: 20px; font-weight: 400; line-height: 150%; } .paragraph-18 { font-family: var(--fontSecondary); font-size: 18px; font-weight: 400; line-height: 150%; } .paragraph-15 { font-family: var(--fontSecondary); font-size: 15px; font-weight: 400; line-height: 150%; } .paragraph-16 { font-family: var(--fontSecondary); font-size: 16px; font-weight: 400; line-height: 150%; } .paragraph-14 { font-family: var(--fontSecondary); font-size: 14px; font-weight: 400; line-height: 150%; } .paragraph-13 { font-family: var(--fontSecondary); font-size: 13px; font-weight: 400; line-height: 150%; } /* EYEBROWS */ .eyebrow-13 { @apply font-inter text-[13px] font-medium uppercase leading-6 tracking-[0.78px] text-chestnut; } .eyebrow-12 { @apply font-inter text-[12px] font-medium uppercase leading-6 tracking-[0.72px] text-chestnut; } /* INLINE TEXT LINKS */ .inline-link { @apply font-inter font-bold leading-relaxed text-navy underline hover:text-nutmeg hover:no-underline; } .hr-tag { display: flex; width: 100%; flex-wrap: wrap; } hr { width: 100%; height: auto; margin: 27px 0px; border-width: 1px; border-color: var(--sky); } hr.is-style-dots { display: flex; border: 0px; flex-wrap: wrap; justify-content: center; } hr.is-style-dots::before { position: relative; top: 0; left: 0; z-index: 999; padding-left: 0; font-family: serif; font-size: 18px; font-size: 1.5em; line-height: 5px; letter-spacing: 2em; color: var(--sky); content: '···'; } hr.is-style-default { max-width: 100px; margin-right: auto; margin-left: auto; } .container .hr-tag .container { padding: 0px; } .search-no-results { display: flex; width: 100%; max-width: 100%; margin-top: 25px; margin-bottom: 5px; flex-wrap: wrap; } @media (max-width: 1024px) { .search-no-results { margin-bottom: 5px; } } .search-no-results ul, .search-no-results ol { margin-left: 0px; } .search-no-results h1, .search-no-results h2, .search-no-results h3, .search-no-results h4, .search-no-results h5, .search-no-results h6, .search-no-results p { color: #404040; } .search-no-results ul li, .search-no-results ol li { text-decoration-line: underline; text-decoration-style: solid; font-family: Inter; font-size: 18px; font-weight: 700; font-style: normal; line-height: 150%; /* 27px */ color: var(--navy); text-decoration-skip-ink: none; text-decoration-thickness: auto; text-underline-offset: auto; text-underline-position: from-font; } @media (max-width: 767px) { .search-no-results ul li, .search-no-results ol li { font-size: 14px; } } .search-no-results ul li::marker, .search-no-results ol li::marker { color: var(--navy); } form { display: flex; flex-wrap: wrap; align-items: flex-start; width: 100%; max-width: 100%; position: relative; } input:-webkit-autofill { background-color: #fff !important; -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; -webkit-text-fill-color: #000 !important; transition: background-color 5000s ease-in-out 0s; } input:autofill { background-color: #fff !important; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0px 1000px #fff inset !important; -webkit-text-fill-color: #000 !important; } .signup-drawer { input:-webkit-autofill { background-color: #fff !important; -webkit-box-shadow: 0 0 0px 1000px var(--navy) inset !important; -webkit-text-fill-color: #fff !important; transition: background-color 5000s ease-in-out 0s; } input:autofill { background-color: #fff !important; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0px 1000px var(--navy) inset !important; -webkit-text-fill-color: #fff !important; } } iframe{ max-width:100%; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 9 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
api
DIR
-
drwxr-xr-x
2026-02-18 07:16:11
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
blog
DIR
-
drwxr-xr-x
2026-02-27 17:39:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
eczema-pictures
DIR
-
drwxr-xr-x
2026-02-27 17:39:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
eczema-products
DIR
-
drwxr-xr-x
2026-02-27 17:39:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
press-release
DIR
-
drwxr-xr-x
2026-02-27 17:39:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
provider
DIR
-
drwxr-xr-x
2026-02-27 17:39:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
search
DIR
-
drwxr-xr-x
2026-02-27 17:39:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
sitemaps
DIR
-
drwxr-xr-x
2026-02-27 17:39:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
[...slug]
DIR
-
drwxr-xr-x
2026-02-27 17:39:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
globals.css
25.34 KB
lrw-r--r--
2026-02-27 17:39:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
icon.ico
209.05 KB
lrw-r--r--
2025-08-12 08:52:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
layout.tsx
5.11 KB
lrw-r--r--
2026-02-27 17:39:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
not-found.tsx
2.57 KB
lrw-r--r--
2026-02-27 17:39:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
page.tsx
3.90 KB
lrw-r--r--
2026-02-27 17:39:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
robots.txt
26 B
lrw-r--r--
2026-02-27 17:39:42
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).