fix: resize input at login register
This commit is contained in:
parent
dc6af38dc1
commit
616f0b14f8
@ -8,7 +8,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container-login h1 {
|
.container-login h1 {
|
||||||
font-size: 100px;
|
font-size: 130px;
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-login form {
|
.container-login form {
|
||||||
@ -18,15 +19,16 @@
|
|||||||
|
|
||||||
.container-login form h2 {
|
.container-login form h2 {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
font-size: 30px;
|
font-size: 40px;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-login form input {
|
.container-login form input {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
width: 200px;
|
width: 300px;
|
||||||
height: 30px;
|
height: 40px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
font-size: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
@ -39,20 +41,12 @@
|
|||||||
|
|
||||||
.container-login form button {
|
.container-login form button {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
width: 200px;
|
width: 300px;
|
||||||
height: 30px;
|
height: 40px;
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
font-size: 30px
|
font-size: 30px
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-login form button:hover {
|
|
||||||
border-radius: 6px;
|
|
||||||
width: 200px;
|
|
||||||
height: 30px;
|
|
||||||
margin-top: 40px;
|
|
||||||
font-size: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container-login form p {
|
.container-login form p {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
@ -76,7 +70,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container-register h1 {
|
.container-register h1 {
|
||||||
font-size: 100px;
|
font-size: 120px;
|
||||||
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-register form {
|
.container-register form {
|
||||||
@ -85,16 +80,17 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container-register form h2 {
|
.container-register form h2 {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 10px;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-register form input {
|
.container-register form input {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
width: 200px;
|
width: 300px;
|
||||||
height: 30px;
|
height: 40px;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
font-size: 20px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
border: 1px solid white;
|
border: 1px solid white;
|
||||||
@ -107,20 +103,12 @@
|
|||||||
|
|
||||||
.container-register form button {
|
.container-register form button {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
width: 200px;
|
width: 300px;
|
||||||
height: 30px;
|
height: 40px;
|
||||||
margin-top: 40px;
|
margin-top: 10px;
|
||||||
font-size: 30px
|
font-size: 30px
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-register form button:hover {
|
|
||||||
border-radius: 6px;
|
|
||||||
width: 200px;
|
|
||||||
height: 30px;
|
|
||||||
margin-top: 40px;
|
|
||||||
font-size: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.container-register form p {
|
.container-register form p {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user