fix: duplicate css + cleanup
This commit is contained in:
parent
68f10d417e
commit
2969163164
8 changed files with 7 additions and 23 deletions
|
@ -5,6 +5,7 @@ textarea {
|
|||
background-color: var(--white);
|
||||
width: 100%;
|
||||
border: 1px solid var(--blue-600);
|
||||
outline: none;
|
||||
padding: .5rem;
|
||||
margin-bottom: 1.5rem;
|
||||
font-weight: 400 !important;
|
||||
|
@ -15,12 +16,6 @@ textarea {
|
|||
transition-duration: 300ms;
|
||||
}
|
||||
|
||||
input[type="text"],
|
||||
input[type="email"],
|
||||
textarea {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
input[type="text"]:focus,
|
||||
input[type="email"]:focus,
|
||||
textarea:focus {
|
||||
|
|
Reference in a new issue