From 1737c6cc13c172251572c977aef4d2310458f6ad Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Mon, 5 Feb 2024 12:37:14 +0100 Subject: [PATCH 1/2] sdf --- assets/style.css | 8 +++++++- templates/login.html | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index 7f638f3..d113389 100644 --- a/assets/style.css +++ b/assets/style.css @@ -239,4 +239,10 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod text-align: center; } -/* */ \ No newline at end of file +/* */ + +#loginForm input { + border-radius: 50px; + background: none; + border: 2px solid var(--primary); +} \ No newline at end of file diff --git a/templates/login.html b/templates/login.html index 4f4ab5f..5a06b60 100644 --- a/templates/login.html +++ b/templates/login.html @@ -51,7 +51,7 @@
-
+
From 79a8cc0f0ac030c329c9f54acb65100da3b02862 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Mon, 5 Feb 2024 12:39:03 +0100 Subject: [PATCH 2/2] aasdgfg --- assets/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/style.css b/assets/style.css index d113389..e5684d3 100644 --- a/assets/style.css +++ b/assets/style.css @@ -245,4 +245,12 @@ table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbod border-radius: 50px; background: none; border: 2px solid var(--primary); + width: 175px; +} + +#register_Form input { + border-radius: 50px; + background: none; + border: 2px solid var(--primary); + width: 175px; } \ No newline at end of file