Skip to content

Commit

Permalink
[chore] improve examples style.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Sep 23, 2017
1 parent 8970956 commit 73db6dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/base.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
h1, h2, h3 {
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
font-weight: 200;
}

/* From http://instructure-react.github.io/library/shared.css */

Expand All @@ -8,3 +12,11 @@
.branding {
border-bottom: 1px solid hsl(200, 0%, 90%);
}

.btn:not(:last-child) {
margin-right: 20px;
}

.example:not(:last-child) {
margin-bottom: 40px;
}

0 comments on commit 73db6dd

Please sign in to comment.