From 23fa5ba1a698aa61cfed5d4a16aabe1bed946f61 Mon Sep 17 00:00:00 2001 From: lare Date: Mon, 5 Jun 2023 00:19:23 +0200 Subject: [PATCH] [web] add new Kioubit Auth button --- web/frontend/login.html | 13 ++++++++++--- web/frontend/static/auth.css | 1 + web/frontend/static/auth.svg | 3 +++ 3 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 web/frontend/static/auth.css create mode 100644 web/frontend/static/auth.svg diff --git a/web/frontend/login.html b/web/frontend/login.html index 25c8302..f83de73 100644 --- a/web/frontend/login.html +++ b/web/frontend/login.html @@ -5,7 +5,7 @@
diff --git a/web/frontend/static/auth.css b/web/frontend/static/auth.css new file mode 100644 index 0000000..895a5a3 --- /dev/null +++ b/web/frontend/static/auth.css @@ -0,0 +1 @@ +.kioubit-btn-dark,.kioubit-btn-light{font-weight:400;font-size:1rem;line-height:1.5;padding:.5em;display:flex;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.kioubit-btn-dark{color:#fff;background-color:#343a40;vertical-align:middle;border:1px solid transparent;border-radius:.4rem;align-items:center}.kioubit-btn-dark:hover{color:#fff;background-color:#651fff;border-color:#1d2124}.kioubit-btn-dark:focus,.kioubit-btn-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.kioubit-btn-light{color:#fafafa;background-color:#2962ff;border:1px solid transparent;border-radius:.4rem;align-items:center}.kioubit-btn-light:hover{color:#fff;background-color:#311b92;border-color:#1d2124}.kioubit-btn-logo{margin-right:.5em;filter:invert(100%) sepia(5%) saturate(7480%) hue-rotate(81deg) brightness(125%) contrast(106%)} diff --git a/web/frontend/static/auth.svg b/web/frontend/static/auth.svg new file mode 100644 index 0000000..43f6713 --- /dev/null +++ b/web/frontend/static/auth.svg @@ -0,0 +1,3 @@ + + +