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

Commit

Permalink
Change radius on submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
bobhaslett committed Dec 9, 2015
1 parent f44169f commit 3d71219
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ body {
}

.o-buttons {
border-radius: 12px;
font-family: MetricWeb;
font-size: 1.3em;
line-height: 1.1em;
Expand All @@ -73,6 +74,7 @@ body {
border-width: 0px;
padding-top: 3px;
@include oGridRespondTo(S) {
border-radius: 10px;
font-size: 1.7em;
line-height: 1.1em;
height: 60px;
Expand Down

0 comments on commit 3d71219

Please sign in to comment.