styling for edit and add subpage
This commit is contained in:
@@ -84,14 +84,7 @@ form .txt_field{
|
||||
.txt_field input:valid ~ span::before{
|
||||
width: 100%;
|
||||
}
|
||||
.pass{
|
||||
margin: -5px 0 20px 5px;
|
||||
color: #a6a6a6;
|
||||
cursor: pointer;
|
||||
}
|
||||
.pass:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
input[type="submit"]{
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
@@ -108,16 +101,3 @@ input[type="submit"]:hover{
|
||||
border-color: #2691d9;
|
||||
transition: .5s;
|
||||
}
|
||||
.signup_link{
|
||||
margin: 30px 0;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
color: #666666;
|
||||
}
|
||||
.signup_link a{
|
||||
color: #2691d9;
|
||||
text-decoration: none;
|
||||
}
|
||||
.signup_link a:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user