codeclimate-styles 0.7.2 → 0.7.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/stylesheets/cc/styles/modules/_misc.scss +1 -17
- data/lib/cc/styles/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c24c76eabbc4d30afdf6d086f7f968c81f64e9da
|
4
|
+
data.tar.gz: cd10ad647fa0ac7902287f1e3f9e44b57a5983b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e9cd29c0a5bf3c6ca83e51376a8eab1b10282112c150f3dc62b13149a71fd4b9bab02c2c1a9abdb5d6f352f923137b5501811dc41a6fd809a302cbf28097960
|
7
|
+
data.tar.gz: e99734424e2b7f8774a4ea0a68830b584214abbc773d73e8349fb9dacdbb2e94d5e72b4d74b5b80ebcdce7c53cc9240a5505676e996091cb7b0b47fc255da048
|
@@ -140,14 +140,6 @@ $grade-font-size: 20px;
|
|
140
140
|
text-align: center;
|
141
141
|
vertical-align: middle;
|
142
142
|
width: $grade-size;
|
143
|
-
|
144
|
-
.tooltip {
|
145
|
-
bottom: 100%;
|
146
|
-
left: 50%;
|
147
|
-
margin-left: -100px;
|
148
|
-
width: 200px;
|
149
|
-
font-weight: normal;
|
150
|
-
}
|
151
143
|
}
|
152
144
|
|
153
145
|
.grade--x2 {
|
@@ -243,6 +235,7 @@ $tooltip-background-color: rgba(4, 4, 4, .8);
|
|
243
235
|
color: $white;
|
244
236
|
font-size: 12px;
|
245
237
|
line-height: 18px;
|
238
|
+
margin: 8px 0;
|
246
239
|
max-width: 200px;
|
247
240
|
opacity: 0;
|
248
241
|
padding: 4px 16px;
|
@@ -790,15 +783,6 @@ $severity-indicator-dot-margin: 3px;
|
|
790
783
|
margin-right: 9px;
|
791
784
|
position: relative;
|
792
785
|
vertical-align: middle;
|
793
|
-
|
794
|
-
.tooltip {
|
795
|
-
bottom: 100%;
|
796
|
-
left: 50%;
|
797
|
-
margin-bottom: $severity-indicator-dot-size;
|
798
|
-
margin-left: -75px;
|
799
|
-
width: 150px;
|
800
|
-
}
|
801
|
-
|
802
786
|
}
|
803
787
|
|
804
788
|
.severity-indicator__dot {
|
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.7.
|
4
|
+
version: 0.7.3
|
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-09-
|
11
|
+
date: 2017-09-25 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Foundational stylesheets for Code Climate properties
|
14
14
|
email:
|
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
110
110
|
version: '0'
|
111
111
|
requirements: []
|
112
112
|
rubyforge_project:
|
113
|
-
rubygems_version: 2.6.
|
113
|
+
rubygems_version: 2.6.12
|
114
114
|
signing_key:
|
115
115
|
specification_version: 4
|
116
116
|
summary: Code Climate stylesheets
|