We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8970956 commit 73db6ddCopy full SHA for 73db6dd
1 file changed
examples/base.css
@@ -1,3 +1,7 @@
1
+h1, h2, h3 {
2
+ font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
3
+ font-weight: 200;
4
+}
5
6
/* From http://instructure-react.github.io/library/shared.css */
7
@@ -8,3 +12,11 @@
8
12
.branding {
9
13
border-bottom: 1px solid hsl(200, 0%, 90%);
10
14
}
15
+
16
+.btn:not(:last-child) {
17
+ margin-right: 20px;
18
19
20
+.example:not(:last-child) {
21
+ margin-bottom: 40px;
22
0 commit comments