Skip to content

Commit

Permalink
fix vertical align of clear domain input button
Browse files Browse the repository at this point in the history
  • Loading branch information
hannaeko committed Mar 6, 2024
1 parent 43d6561 commit 3b64b4f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/app/components/form/form.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -227,25 +227,24 @@ hr {
}

.domain .reset-form button {
color: inherit;
color: white;
padding: 0;
border-radius: 1em;
line-height: 1;
height: 2em;
width: 2em;
border: .2em solid white;
background-color: #939393;
display: flex;
justify-content: center;
align-items: center;
}

.domain .reset-form button:not(:disabled):hover,
.domain .reset-form button:not(:disabled):focus {
background-color: black;
background-color: rgb(48, 48, 48);
}

.domain .reset-form button i {
color: white;
width: 1em;
height: 1em;
font-size: 1.3em;
}

Expand Down

0 comments on commit 3b64b4f

Please sign in to comment.