diff --git a/frontend/_main page/style.css b/frontend/_main page/style.css index 01b0d4f..265b0c6 100644 --- a/frontend/_main page/style.css +++ b/frontend/_main page/style.css @@ -19,6 +19,7 @@ body { height: 100vh; width: 5vh; float: left; + /*margin-right: 1%;*/ padding: 1%; border: 1px #AFAFAF solid; diff --git a/frontend/dodawanie turnieju/style.css b/frontend/dodawanie turnieju/style.css index affd161..ce92e4a 100644 --- a/frontend/dodawanie turnieju/style.css +++ b/frontend/dodawanie turnieju/style.css @@ -1,23 +1,12 @@ @import "../_global/header.css"; +/*0 layer*/ body { background-color: #EBEBEB; margin: 0; } -.form { - width: 50%; - height: 800px; - background-color: #FFFFFF; - /*form na środku strony*/ - margin: auto; - justify-content: center; - align-items: center; - padding-left: 40px; - padding-top: 15px; -} - - +/*1'st layer*/ .container { height: 100%; width: 100%; @@ -25,37 +14,60 @@ body { justify-content: flex-end; } +/*2'nd layer*/ +.form { + /*Alignment*/ + margin: auto; + width: 50%; + height: 800px; + + /*Inside*/ + padding-left: 40px; + padding-top: 15px; + + /*Visual*/ + background-color: #FFFFFF; + + /*Others*/ + justify-content: center; + align-items: center; +} + +/*Elements*/ .descriptor { - /* Kategorie */ + /* Size */ width: 326px; height: 42px; left: 254px; top: 554px; - margin-bottom: 0px; - margin-top: 0px; - - /* H3 */ - /*font-family: 'Montserrat';*/ - font-size: 20px; - line-height: 42px; - - /* identical to box height, or 150% */ + /* Alignment */ + margin-bottom: 0; + margin-top: 0; display: flex; + align-items: center; - /* DARK GREY */ + /* Text */ + font-family: 'Montserrat', serif; + font-size: 20px; + line-height: 42px; color: #828282; } .myButton { - background-color: #14A6F9; + /*Button alignment*/ + width: 25%; + height: 5%; + + /*Button visual*/ border-radius: 25px; cursor: pointer; - color: #ffffff; - font-family: Arial; + background-color: #007C36; + + /*Text*/ + font-family: Arial, serif; font-size: 12px; - width: 25%; - height: 5% + color: #ffffff; } \ No newline at end of file diff --git a/frontend/drabinka/css/collapsible.css b/frontend/drabinka/css/collapsible.css index ec6406b..85261df 100644 --- a/frontend/drabinka/css/collapsible.css +++ b/frontend/drabinka/css/collapsible.css @@ -12,7 +12,7 @@ text-align: left; /*Visual*/ - background-color: #777; + background-color: #007C36; color: white; cursor: pointer; font-size: 15px; diff --git a/frontend/index.html b/frontend/index.html index a56c7d3..e66084d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -53,14 +53,14 @@