From 164b76fad806b078aad8c537ba9bdcfbfc757dca Mon Sep 17 00:00:00 2001 From: physcik Date: Tue, 5 May 2026 11:39:54 +0500 Subject: css changes + error handling --- front/src/Authentication/style.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 front/src/Authentication/style.css (limited to 'front/src/Authentication/style.css') diff --git a/front/src/Authentication/style.css b/front/src/Authentication/style.css new file mode 100644 index 0000000..75f9df2 --- /dev/null +++ b/front/src/Authentication/style.css @@ -0,0 +1,32 @@ +.prompt { + display: flex; + flex-direction: row; + align-items: center; + gap: 10px; +} + +.prompt > h2 { + margin-bottom: 0px; + margin-top: 0px; +} + +.prompt > input { + width: 200px; + border: 0px; + border-bottom: 1px solid var(--colorscheme-gray); +} + +.prompt > input:focus { + outline: none; +} + +.authButton { + margin-top: 15px; + font-family: "LXGW Marker Gothic", sans-serif; + color: var(--colorscheme-gray); + padding: 3px; + min-width: 100px; + border: 2px solid var(--colorscheme-black); + background-color: var(--colorscheme-white); + cursor: pointer; +} -- cgit v1.3