diff --git a/skolehjem/public/css/admin.css b/skolehjem/public/css/admin.css index a07022c..600a28a 100644 --- a/skolehjem/public/css/admin.css +++ b/skolehjem/public/css/admin.css @@ -26,6 +26,13 @@ form { justify-content: center; } +.fa-eye { + position: absolute; + font-size: 25px; + color: grey; + margin: 7.5px 0 0 -45px; +} + .btn { border: 0; border-radius: 4px; diff --git a/skolehjem/public/css/webapp.css b/skolehjem/public/css/webapp.css index 6744834..cd05063 100644 --- a/skolehjem/public/css/webapp.css +++ b/skolehjem/public/css/webapp.css @@ -26,6 +26,13 @@ form { justify-content: center; } +.fa-eye { + position: absolute; + font-size: 25px; + color: grey; + margin: 7.5px 0 0 -45px; +} + .btn { border: 0; border-radius: 4px; @@ -6633,6 +6640,14 @@ main { p { font-size: 4vw; } + + .links { + position: absolute; + width: calc(100% - 40px); + bottom: 8px; + height: 2rem; + justify-content: center; + } } .mock-up-link { diff --git a/skolehjem/resources/sass/app/forms/_forms.scss b/skolehjem/resources/sass/app/forms/_forms.scss index 15a1e8b..2eaf11a 100644 --- a/skolehjem/resources/sass/app/forms/_forms.scss +++ b/skolehjem/resources/sass/app/forms/_forms.scss @@ -6,6 +6,13 @@ form { justify-content: center; } +.fa-eye { + position: absolute; + font-size: 25px; + color: grey; + margin: 7.5px 0 0 -45px; +} + .btn { border: 0; border-radius: 4px; diff --git a/skolehjem/resources/sass/webapp/_default.scss b/skolehjem/resources/sass/webapp/_default.scss index ad64af2..0d23f7f 100644 --- a/skolehjem/resources/sass/webapp/_default.scss +++ b/skolehjem/resources/sass/webapp/_default.scss @@ -66,6 +66,14 @@ and (max-width : 900px) p { font-size: 4vw; } + + .links { + position: absolute; + width: calc(100% - 40px); + bottom: 8px; + height: 2rem; + justify-content: center; + } }