From 477009cbbb23089aaf20c328e08f6a5b110d9aa6 Mon Sep 17 00:00:00 2001 From: anulax1225 Date: Thu, 21 Dec 2023 13:35:37 +0100 Subject: [PATCH] Adding functions to the login --- css/style.css | 8 +++- html/template.html | 1 + js/index.js | 44 ++-------------------- js/scripts/main.js | 54 +++++++++++++++++++++++++++ js/skama_code/commun/initialzer.js | 14 ------- js/skama_code/ui/modal.js | 2 +- js/skama_code/ui/templeting_engine.js | 5 +++ js/test/tests.js | 2 +- 8 files changed, 73 insertions(+), 57 deletions(-) create mode 100644 js/scripts/main.js delete mode 100644 js/skama_code/commun/initialzer.js diff --git a/css/style.css b/css/style.css index 163078a..c7936a0 100644 --- a/css/style.css +++ b/css/style.css @@ -104,10 +104,16 @@ footer { box-shadow: 3px 2px white; } +.pseudo { + color: white; +} + /* General */ .smooth { padding: 5px; - border-radius: 10px; + padding-left: 10px; + padding-right: 10px; + border-radius: 5px; } .in-big { diff --git a/html/template.html b/html/template.html index 62edad4..75a8d2f 100644 --- a/html/template.html +++ b/html/template.html @@ -3,6 +3,7 @@ +