|
|
@@ -13,19 +13,7 @@ form{
|
|
|
height: auto;
|
|
|
}
|
|
|
|
|
|
- input[type=text], select {
|
|
|
- width: 100%;
|
|
|
- padding: 12px 20px;
|
|
|
- margin: 8px 0;
|
|
|
- display: inline-block;
|
|
|
- border: 1px solid #ccc;
|
|
|
- border-radius: 4px;
|
|
|
- box-sizing: border-box;
|
|
|
- padding-bottom: 16px;
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
-
|
|
|
- input[type=text], input[type=password], select {
|
|
|
+ input[type=text], input[type=password], input[type=email], select {
|
|
|
width: 100%;
|
|
|
padding: 12px 20px;
|
|
|
margin: 8px 0;
|
|
|
@@ -58,14 +46,6 @@ form{
|
|
|
outline: none;
|
|
|
}
|
|
|
|
|
|
- input[type=button] {
|
|
|
- background-color: rgb(255, 99, 107);
|
|
|
- }
|
|
|
-
|
|
|
- input[type=button]:hover {
|
|
|
- background-color:rgb(0, 27, 45);
|
|
|
- }
|
|
|
-
|
|
|
#logInButton, #joinButton{
|
|
|
color: white;
|
|
|
}
|