diff --git a/static/src/css/background.jpg b/static/src/css/background.jpg deleted file mode 100644 index bac7a73435971bf264bdcade6ab4d8980a83327d..0000000000000000000000000000000000000000 Binary files a/static/src/css/background.jpg and /dev/null differ diff --git a/static/src/css/ethikis_survey.css b/static/src/css/ethikis_survey.css index 848636e4cf8ce6847b928ba7cc404c38cfd2a8a8..c19106e9b09754c14c5deb3493dd25f77e3975ba 100644 --- a/static/src/css/ethikis_survey.css +++ b/static/src/css/ethikis_survey.css @@ -1,17 +1,16 @@ /* © 2020 Le Filament (<http://www.le-filament.com>) License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). */ -.ethikis-flag{ - width: 5%; - margin: 5px; -} - .ethikis-survey { font-family: 'Montserrat', sans-serif; - max-width: 900px; padding: 20px; - margin: 10px auto; + background-repeat: no-repeat; + background-size: cover; + background-blend-mode: luminosity; + background-color: white; + color:#3D3D3D; } + .ethikis-survey h1, .ethikis-survey h2, .ethikis-survey h3, .ethikis-survey h4 { font-weight: 700; } @@ -53,23 +52,10 @@ text-decoration: none; } -.ethikis-body { - background-image: url('/ethikis_survey/static/src/css/background.jpg'); - background-repeat: no-repeat; - background-size: cover; - background-blend-mode: luminosity; - color:#3D3D3D; -} - -.ethikis-body main { - padding-bottom: 150px; -} - .ethikis-footer { background-color: #3D3D3D; bottom: 0; width: 100%; - position: fixed; } .fa { @@ -114,12 +100,14 @@ } .ethikis-btn-blue { + text-transform: uppercase; background-color: #61C4E1; color: white; border-radius: 20px; } .ethikis-btn-green { + text-transform: uppercase; background-color: #009036; color: white; border-radius: 20px;