From 461772c1f04350989785263d84502f60e7e57223 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 23 Jul 2024 08:54:06 -0700 Subject: [PATCH] Remove the page breadcrumb because it's not used --- assets/css/099_breadcrumb.css | 39 --------------------------- layouts/partials/page_breadcrumb.html | 12 --------- 2 files changed, 51 deletions(-) delete mode 100644 assets/css/099_breadcrumb.css delete mode 100644 layouts/partials/page_breadcrumb.html diff --git a/assets/css/099_breadcrumb.css b/assets/css/099_breadcrumb.css deleted file mode 100644 index c858ebc..0000000 --- a/assets/css/099_breadcrumb.css +++ /dev/null @@ -1,39 +0,0 @@ -{{/* - 099_breadcrumb.css - Eryn Wells - vim: set sw=2 sts=2: -*/}} - - - - - -/************* - # BREADCRUMB - *************/ - -.nav-breadcrumb { - --item-spacing: var(--space-xxs); - - font-size: var(--text-s); - grid-column: main-start / main-end; - - ul, ol { - display: flex; - margin-block: 0; - padding-inline: 0; - } - - li { - color: var(--gray6); - list-style-type: none; - - &::after { - content: "/"; - } - } - - li::after, li:not(:first-child) { - margin-inline-start: var(--item-spacing); - } -} diff --git a/layouts/partials/page_breadcrumb.html b/layouts/partials/page_breadcrumb.html deleted file mode 100644 index be084fd..0000000 --- a/layouts/partials/page_breadcrumb.html +++ /dev/null @@ -1,12 +0,0 @@ -