diff --git a/scss/atat.scss b/scss/atat.scss index 532330bb..b8c90c19 100644 --- a/scss/atat.scss +++ b/scss/atat.scss @@ -19,5 +19,6 @@ @import 'sections/main'; @import 'sections/topbar'; @import 'sections/sidenav'; +@import 'sections/progress_menu'; @import 'sections/footer'; @import 'sections/login'; diff --git a/scss/sections/_progress_menu.scss b/scss/sections/_progress_menu.scss new file mode 100644 index 00000000..1fd82197 --- /dev/null +++ b/scss/sections/_progress_menu.scss @@ -0,0 +1,48 @@ +.progress-menu { + display: table; + margin: 0 auto; + padding-bottom: $gap * 2; + + ul { + list-style: none; + } + + &__item { + float: left; + font-weight: $font-bold; + + a { + display: block; + padding: $gap ($gap * 2); + color: $color-black; + text-decoration: none; + margin: 0 ($gap * 2); + + &:hover { + color: $color-blue; + } + } + + &:after { + display: inline-block; + height: 2px; + content: ".."; + color: $color-gray-lightest; + text-shadow: none; + background-color: $color-gray-light; + position: relative; + top: -4rem; + } + + a:before { + content: "o"; + display: block; + text-align: center; + } + + &--complete:before { + + } + + } +} \ No newline at end of file diff --git a/templates/styleguide.html.to b/templates/styleguide.html.to index 62231d8e..ac46e781 100644 --- a/templates/styleguide.html.to +++ b/templates/styleguide.html.to @@ -26,6 +26,15 @@ {% block content %}
+ +
+ +
+
This is a panel content