codeclimate-styles 0.2.4 → 0.3.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: cd891373af481dc428f2c08c5c27c0cdb4940c21
4
- data.tar.gz: fa482f4c04c779193aed388f08925bb7014fc6da
3
+ metadata.gz: 4f7a2449c78307c5f9478dd2f34749ab5d00a470
4
+ data.tar.gz: 7eea49fc79e1894babaa43bc7e9a8d82f9693262
5
5
  SHA512:
6
- metadata.gz: 27bc850a6b20b5ea976758a709e130e9106779408a77889d6ec75025d345c6c9e04c18c4b2f0918c170bdbd9b622cf3d04a3cd277be8b2ed7f1a2c4855bec5e3
7
- data.tar.gz: 38f87ae4cd1c5d3ff30e7f7280c80ce538d53783cfb89cbd50812c5c0ad69e55744fbe7638097cf1bacfb3e83e9d1ff906a02b1c7058c56915d447d12ac2cf2d
6
+ metadata.gz: a86fb014e465b480dd4cb894ad865d9063357b8e4d478557f70574b04dc470f144e47eb2df9cf48c0ef1d18f39a4c737d0af7a2413406115bb31dac301290817
7
+ data.tar.gz: 93922cb215bb9b96499c3840b534af54df7f3faa6b925566a64d79fc76606039de73b5e51e8f8843ed015a2b27adcaeca30850c5b58aa3ecd17d96797a20ea2a
@@ -85,6 +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
89
 
89
90
  &:active {
90
91
  background-color: $green-dark;
@@ -24,6 +24,8 @@ form.form
24
24
  // scss-lint:disable SelectorFormat, QualifyingElement
25
25
  // classes here are straight from simple_form, not under our control
26
26
  .form {
27
+ margin-bottom: 30px;
28
+
27
29
  abbr[title=required] {
28
30
  display: none;
29
31
  }
@@ -32,12 +34,16 @@ form.form
32
34
  display: inline-block;
33
35
  font-size: 75%;
34
36
  letter-spacing: .05rem;
35
- margin-bottom: .3rem;
37
+ margin-bottom: 5px;
36
38
  text-transform: uppercase;
37
39
  }
38
40
 
39
41
  .control-group {
40
- margin: .8rem 0;
42
+ margin: 0 0 20px;
43
+ }
44
+
45
+ .control-group:last-child {
46
+ margin-bottom: 0;
41
47
  }
42
48
 
43
49
  .error input {
@@ -45,11 +51,11 @@ form.form
45
51
  }
46
52
 
47
53
  .help-inline {
48
- margin-left: .5rem;
54
+ margin-left: 10px;
49
55
  }
50
56
 
51
57
  .help-block {
52
- margin-top: .3rem;
58
+ margin: 5px 0 10px;
53
59
  }
54
60
 
55
61
  .help-block,
@@ -440,6 +440,10 @@ category: misc
440
440
  margin-bottom: 20px;
441
441
  padding: 24px;
442
442
  position: relative;
443
+
444
+ *:last-child {
445
+ margin-bottom: 0;
446
+ }
443
447
  }
444
448
 
445
449
  .well--info {
@@ -96,8 +96,10 @@ h1,
96
96
  h2,
97
97
  h3,
98
98
  h4,
99
- h5 {
99
+ h5,
100
+ h6 {
100
101
  font-family: $sans-serif-regular;
102
+ margin-bottom: 10px;
101
103
  word-wrap: break-word;
102
104
  }
103
105
 
@@ -105,6 +107,7 @@ h1 {
105
107
  font-family: $sans-serif-light;
106
108
  font-size: 60px;
107
109
  line-height: 75px;
110
+ margin-bottom: 30px;
108
111
  }
109
112
 
110
113
  h2 {
@@ -135,7 +138,7 @@ h6 {
135
138
  color: $grayscale-storm;
136
139
  font-size: 12px;
137
140
  letter-spacing: .2em;
138
- line-height: 17px;
141
+ line-height: 20px;
139
142
  text-transform: uppercase;
140
143
  }
141
144
 
@@ -202,15 +205,10 @@ category: typography
202
205
 
203
206
  .meta {
204
207
  color: $grayscale-storm;
205
- font-size: 11px;
206
- line-height: 15px;
207
-
208
- a {
209
- border-bottom: 1px solid $box-border-color;
210
- padding-bottom: .2em;
211
- }
208
+ font-size: 14px;
209
+ line-height: 20px;
212
210
 
213
- a:hover {
214
- border-color: $green-dark;
211
+ .link--muted {
212
+ text-decoration: underline;
215
213
  }
216
214
  }
@@ -1,5 +1,5 @@
1
1
  module CC
2
2
  module Styles
3
- VERSION = "0.2.4".freeze
3
+ VERSION = "0.3.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.2.4
4
+ version: 0.3.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-04-19 00:00:00.000000000 Z
11
+ date: 2017-04-25 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Foundational stylesheets for Code Climate properties
14
14
  email:
@@ -100,19 +100,18 @@ require_paths:
100
100
  - lib
101
101
  required_ruby_version: !ruby/object:Gem::Requirement
102
102
  requirements:
103
- - - '>='
103
+ - - ">="
104
104
  - !ruby/object:Gem::Version
105
105
  version: '0'
106
106
  required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  requirements:
108
- - - '>='
108
+ - - ">="
109
109
  - !ruby/object:Gem::Version
110
110
  version: '0'
111
111
  requirements: []
112
112
  rubyforge_project:
113
- rubygems_version: 2.0.3
113
+ rubygems_version: 2.6.8
114
114
  signing_key:
115
115
  specification_version: 4
116
116
  summary: Code Climate stylesheets
117
117
  test_files: []
118
- has_rdoc: