oulu 0.12.30 → 0.12.31
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-base.sass +3 -0
- data/app/assets/stylesheets/modules/buttons/_buttons.sass +4 -0
- data/app/assets/stylesheets/settings/variables/_modules.sass +1 -1
- data/bower.json +1 -1
- data/lib/oulu/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bde721de22847a75e838f17a7ec82c18b5da8b4
|
4
|
+
data.tar.gz: b91906e60741cfe24cb62aa3059b04603a8eb838
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 108093b824affad4d53cb89a60d88ad78cd5988ad393ab8a704b104a9edbb2f94a62ea00ac93f45256167e943242c60d493535ca56e254663441b418390ab8b7
|
7
|
+
data.tar.gz: 06c598cdb80391b6e50a8b0fd4dbe7b8761178f88941e59a42c13dfbefca61e23e2c318525270cbb38b3f4d087dd84b2021d77b1f771b11e40c9b84e01db8feb
|
@@ -89,6 +89,7 @@
|
|
89
89
|
$icon-width: $font-size * 2.7
|
90
90
|
$icon-size: $font-size * 1.3
|
91
91
|
position: relative
|
92
|
+
overflow: hidden
|
92
93
|
&:after
|
93
94
|
+fa("\f0d7")
|
94
95
|
+position(absolute, right 0, top 0 bottom 0, 0)
|
@@ -104,6 +105,8 @@
|
|
104
105
|
$icon-space: $font-size * 3
|
105
106
|
padding-left: $icon-space
|
106
107
|
position: relative
|
108
|
+
*
|
109
|
+
cursor: pointer
|
107
110
|
&:before
|
108
111
|
content: ""
|
109
112
|
display: block
|
@@ -61,4 +61,8 @@
|
|
61
61
|
$button-color: $danger
|
62
62
|
@else if $button-color-name == info
|
63
63
|
$button-color: $info
|
64
|
+
@else if $button-color-name == twitter
|
65
|
+
$button-color: $twitter
|
66
|
+
@else if $button-color-name == facebook
|
67
|
+
$button-color: $facebook
|
64
68
|
+button($button-style, $button-size, $button-color)
|
@@ -24,7 +24,7 @@ $button-color-names: secondary, primary, success, info, warning, danger !default
|
|
24
24
|
$button-styles: normal, border, bold-border, flat-emboss, material, flat-round, super-bold-border, standard !default
|
25
25
|
|
26
26
|
$button-xs-height-ratio: 2.85 !default
|
27
|
-
$button-sm-height-ratio: 2.
|
27
|
+
$button-sm-height-ratio: 2.65 !default
|
28
28
|
$button-md-height-ratio: 2.85 !default
|
29
29
|
$button-lg-height-ratio: 2.85 !default
|
30
30
|
$button-xl-height-ratio: 2.85 !default
|
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.12.
|
4
|
+
version: 0.12.31
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- machida
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-02-
|
11
|
+
date: 2017-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|