diff --git a/app/globals.css b/app/globals.css index aae83fc..0da4bf3 100644 --- a/app/globals.css +++ b/app/globals.css @@ -442,6 +442,20 @@ body { background-position-y: 4px; } +.i-chevron-down { + width: 17px; + height: 16px; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.64841 4.6112L11.7512 1.52588e-05L15.2968 2.8372e-05L9.55456 6.75353L9.55721 6.75652L7.65237 9.00002L7.64841 8.99536L7.64446 9.00001L5.73961 6.75651L5.74226 6.75353L8.93275e-06 2.18221e-05L3.5456 2.18221e-05L7.64841 4.6112Z' fill='%23E21833'/%3E%3C/svg%3E"); + background-repeat: no-repeat; +} + +.i-menu-toggle { + width: 20px; + height: 19px; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='19' viewBox='0 0 20 19' fill='none'%3E%3Cline y1='1.75' x2='20' y2='1.75' stroke='black' stroke-width='2.5'/%3E%3Cline y1='9.75' x2='20' y2='9.75' stroke='black' stroke-width='2.5'/%3E%3Cline x1='4' y1='17.75' x2='20' y2='17.75' stroke='black' stroke-width='2.5'/%3E%3C/svg%3E"); + background-repeat: no-repeat; +} + /* layout */ .l-flex-row { display: flex; @@ -530,7 +544,7 @@ body { } .s-inline-large { - margin-right: 3rem; + margin-right: 1.5rem; } /* Tablet */ @@ -555,9 +569,19 @@ body { padding-right: 2rem; } + .s-box-small-v { + padding-top: 1rem; + padding-bottom: 1rem; + } + + .s-box-small-h { + padding-left: 1rem; + padding-right: 1rem; + } + .s-box-page-default-v { - padding-top: 3rem; - padding-bottom: 3rem; + padding-top: 2rem; + padding-bottom: 2rem; } .s-box-page-default-h { @@ -611,8 +635,8 @@ body { } .s-box-page-default-v { - padding-top: 4rem; - padding-bottom: 4rem; + padding-top: 2.5rem; + padding-bottom: 2.5rem; } .s-box-page-default-h { @@ -641,8 +665,8 @@ body { } .s-box-page-default-v { - padding-top: 7.5rem; - padding-bottom: 7.5rem; + padding-top: 3rem; + padding-bottom: 3rem; } } diff --git a/app/layout.js b/app/layout.js index 7bf337d..f1b91f4 100644 --- a/app/layout.js +++ b/app/layout.js @@ -12,8 +12,8 @@ const geistMono = Geist_Mono({ }); export const metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "UMD Libraries Design System", + description: "maintained by SSDR & DPI", }; export default function RootLayout({ children }) { diff --git a/app/page.js b/app/page.js index 1a00bcb..5efd3ba 100644 --- a/app/page.js +++ b/app/page.js @@ -1,9 +1,9 @@ -import Footer from "@/components/footer/Footer"; +import Navigation from "@/components/navigation/Navigation"; export default function Home() { return (
-
); } diff --git a/components/cards/CardOverlay.jsx b/components/cards/CardOverlay.jsx index 53fcfb1..0ca65b4 100644 --- a/components/cards/CardOverlay.jsx +++ b/components/cards/CardOverlay.jsx @@ -21,12 +21,12 @@ const CardOverlay = forwardRef(

{eyebrow}

-

+

{title}

-
+

{description}

diff --git a/components/cards/CardStandard.jsx b/components/cards/CardStandard.jsx index 662bd6b..44c9d7d 100644 --- a/components/cards/CardStandard.jsx +++ b/components/cards/CardStandard.jsx @@ -18,18 +18,18 @@ const CardStandard = forwardRef(
Example Image
-
+

{eyebrow}

-

+

{title}

-
+

{description}

diff --git a/components/footer/Footer.js b/components/footer/Footer.js index 21c87c0..e40e721 100644 --- a/components/footer/Footer.js +++ b/components/footer/Footer.js @@ -50,7 +50,7 @@ const Footer = forwardRef(({ children, className, ...props }, ref) => { Our Libraries