diff --git a/app/assets/styles/button.css b/app/assets/styles/button.css index be84428..11a6a95 100755 --- a/app/assets/styles/button.css +++ b/app/assets/styles/button.css @@ -102,7 +102,6 @@ &:hover { scale: 1.2; - --background: var(--color-light); } } diff --git a/app/assets/styles/header.css b/app/assets/styles/header.css index 8db1384..74df67a 100755 --- a/app/assets/styles/header.css +++ b/app/assets/styles/header.css @@ -1,57 +1,61 @@ .Header { - display: flex; - align-items: center; - justify-content: space-between; - padding: var(--padding-default); - background: var(--color-main-darkest); position: sticky; top: 0; z-index: 100; - font-family: 'Roboto', sans-serif; - font-weight: bold; + background: var(--color-main-darkest); - & a { - text-decoration: none; - color: var(--color-lightest); - } - - & .header-text { - font-size: 1.5em; - } - - & input[type="checkbox"] { - display: none; - } - - & input[type="checkbox"]:checked + nav { - translate: 0; - } - - & nav, - & ul { - gap: 1em; - } - - & nav { - position: fixed; - padding: var(--padding-default); - translate: 100% 0; - width: 100vw; - right: 0; - top: 0; - height: 100dvh; - transition: 150ms ease-in-out; - background: var(--color-lightest); - font-size: 2em; - align-items: end; - z-index: 100; - } - - & ul { - width: 100%; + & header { + display: flex; align-items: center; - & li { - list-style: none; + justify-content: space-between; + padding: var(--padding-default); + padding-bottom: 0; + font-family: 'Roboto', sans-serif; + font-weight: bold; + + & a { + text-decoration: none; + color: var(--color-lightest); + } + + & .header-text { + font-size: 1.5em; + } + + & input[type="checkbox"] { + display: none; + } + + & input[type="checkbox"]:checked + nav { + translate: 0; + } + + & nav, + & ul { + gap: 1em; + } + + & nav { + position: fixed; + padding: var(--padding-default); + translate: 100% 0; + width: 100vw; + right: 0; + top: 0; + height: 100dvh; + transition: 150ms ease-in-out; + background: var(--color-lightest); + font-size: 2em; + align-items: end; + z-index: 100; + } + + & ul { + width: 100%; + align-items: center; + & li { + list-style: none; + } } } } \ No newline at end of file diff --git a/app/assets/styles/page.css b/app/assets/styles/page.css index 8538a05..469d149 100644 --- a/app/assets/styles/page.css +++ b/app/assets/styles/page.css @@ -22,7 +22,14 @@ } .search-bar { + z-index: 100; padding: 0 1rem 1rem 1rem; + + & p { + font-family: 'Roboto Condensed', sans-serif; + font-weight: lighter; + color: var(--color-lightest); + } } .content { diff --git a/app/components/Pp/Header.vue b/app/components/Pp/Header.vue index d52d4a1..81c1ffd 100755 --- a/app/components/Pp/Header.vue +++ b/app/components/Pp/Header.vue @@ -1,22 +1,25 @@ diff --git a/app/pages/other.vue b/app/pages/other.vue new file mode 100644 index 0000000..bd60632 --- /dev/null +++ b/app/pages/other.vue @@ -0,0 +1,165 @@ + + +