oulu 0.14.0 → 0.14.1
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/app/assets/stylesheets/modules/buttons/_button-sizes.sass +8 -2
- data/bower.json +1 -1
- data/lib/oulu/version.rb +1 -1
- data/package.json +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0076f843d49e7314157201d1cb6ac2a9e51c2795
|
4
|
+
data.tar.gz: b4b8fd056b6f07059294a4133c2cce64e0635aa1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 526d4a10b1b818993d39ba8de15b8187bb84607e51f2db505842df4344fe8d4d93f8604f215197e51ee3c0631c6fa01181ced81617cb2ad0d713457f8b330fcc
|
7
|
+
data.tar.gz: e33c15facb0b0c9ae614edab91c52f886e68517ec3aca1a7774df40ed549e2bbcd72a9723e93c7ed42524a98a34eb54879f37a40b8ca4443470ca701048e2940
|
@@ -9,7 +9,8 @@
|
|
9
9
|
border-color: $color
|
10
10
|
&:hover
|
11
11
|
background-color: rgba($color, .2)
|
12
|
-
&:active
|
12
|
+
&:active,
|
13
|
+
&.is-active
|
13
14
|
background-color: $color
|
14
15
|
color: luma_contrast_color($color)
|
15
16
|
|
@@ -18,7 +19,8 @@
|
|
18
19
|
background-color: $color
|
19
20
|
&:hover
|
20
21
|
background-color: darken($color, 20%)
|
21
|
-
&:active
|
22
|
+
&:active,
|
23
|
+
&.is-active
|
22
24
|
background-color: darken($color, 20%)
|
23
25
|
|
24
26
|
.is-button
|
@@ -27,6 +29,10 @@
|
|
27
29
|
i,
|
28
30
|
.is-button__icon
|
29
31
|
margin-right: .4em
|
32
|
+
&.is-icon
|
33
|
+
i,
|
34
|
+
.is-button__icon
|
35
|
+
margin-right: 0
|
30
36
|
&.is-xs
|
31
37
|
$font-size: $xs-button-font-size
|
32
38
|
$button-height: $font-size * $button-xs-height-ratio
|
data/bower.json
CHANGED
data/lib/oulu/version.rb
CHANGED
data/package.json
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oulu
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.14.
|
4
|
+
version: 0.14.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- machida
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-09-
|
11
|
+
date: 2017-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -193,9 +193,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
193
193
|
version: '0'
|
194
194
|
requirements: []
|
195
195
|
rubyforge_project:
|
196
|
-
rubygems_version: 2.6.
|
196
|
+
rubygems_version: 2.6.11
|
197
197
|
signing_key:
|
198
198
|
specification_version: 4
|
199
199
|
summary: Sass mixins.
|
200
200
|
test_files: []
|
201
|
-
has_rdoc:
|