From 710e1610faa1f85f3eab0bcabd09772b655b0f1d Mon Sep 17 00:00:00 2001 From: Gergely Bence Nagy Date: Sun, 18 Jul 2021 21:16:26 +0200 Subject: [PATCH 01/12] Add Mailto link and Styles to Login Footer --- Style.css | 19 +++++++++++++++++++ login.html | 25 ++++++++++--------------- 2 files changed, 29 insertions(+), 15 deletions(-) diff --git a/Style.css b/Style.css index 8d35b36..6448eb2 100644 --- a/Style.css +++ b/Style.css @@ -928,6 +928,25 @@ h1 { } } +.contactUsButton { + display: block; + font-size: 1.0625em; + border: 2px solid white; + font-weight: 500; + cursor: pointer; + transition: 0.3s; + padding: 9px 18px; + margin-bottom: 20px; + color: white; + text-decoration: none; +} + +.contactUsButton:hover { + color: black; + background-color: white; + text-decoration: none; +} + .helpdesk { color: white; font-size: 1.0625em; diff --git a/login.html b/login.html index 8225148..bdec7b2 100644 --- a/login.html +++ b/login.html @@ -263,22 +263,17 @@