From c7133efb12641c55395e5b249cbc3cf44d8c8dff Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Wed, 10 Mar 2021 15:03:18 +0100 Subject: [mod] oscar: move compiled files to the src directory --- .../themes/oscar/src/less/logicodev/footer.less | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 searx/static/themes/oscar/src/less/logicodev/footer.less (limited to 'searx/static/themes/oscar/src/less/logicodev/footer.less') diff --git a/searx/static/themes/oscar/src/less/logicodev/footer.less b/searx/static/themes/oscar/src/less/logicodev/footer.less new file mode 100644 index 000000000..d23a0cc97 --- /dev/null +++ b/searx/static/themes/oscar/src/less/logicodev/footer.less @@ -0,0 +1,30 @@ +// Sticky footer styles +*{ + border-radius: 0 !important; +} +html { + position: relative; + min-height: 100%; + color: @black; +} + +body { + /* Margin bottom by footer height */ + font-family: 'Roboto', Helvetica, Arial, sans-serif; + margin-bottom: 80px; + background-color: white; + + a{ + color: @blue; + } +} + +.footer { + position: absolute; + bottom: 0; + width: 100%; + /* Set the fixed height of the footer here */ + height: 60px; + text-align: center; + color: #999; +} -- cgit v1.2.3