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 +4 -4
- data/assets/stylesheets/cc/styles/modules/_buttons.scss +1 -0
- data/assets/stylesheets/cc/styles/modules/_forms.scss +10 -4
- data/assets/stylesheets/cc/styles/modules/_misc.scss +4 -0
- data/assets/stylesheets/cc/styles/modules/_typography.scss +9 -11
- data/lib/cc/styles/version.rb +1 -1
- metadata +5 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4f7a2449c78307c5f9478dd2f34749ab5d00a470
|
|
4
|
+
data.tar.gz: 7eea49fc79e1894babaa43bc7e9a8d82f9693262
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a86fb014e465b480dd4cb894ad865d9063357b8e4d478557f70574b04dc470f144e47eb2df9cf48c0ef1d18f39a4c737d0af7a2413406115bb31dac301290817
|
|
7
|
+
data.tar.gz: 93922cb215bb9b96499c3840b534af54df7f3faa6b925566a64d79fc76606039de73b5e51e8f8843ed015a2b27adcaeca30850c5b58aa3ecd17d96797a20ea2a
|
|
@@ -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:
|
|
37
|
+
margin-bottom: 5px;
|
|
36
38
|
text-transform: uppercase;
|
|
37
39
|
}
|
|
38
40
|
|
|
39
41
|
.control-group {
|
|
40
|
-
margin:
|
|
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:
|
|
54
|
+
margin-left: 10px;
|
|
49
55
|
}
|
|
50
56
|
|
|
51
57
|
.help-block {
|
|
52
|
-
margin
|
|
58
|
+
margin: 5px 0 10px;
|
|
53
59
|
}
|
|
54
60
|
|
|
55
61
|
.help-block,
|
|
@@ -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:
|
|
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:
|
|
206
|
-
line-height:
|
|
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
|
-
|
|
214
|
-
|
|
211
|
+
.link--muted {
|
|
212
|
+
text-decoration: underline;
|
|
215
213
|
}
|
|
216
214
|
}
|
data/lib/cc/styles/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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:
|