devlogin: Update the border-radius of all the buttons.

This commit updates the border-radius of the buttons presents
on the /devlogin page.
This commit is contained in:
Akash Nimare 2018-09-24 18:08:15 +05:30 committed by Tim Abbott
parent bf22eefede
commit 3e72db8c62
1 changed files with 2 additions and 2 deletions

View File

@ -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;