codeclimate-styles 0.7.8 → 0.8.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c7f6850525eab5083a67f3bb33319c50323503a9
4
- data.tar.gz: 3336244cb51656ef5717a8cfd08dd63a22ea608e
3
+ metadata.gz: f72d2025ef5a8296e0ab958aa6beda7f68a87929
4
+ data.tar.gz: 8925ec013929bbde2f684c54abdc8cee28ebc580
5
5
  SHA512:
6
- metadata.gz: b907fe5939877a43007ac31c3890cd06543c8ae090b26f2263df09429b6acfd83aacb0b4e5b541dd4135c5fbf93fd55c54d64aa2060f713ef4546e76066cebee
7
- data.tar.gz: 2972619ddad35eadce09687721faf1506d080697ddc556f9f892534006b5e78cb7be66c7acb70131246fc6572a8bc663606979784634409fa653b3b66ed320b0
6
+ metadata.gz: ba075e0265f50d138d07241eda4f2eb628b8753a2ac54457eb908305e1e44500066074bc12fb748cf46033f974d98f2b9ae5c081a36ed0685525f1cac0e19be3
7
+ data.tar.gz: d0244944020a72d90645127b6ccefc4270441cf8b05c88faa7e0efce0322ea1b88596dff1dfa6bc121a246d8325336fe05480a1aaff436fbf325b0d665e9f2e0
@@ -85,7 +85,7 @@ button.btn.btn--large.btn--primary Submit
85
85
  background-color: $green;
86
86
  border: 1px solid $green;
87
87
  color: $white;
88
- font-family: $sans-serif-semibold;
88
+ font-weight: $semibold-weight;
89
89
 
90
90
  &:active {
91
91
  background-color: $green-dark;
@@ -101,8 +101,8 @@ button.btn.btn--large.btn--primary Submit
101
101
  }
102
102
 
103
103
  &.btn--large {
104
- font-family: $sans-serif-semibold;
105
104
  font-size: 18px;
105
+ font-weight: $semibold-weight;
106
106
  padding: 15px 30px;
107
107
  }
108
108
 
@@ -172,7 +172,7 @@ pre > code[class*="language-"] {
172
172
  .checkbox {
173
173
  color: $grayscale-storm;
174
174
  font-size: 14px;
175
- font-family: $sans-serif-semibold;
175
+ font-weight: $semibold-weight;
176
176
  margin-right: 24px;
177
177
  }
178
178
  }
@@ -180,7 +180,7 @@ pre > code[class*="language-"] {
180
180
  :not(.prism-toggle) > pre > code > .annotation,
181
181
  .prism-toggle--show-annotations > pre > code > .annotation {
182
182
  background: $annotation-background-color;
183
- font-family: $sans-serif-semibold;
183
+ font-weight: $semibold-weight;
184
184
  color: $grayscale-console;
185
185
  font-size: 14px;
186
186
  line-height: 1.3em;
@@ -105,7 +105,7 @@ $filter-shadow-color: rgba(0, 0, 0, .06);
105
105
  }
106
106
 
107
107
  input:checked + label {
108
- font-family: $sans-serif-semibold;
108
+ font-weight: $semibold-weight;
109
109
  }
110
110
  }
111
111
 
@@ -745,8 +745,8 @@ $dialog-border-radius: 4px;
745
745
  border-bottom: 1px solid $box-border-color;
746
746
  border-top-left-radius: $dialog-border-radius;
747
747
  border-top-right-radius: $dialog-border-radius;
748
- font-family: $sans-serif-semibold;
749
748
  font-size: 15px;
749
+ font-weight: $semibold-weight;
750
750
  padding: 18px 24px;
751
751
  position: relative;
752
752
  }
@@ -30,8 +30,8 @@ $tabs-border-width: 3px;
30
30
 
31
31
  li {
32
32
  display: inline-block;
33
- font-family: $sans-serif-semibold;
34
33
  font-size: 14px;
34
+ font-weight: $semibold-weight;
35
35
  line-height: 1;
36
36
  margin-right: 24px;
37
37
  position: relative;
@@ -1,26 +1,16 @@
1
- $sans-serif-light: "ProximaNova-Light", "Avenir Next", -apple-system-body, "Helvetica Neue", "Helvetica", sans-serif;
2
- $sans-serif-light-italic: "ProximaNova-LightIt", "Avenir Next", -apple-system-body, "Helvetica Neue", "Helvetica", sans-serif;
3
- $sans-serif-regular: "ProximaNova-Regular", "Avenir Next", -apple-system-body, "Helvetica Neue", "Helvetica", sans-serif;
4
- $sans-serif-italic: "ProximaNova-RegularIt", "Avenir Next", -apple-system-body, "Helvetica Neue", "Helvetica", sans-serif;
5
- $sans-serif-semibold: "ProximaNova-Semibold", "Avenir Next", -apple-system-body, "Helvetica Neue", "Helvetica", sans-serif;
6
- $sans-serif-semibold-italic: "ProximaNova-SemiboldIt", "Avenir Next", -apple-system-body, "Helvetica Neue", "Helvetica", sans-serif;
7
- $sans-serif-bold: "ProximaNova-Bold", "Avenir Next", -apple-system-body, "Helvetica Neue", "Helvetica", sans-serif;
8
- $sans-serif-bold-italic: "ProximaNova-BoldIt", "Avenir Next", -apple-system-body, "Helvetica Neue", "Helvetica", sans-serif;
9
-
10
- $serif-light: "FFTisaWebLight", "Georgia", "Times New Roman", serif;
11
- $serif-regular: "FFTisaWeb", "Georgia", "Times New Roman", serif;
12
- $serif-italic: "FFTisaWebItalic", "Georgia", "Times New Roman", serif;
13
- $serif-bold: "FFTisaWebBold", "Georgia", "Times New Roman", serif;
14
- $serif-medium: "FFTisaWebMed", "Georgia", "Times New Roman", serif;
15
-
1
+ $sans-serif: "ProximaNova", "Avenir Next", -apple-system-body, "Helvetica Neue", "Helvetica", sans-serif;
2
+ $serif: "FFTisaWeb", "Georgia", "Times New Roman", serif;
16
3
  $monospace: "Native", "Consolas", "Liberation Mono", "Menlo", "Courier", monospace;
4
+ $light-weight: 300;
5
+ $semibold-weight: 600;
17
6
 
18
7
  body,
19
8
  button,
20
9
  input,
21
10
  select {
22
11
  color: $grayscale-deep;
23
- font-family: $sans-serif-regular;
12
+ font-family: $sans-serif;
13
+ -moz-osx-font-smoothing: grayscale;
24
14
  -webkit-font-smoothing: antialiased;
25
15
  }
26
16
 
@@ -72,7 +62,7 @@ a {
72
62
  }
73
63
 
74
64
  strong {
75
- font-family: $sans-serif-semibold;
65
+ font-weight: $semibold-weight;
76
66
  }
77
67
 
78
68
  /*doc
@@ -98,14 +88,14 @@ h3,
98
88
  h4,
99
89
  h5,
100
90
  h6 {
101
- font-family: $sans-serif-regular;
91
+ font-family: $sans-serif;
102
92
  margin-bottom: 10px;
103
93
  word-wrap: break-word;
104
94
  }
105
95
 
106
96
  h1 {
107
- font-family: $sans-serif-light;
108
97
  font-size: 60px;
98
+ font-weight: $light-weight;
109
99
  line-height: 75px;
110
100
  margin-bottom: 30px;
111
101
  }
@@ -121,8 +111,8 @@ h3 {
121
111
  }
122
112
 
123
113
  h4 {
124
- font-family: $sans-serif-light;
125
114
  font-size: 20px;
115
+ font-weight: $light-weight;
126
116
  line-height: 30px;
127
117
  }
128
118
 
@@ -177,8 +167,8 @@ blockquote Fly, you fools!
177
167
  ```
178
168
  */
179
169
  blockquote {
180
- font-family: $serif-bold;
181
170
  font-size: 36px;
171
+ font-weight: bold;
182
172
  line-height: 44px;
183
173
 
184
174
  &::before {
@@ -1,5 +1,5 @@
1
1
  module CC
2
2
  module Styles
3
- VERSION = "0.7.8".freeze
3
+ VERSION = "0.8.0".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: codeclimate-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.8
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Code Climate
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-27 00:00:00.000000000 Z
11
+ date: 2018-01-09 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Foundational stylesheets for Code Climate properties
14
14
  email: