Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Commit

Permalink
Fix input border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
miyacorata committed Apr 25, 2020
1 parent 4f873f8 commit 3faa996
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/css/admin-login.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ input[type=text],input[type=password]{
font-size: 17px;
box-sizing: border-box;
border: none;
border-radius: 2px;
}
.checkbox{
text-align: center;
Expand All @@ -77,6 +78,7 @@ button,.button{
padding: 7px;
border: none;
cursor: pointer;
border-radius: 2px;
}

button.primary,.button.primary{
Expand Down

0 comments on commit 3faa996

Please sign in to comment.