mod-base 1.0.3-beta.5 → 1.0.3-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-base",
3
- "version": "1.0.3-beta.5",
3
+ "version": "1.0.3-beta.7",
4
4
  "description": "Base Styles for S3 Sites",
5
5
  "author": "",
6
6
  "license": "ISC"
@@ -27,13 +27,13 @@
27
27
  @mixin body($font-family, $font-weight: 400) {
28
28
  @include font($font-family, $font-weight);
29
29
  @include font-size(1rem, 1.125rem);
30
- line-height: 1.5;
30
+ line-height: 1.35;
31
31
  }
32
32
 
33
33
  @mixin disclaimer($font-family, $font-weight: 400) {
34
34
  @include font($font-family, $font-weight);
35
35
  @include font-size(.75rem);
36
- line-height: 1.15;
36
+ line-height: 1.35;
37
37
  }
38
38
 
39
39
  @mixin button($font-family, $font-weight: 700) {
@@ -107,6 +107,15 @@ textarea {
107
107
  appearance: none;
108
108
  }
109
109
 
110
+ strong,
111
+ b {
112
+ font-weight: 700;
113
+ }
114
+
115
+ em {
116
+ font-style: italic;
117
+ }
118
+
110
119
  a {
111
120
  text-decoration: none;
112
121
  }
@@ -125,6 +134,15 @@ section {
125
134
  display: block;
126
135
  }
127
136
 
137
+ a,
138
+ button,
139
+ input,
140
+ select,
141
+ textarea {
142
+ appearance: none;
143
+ outline: none !important;
144
+ }
145
+
128
146
  button,
129
147
  select {
130
148
  cursor: pointer;