diff --git a/scss/sections/_progress_menu.scss b/scss/sections/_progress_menu.scss index 1b057893..429faab6 100644 --- a/scss/sections/_progress_menu.scss +++ b/scss/sections/_progress_menu.scss @@ -58,11 +58,11 @@ text-shadow: none; background-color: $color-gray-light; position: absolute; - top: 11px; + top: 1.1rem; width: 100%; right: 50%; - border-right: 22px solid transparent; - border-left: 22px solid transparent; + border-right: 2.2rem solid transparent; + border-left: 2.2rem solid transparent; background-clip: padding-box; z-index: 1; } @@ -71,13 +71,13 @@ content: ""; display: block; text-align: center; - width: 20px; - height: 20px; + width: 2rem; + height: 2rem; border: 1px solid $color-gray; border-radius: 100%; position: absolute; left: 50%; - margin-left: -10px; + margin-left: -1rem; z-index: 1; } diff --git a/templates/requests_new.html.to b/templates/requests_new.html.to index d46758ab..d41b266f 100644 --- a/templates/requests_new.html.to +++ b/templates/requests_new.html.to @@ -1,5 +1,9 @@ {% extends "base.html.to" %} +{% block sidenav %} +{% include 'requests/sidebar.html.to' %} +{% end %} + {% block content %}