Skip to content

Commit

Permalink
Add font-family to submit button
Browse files Browse the repository at this point in the history
  • Loading branch information
little9 committed Oct 22, 2019
1 parent c10fbd9 commit e75acd0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/zizia/_field_guide.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
.system-field { display: none; }

.field-guide-intro {
margin-top: 1em;
margin-bottom: 1em;
font-size: large;
}

.delimiter {
font-weight: 800;
font-family: monospace;
}

input.btn {
font-family: auto-apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

0 comments on commit e75acd0

Please sign in to comment.