mirror of https://github.com/zulip/zulip.git
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:
parent
bf22eefede
commit
3e72db8c62
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue