diff --git a/src/app/pages/page-signup/page-signup.component.html b/src/app/pages/page-signup/page-signup.component.html index 44ff716..1b2145b 100644 --- a/src/app/pages/page-signup/page-signup.component.html +++ b/src/app/pages/page-signup/page-signup.component.html @@ -1,12 +1,12 @@
+

Inscrivez-vous !

-

Inscrivez-vous !

- + formControlName="couleurFc"> +
- +
- +
- +
- +
- +
- +
diff --git a/src/app/pages/page-signup/page-signup.component.scss b/src/app/pages/page-signup/page-signup.component.scss index 333e617..2fa2ff5 100644 --- a/src/app/pages/page-signup/page-signup.component.scss +++ b/src/app/pages/page-signup/page-signup.component.scss @@ -8,7 +8,13 @@ width: 100%; max-width: 330px; padding: 15px; - margin: auto; + margin-top: 50px; + margin-left: auto; + margin-right: auto; + border: solid 1px; + border-radius: 10px; + background-color: #fcddec; + border-color: #ef5da8; } .form-signup .checkbox { @@ -20,7 +26,37 @@ } .form-signup input[type="email"] { - margin-bottom: -1px; + margin-bottom: 10px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.form-signup input[type="color"] { + border: none; + margin-bottom: 10px; + margin-top: -70px; + margin-left: 100px; + border-radius: 50%; + width: 100px; + height: 100px; +} + +.form-signup input[type="color"]::-webkit-color-swatch { + border: none; + margin-top: -15px; + border-radius: 80%; + width: 80px; + height: 80px; +} + +.form-signup input[type="text"] { + margin-bottom: 10px; + border-bottom-right-radius: 0; + border-bottom-left-radius: 0; +} + +.form-signup input[type="date"] { + margin-bottom: 10px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } @@ -30,3 +66,10 @@ border-top-left-radius: 0; border-top-right-radius: 0; } + +.btn-outline-success { + margin-top: 10px; + background-color: #ffff; + color: #ef5da8 !important; + border-color: #ef5da8 !important; +}