aboutsummaryrefslogtreecommitdiff
path: root/templates/@theme-base/pm-styles/_pm-subnav.scss
diff options
context:
space:
mode:
Diffstat (limited to 'templates/@theme-base/pm-styles/_pm-subnav.scss')
-rw-r--r--templates/@theme-base/pm-styles/_pm-subnav.scss25
1 files changed, 0 insertions, 25 deletions
diff --git a/templates/@theme-base/pm-styles/_pm-subnav.scss b/templates/@theme-base/pm-styles/_pm-subnav.scss
deleted file mode 100644
index 7d78646..0000000
--- a/templates/@theme-base/pm-styles/_pm-subnav.scss
+++ /dev/null
@@ -1,25 +0,0 @@
-/*
- * subnavigation
- */
-
-.subnav {
- width: var(--width-subnav, $subnav-width);
- background: var(--bgcolor-subnav, $pm-global-light);
-}
-.subnav-inner {
- position: -webkit-sticky;
- position: sticky;
- top: 0;
- padding: 2em;
-}
-.subnav-link {
- @extend .nodecoration;
- color: var(--color-subnav-link, $pm-global-grey);
- &:focus,
- &:hover {
- color: var(--color-subnav-link, $pm-global-grey);
- }
-}
-[aria-current="true"].subnav-link {
- font-weight: bold;
-} \ No newline at end of file