diff --git a/sass/_valkey.scss b/sass/_valkey.scss index a5cb189b..530a876c 100644 --- a/sass/_valkey.scss +++ b/sass/_valkey.scss @@ -640,6 +640,30 @@ p { } } +.sb-search-container { + display: flex; + align-items: center; + margin: 0 -2rem 2rem; + padding: 0 2rem 2rem; + border-bottom: 1px solid rgb(104, 147, 238); + + input { + flex: 1; + width: 100%; + min-width: 0px; + outline: none; + padding: 1.15rem; + border: 1px solid #ccc; + background: #fff; + border-radius: 50px; + font-size: 16px; + + &:focus { + border-color: #6983ff;; + } + } +} + .no-results-message { color: #30176e; padding: 5rem 2rem 7rem; @@ -1871,3 +1895,31 @@ pre table { height: 18px; margin-right: 0.3rem; } + +.breadcrumbs { + border-radius: 20px; + background: #fff; + margin-bottom: 2rem; + + .breadcrumb-list { + display: flex; + align-self: center; + padding: 1rem 2rem; + list-style: none; + margin: 0; + gap: 5px; + + .breadcrumb-item { + align-items: center; + display: flex; + + img { + margin-right: 5px; + } + + .breadcrumb-link { + color: #2054B2; + } + } + } +} \ No newline at end of file diff --git a/templates/command-page.html b/templates/command-page.html index be3e02f2..ba4e1a5a 100644 --- a/templates/command-page.html +++ b/templates/command-page.html @@ -1,4 +1,4 @@ -{% extends "right-aside.html" %} +{% extends "left-aside.html" %} {% import "macros/command.html" as commands %} @@ -34,9 +34,28 @@ {%- endblock -%} {% block subhead_content%} -{% if command_title%}
{{ entry[0] }}