Skip to content

Commit

Permalink
fix submit button border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Godorogea committed May 23, 2018
1 parent 244b512 commit 8c801df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/styles/scss/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
display: block;
background-color: $primary;
border: none;
border-radius: 100px;
border-radius: 3px;
height: 40px;
color: #fff;
font-size: 17px;
Expand Down

0 comments on commit 8c801df

Please sign in to comment.