oulu 0.12.41 → 0.12.42
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/_oulu-mixins.sass +0 -1
- data/app/assets/stylesheets/modules/buttons/_button-helper.sass +0 -5
- data/app/assets/stylesheets/modules/buttons/styles/_flat.sass +2 -2
- data/app/assets/stylesheets/settings/initializers/_reboot.sass +13 -1
- data/app/assets/stylesheets/settings/initializers/_sanitize.sass +0 -9
- data/app/assets/stylesheets/settings/variables/_sanitize.sass +0 -1
- data/bower.json +1 -1
- data/lib/oulu/version.rb +1 -1
- data/package.json +1 -1
- metadata +2 -3
- data/app/assets/stylesheets/settings/mixins/_form.sass +0 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d8145d7215b96f074f328f839b55b21beee9753
|
4
|
+
data.tar.gz: 24e751b1201dbaebd842e6a9df3570999d31ae7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 627340f91dc3e0a695c3459f8e471aa024294fdacac8e7498dc1afd8bbd591047998b9c554e5c46ebea67c7079ebfc88a35cbe0fc577d3b08586d7d3983a380c
|
7
|
+
data.tar.gz: 824c92fa848e7216273685ab2aa0b74af0b22071687a41f3322c891c70613a4d38a933b941d5967890716fac6763d738374cc6ac19805b1ab30f96441dbb479c
|
@@ -11,14 +11,14 @@
|
|
11
11
|
&.hover,
|
12
12
|
&.is-hover
|
13
13
|
color: luma_contrast_color($color)
|
14
|
-
$background-color:
|
14
|
+
$background-color: darken($color, 10%)
|
15
15
|
background-color: $background-color
|
16
16
|
box-shadow: shade($background-color, 20%) 0 .125rem 0
|
17
17
|
&:active,
|
18
18
|
&.active,
|
19
19
|
&.is-active
|
20
20
|
color: luma_contrast_color($color)
|
21
|
-
$background-color:
|
21
|
+
$background-color: darken($color, 10%)
|
22
22
|
background-color: $background-color
|
23
23
|
box-shadow: shade($background-color, 20%) 0 .0625rem 0
|
24
24
|
+top(.0625rem)
|
@@ -43,5 +43,17 @@ ol
|
|
43
43
|
#{$all-text-inputs}
|
44
44
|
color: $text-input-color
|
45
45
|
|
46
|
-
|
46
|
+
\:placeholder-shown
|
47
|
+
color: $placeholder-text
|
48
|
+
::-webkit-input-placeholder
|
49
|
+
color: $placeholder-text
|
50
|
+
\:-moz-placeholder
|
51
|
+
opacity: 1
|
52
|
+
color: $placeholder-text
|
53
|
+
::-moz-placeholder
|
54
|
+
opacity: 1
|
55
|
+
color: $placeholder-text
|
56
|
+
\:-ms-input-placeholder
|
57
|
+
color: $placeholder-text
|
58
|
+
.placeholder
|
47
59
|
color: $placeholder-text
|
@@ -6,10 +6,6 @@
|
|
6
6
|
* Normalization
|
7
7
|
*/
|
8
8
|
|
9
|
-
abbr[title]
|
10
|
-
text-decoration: underline // Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+
|
11
|
-
text-decoration: underline dotted // Firefox 40+
|
12
|
-
|
13
9
|
audio:not([controls])
|
14
10
|
display: none // Chrome 44-, iOS 8+, Safari 9+
|
15
11
|
|
@@ -268,11 +264,6 @@ nav ol,
|
|
268
264
|
nav ul
|
269
265
|
list-style: if(variable-exists(nav-list-style), $nav-list-style, none)
|
270
266
|
|
271
|
-
// specify the font size of small elements
|
272
|
-
|
273
|
-
small
|
274
|
-
font-size: if(variable-exists(small-font-size), $small-font-size, 75%)
|
275
|
-
|
276
267
|
// specify the border styling of tables
|
277
268
|
|
278
269
|
table
|
@@ -17,7 +17,6 @@ $nav-list-style: none !default
|
|
17
17
|
$selection-background-color: #B3D4FC !default
|
18
18
|
$selection-color: $default-text !default
|
19
19
|
$selection-text-shadow: none !default
|
20
|
-
$small-font-size: 75% !default
|
21
20
|
$table-border-collapse: collapse !default
|
22
21
|
$table-border-spacing: 0 !default
|
23
22
|
$textarea-resize: vertical !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.42
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- machida
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-07-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -142,7 +142,6 @@ files:
|
|
142
142
|
- app/assets/stylesheets/settings/mixins/_break-points.sass
|
143
143
|
- app/assets/stylesheets/settings/mixins/_filters.sass
|
144
144
|
- app/assets/stylesheets/settings/mixins/_flex.sass
|
145
|
-
- app/assets/stylesheets/settings/mixins/_form.sass
|
146
145
|
- app/assets/stylesheets/settings/mixins/_grid.sass
|
147
146
|
- app/assets/stylesheets/settings/mixins/_ie-hacks.sass
|
148
147
|
- app/assets/stylesheets/settings/mixins/_image.sass
|