diff --git a/scss/atat.scss b/scss/atat.scss index 85d20bd8..ef7ad4ae 100644 --- a/scss/atat.scss +++ b/scss/atat.scss @@ -8,6 +8,7 @@ @import 'components/empty_state'; -@import 'sections/layout'; +@import 'sections/navigation'; +@import 'sections/footer'; @import 'sections/login'; diff --git a/scss/base/_variables.scss b/scss/base/_variables.scss index e69de29b..b5fc0d92 100644 --- a/scss/base/_variables.scss +++ b/scss/base/_variables.scss @@ -0,0 +1 @@ +$nav-width: 300px; \ No newline at end of file diff --git a/scss/sections/_footer.scss b/scss/sections/_footer.scss new file mode 100644 index 00000000..58ac49ce --- /dev/null +++ b/scss/sections/_footer.scss @@ -0,0 +1,9 @@ +footer { + position: fixed; + bottom: 0; + width: 100%; + padding-top: 0.5rem; + padding-bottom: 1em; + background-color: $color-gray-lightest; + border-top: 1px solid $color-gray-lighter; +} \ No newline at end of file diff --git a/scss/sections/_layout.scss b/scss/sections/_layout.scss deleted file mode 100644 index 17fbbed7..00000000 --- a/scss/sections/_layout.scss +++ /dev/null @@ -1,17 +0,0 @@ -.content { - -} - -header { - -} - -section { - -} - -footer { - position: fixed; - bottom: 0; - width: 100%; -} \ No newline at end of file diff --git a/scss/sections/_navigation.scss b/scss/sections/_navigation.scss new file mode 100644 index 00000000..02ed3b22 --- /dev/null +++ b/scss/sections/_navigation.scss @@ -0,0 +1,16 @@ +.usa-navbar { + height: 5rem; + width: 5%; +} + +.usa-nav { + padding-top: 1rem; + padding-left: 0; +} + +.usa-nav-primary { + + li:last-child { + padding-left: 3rem; + } +} \ No newline at end of file diff --git a/templates/footer.html.to b/templates/footer.html.to index 8b7a6190..47efdb36 100644 --- a/templates/footer.html.to +++ b/templates/footer.html.to @@ -1,52 +1,9 @@ -