Skip to content

Commit

Permalink
devlogin: Update the border-radius of all the buttons.
Browse files Browse the repository at this point in the history
This commit updates the border-radius of the buttons presents
on the /devlogin page.
  • Loading branch information
akashnimare authored and timabbott committed Oct 10, 2018
1 parent bf22eef commit 3e72db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/styles/portico-signin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,8 @@ html {

.login-page-container input[type=submit] {
color: hsl(0, 0%, 66%);
border: 2px solid hsl(0, 0%, 86%);
border-radius: 0px;
border: 1px solid hsl(0, 0%, 86%);
border-radius: 4px;
background: transparent;

transition: color 0.3s ease, border 0.3s ease;
Expand Down

0 comments on commit 3e72db8

Please sign in to comment.