oulu-rails 0.8.0 → 0.8.3
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1a94f6623dcc1a954c0d5c885e9311de4a629c9
|
|
4
|
+
data.tar.gz: 2eb3937d13694ff8d444e572ec7f88f8c9f4c218
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5923c3528be15bab5aa81f50a0616ceeab4a896d20f7b4eb43d69afe1f32cb3afed0005bec6a5bf594d3ea29c67a8fc966d4139a50040c3a2f93a78f693a866b
|
|
7
|
+
data.tar.gz: 5081a37fe0af3777076ca4e94306563ca8574feb6f5e92485f16be319c22b168efd96cebc9cce99431ae2637895161f085fd5d99854f94312cd8ed30dcf38b64
|
data/lib/oulu-rails/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: oulu-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- machida
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01-
|
|
11
|
+
date: 2016-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass-rails
|
|
@@ -110,7 +110,6 @@ files:
|
|
|
110
110
|
- vendor/assets/stylesheets/settings/functions/_reverse.sass
|
|
111
111
|
- vendor/assets/stylesheets/settings/functions/_string.sass
|
|
112
112
|
- vendor/assets/stylesheets/settings/functions/_text.sass
|
|
113
|
-
- vendor/assets/stylesheets/settings/initializers/_reset.sass
|
|
114
113
|
- vendor/assets/stylesheets/settings/initializers/_sanitize.sass
|
|
115
114
|
- vendor/assets/stylesheets/settings/mixins/_animation.sass
|
|
116
115
|
- vendor/assets/stylesheets/settings/mixins/_background.sass
|
|
@@ -157,7 +156,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
157
156
|
version: '0'
|
|
158
157
|
requirements: []
|
|
159
158
|
rubyforge_project:
|
|
160
|
-
rubygems_version: 2.
|
|
159
|
+
rubygems_version: 2.5.1
|
|
161
160
|
signing_key:
|
|
162
161
|
specification_version: 4
|
|
163
162
|
summary: A mixin library for Sass.
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
html
|
|
2
|
-
font-size: 62.5%
|
|
3
|
-
+basic-font
|
|
4
|
-
+prefixer(backface-visibility, hidden, webkit moz spec)
|
|
5
|
-
|
|
6
|
-
.mobile
|
|
7
|
-
// 自動文字サイズ調整
|
|
8
|
-
+prefixer(text-size-adjust, 100%, webkit moz spec)
|
|
9
|
-
// タップ時のハイライトカラー
|
|
10
|
-
+prefixer(tap-highlight-color, rgba(black, 0), webkit moz spec)
|
|
11
|
-
// リンクの長時間タップでリンク内容をポップアップで表示させない場合
|
|
12
|
-
+prefixer(touch-callout, none, webkit moz spec)
|
|
13
|
-
|
|
14
|
-
input,
|
|
15
|
-
button,
|
|
16
|
-
textarea
|
|
17
|
-
margin: 0
|
|
18
|
-
padding: 0
|
|
19
|
-
border: none
|
|
20
|
-
background-color: transparent
|
|
21
|
-
outline: none
|
|
22
|
-
+basic-font
|
|
23
|
-
|
|
24
|
-
button
|
|
25
|
-
+appearance(button)
|
|
26
|
-
|
|
27
|
-
img
|
|
28
|
-
vertical-align: bottom
|
|
29
|
-
|
|
30
|
-
a
|
|
31
|
-
outline: none
|
|
32
|
-
|
|
33
|
-
hr
|
|
34
|
-
border: none
|
|
35
|
-
|
|
36
|
-
strong
|
|
37
|
-
font-weight: bold
|
|
38
|
-
|
|
39
|
-
// form
|
|
40
|
-
#{$all-button-inputs},
|
|
41
|
-
button
|
|
42
|
-
cursor: pointer
|
|
43
|
-
|
|
44
|
-
button::-moz-focus-inner,
|
|
45
|
-
input::-moz-focus-inner
|
|
46
|
-
border: 0
|
|
47
|
-
padding: 0
|
|
48
|
-
|
|
49
|
-
input,
|
|
50
|
-
textarea
|
|
51
|
-
border: none
|
|
52
|
-
box-sizing: border-box
|
|
53
|
-
|
|
54
|
-
button, x:-moz-any-link,
|
|
55
|
-
input[type=button], x:-moz-any-link,
|
|
56
|
-
input[type=submit], x:-moz-any-link
|
|
57
|
-
line-height: normal !important
|
|
58
|
-
|
|
59
|
-
input[type="file"]::-webkit-file-upload-button
|
|
60
|
-
cursor: pointer !important
|
|
61
|
-
|
|
62
|
-
// selection
|
|
63
|
-
*::selection
|
|
64
|
-
background: $selection-bg-color
|
|
65
|
-
color: $selection-tx-color
|
|
66
|
-
*::-moz-selection
|
|
67
|
-
background: $selection-bg-color
|
|
68
|
-
color: $selection-tx-color
|
|
69
|
-
|
|
70
|
-
#{$all-text-inputs},
|
|
71
|
-
textarea
|
|
72
|
-
&::selection
|
|
73
|
-
background: $input-selection-bg-color
|
|
74
|
-
color: $input-selection-tx-color
|
|
75
|
-
&::-moz-selection
|
|
76
|
-
background: $input-selection-bg-color
|
|
77
|
-
color: $input-selection-tx-color
|
|
78
|
-
|
|
79
|
-
.#{$container-class-name}
|
|
80
|
-
+rem('max-width', $container-max-width)
|
|
81
|
-
box-sizing: border-box
|
|
82
|
-
+margin(horizontal, auto)
|
|
83
|
-
+padding(horizontal, $container-horizontal-padding)
|
|
84
|
-
clear: both
|