diff options
Diffstat (limited to 'app/webpack/src/stylesheets/application.scss')
-rw-r--r-- | app/webpack/src/stylesheets/application.scss | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/app/webpack/src/stylesheets/application.scss b/app/webpack/src/stylesheets/application.scss new file mode 100644 index 0000000..ae13a6c --- /dev/null +++ b/app/webpack/src/stylesheets/application.scss @@ -0,0 +1,24 @@ +@import "about"; +@import "arches"; +@import "categories"; +@import "index"; +@import "keywords"; +@import "misc"; +@import "packages"; +@import "sprockets-octicons"; +@import "useflags"; + +@import "../vendor/stylesheets/jquery.typeahead.min"; + +body { + min-height: 100vh; + position: relative; + margin: 0; + padding-bottom: 215px; +} +footer { + position: absolute; + margin-top: 40px; + bottom: 0; + width: 100%; +}
\ No newline at end of file |