codeclimate-styles 0.2.3 → 0.2.4
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 +13 -1
- data/lib/cc/styles/version.rb +1 -1
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd891373af481dc428f2c08c5c27c0cdb4940c21
|
4
|
+
data.tar.gz: fa482f4c04c779193aed388f08925bb7014fc6da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27bc850a6b20b5ea976758a709e130e9106779408a77889d6ec75025d345c6c9e04c18c4b2f0918c170bdbd9b622cf3d04a3cd277be8b2ed7f1a2c4855bec5e3
|
7
|
+
data.tar.gz: 38f87ae4cd1c5d3ff30e7f7280c80ce538d53783cfb89cbd50812c5c0ad69e55744fbe7638097cf1bacfb3e83e9d1ff906a02b1c7058c56915d447d12ac2cf2d
|
@@ -226,7 +226,10 @@ category: misc
|
|
226
226
|
```slim_example
|
227
227
|
div
|
228
228
|
.tooltip I am a tooltip with content
|
229
|
-
| hover here to see a tooltip
|
229
|
+
| hover here to see a tooltip above
|
230
|
+
div
|
231
|
+
.tooltip.tooltip--bottom I am a tooltip with content
|
232
|
+
| hover here to see a tooltip below
|
230
233
|
```
|
231
234
|
*/
|
232
235
|
|
@@ -270,6 +273,15 @@ $tooltip-background-color: rgba(4, 4, 4, .8);
|
|
270
273
|
opacity: 1;
|
271
274
|
}
|
272
275
|
|
276
|
+
.tooltip--bottom {
|
277
|
+
&::before {
|
278
|
+
border-bottom-color: $tooltip-background-color;
|
279
|
+
border-top-color: transparent;
|
280
|
+
bottom: auto;
|
281
|
+
top: -12px;
|
282
|
+
}
|
283
|
+
}
|
284
|
+
|
273
285
|
/*doc
|
274
286
|
---
|
275
287
|
title: Loading spinner
|
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.2.
|
4
|
+
version: 0.2.4
|
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-19 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Foundational stylesheets for Code Climate properties
|
14
14
|
email:
|
@@ -100,18 +100,19 @@ 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.0.3
|
114
114
|
signing_key:
|
115
115
|
specification_version: 4
|
116
116
|
summary: Code Climate stylesheets
|
117
117
|
test_files: []
|
118
|
+
has_rdoc:
|