From 11ebe1ff313f003a4d910eb94809428f62cb4b57 Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Wed, 3 Jul 2024 01:23:22 +0530 Subject: [PATCH 1/2] Update login.css --- login.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/login.css b/login.css index 551b0e6d..8dc671f8 100644 --- a/login.css +++ b/login.css @@ -331,4 +331,22 @@ input { .social-container a:hover { border: 1px solid #f1c11a; -} \ No newline at end of file +} + + + +.back-to-home { + align-items: left; + justify-content: left; + width: 30px; + height: 30px; + background-color: rgb(186, 170, 0); + border-radius: 5px; + text-decoration: none; +} + +.back-to-home svg { + width: 100%; + height: 100%; + fill: white; +} From 24366d08e82fc87f15e709d98c66692d4edd0153 Mon Sep 17 00:00:00 2001 From: Mastan Sayyad Date: Wed, 3 Jul 2024 01:23:36 +0530 Subject: [PATCH 2/2] Update login,html --- login.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/login.html b/login.html index 721888d7..8792951b 100644 --- a/login.html +++ b/login.html @@ -13,6 +13,15 @@ + + + + + + + +