From 65fc80add69db2da8afae0cfc09e5e461334f944 Mon Sep 17 00:00:00 2001 From: Lewy Date: Mon, 6 Jun 2022 13:50:45 +0200 Subject: [PATCH] feat: przycisk rejestracji na turniej --- frontend/dodawanie turnieju/index.html | 7 ++++++- frontend/dodawanie turnieju/style.css | 11 +++++++++++ frontend/logowanie/index.html | 1 - 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/frontend/dodawanie turnieju/index.html b/frontend/dodawanie turnieju/index.html index 0f11dd8..2890482 100644 --- a/frontend/dodawanie turnieju/index.html +++ b/frontend/dodawanie turnieju/index.html @@ -1,5 +1,5 @@ - + @@ -80,6 +80,11 @@ +
+ + diff --git a/frontend/dodawanie turnieju/style.css b/frontend/dodawanie turnieju/style.css index 8a73cc6..affd161 100644 --- a/frontend/dodawanie turnieju/style.css +++ b/frontend/dodawanie turnieju/style.css @@ -47,4 +47,15 @@ body { /* DARK GREY */ color: #828282; +} + +.myButton { + background-color: #14A6F9; + border-radius: 25px; + cursor: pointer; + color: #ffffff; + font-family: Arial; + font-size: 12px; + width: 25%; + height: 5% } \ No newline at end of file diff --git a/frontend/logowanie/index.html b/frontend/logowanie/index.html index deb650c..053a43a 100644 --- a/frontend/logowanie/index.html +++ b/frontend/logowanie/index.html @@ -22,7 +22,6 @@