oulu 0.11.8 → 0.11.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d82627d3402926b6b438ed874bd8a1ce27a9ed3
4
- data.tar.gz: a7dd579fc57c54cef9df074fbc9885aed2bbcca8
3
+ metadata.gz: bfadf7bae771419a6c6fc657b318148fa549bfd8
4
+ data.tar.gz: 78031c388c05da7dec9603a2591e89a7221f19c4
5
5
  SHA512:
6
- metadata.gz: 0c5b1030bd5a1d76819b681074b06fbd399f512a8b915ae73abd95a3531689b425c73a4aad3413fc9dd6395d10a2b721cf9d0069b5740cead5e88c0a611a6cce
7
- data.tar.gz: 9a9a852b4a3331f8b01463fdc2a7081594fd1c8cae31dc54a273fa297c56ec87e3f2370f6048c242e1ef6dd7127b918ed9e6206eb48c25ede63bea126f23bde6
6
+ metadata.gz: 8943ac76520db29a64abbebdb3062504530ab30a371c7b100a0f64fd693a5b83f5be4e0dc7ba5a77154c00c99ab4328eef4127afdae3c66c76592bfe86fc6eb3
7
+ data.tar.gz: a043452f734078b38b092f43482142f8042cb6b72b45191b682f383f91d515eff57c1988b939863812af00716d1fe43d570f397633fac065c9c81abf51bb5bbc
@@ -31,7 +31,7 @@
31
31
  +button-size($size, false, 1000px)
32
32
  +flat-round-button($color)
33
33
  @else if $style == super-bold-border
34
- +button-size($size, false, 3px, 3.4)
34
+ +button-size($size, false, 0, 3.4)
35
35
  +super-bold-border-button($color, $size)
36
36
  @each $option in $options
37
37
  @if $option == 'left'
@@ -12,7 +12,7 @@
12
12
  $border-width: $xl-button-font-size/3
13
13
  background-color: $color
14
14
  color: luma_contrast_color($color)
15
- box-shadow: rgba(black, 0.6) 0 1px 0 1px, $default-text 0 0 0 $border-width inset
15
+ box-shadow: rgba(black, .4) 0 4px 0 0, $default-text 0 0 0 $border-width inset
16
16
  &:link,
17
17
  &:visited
18
18
  color: luma_contrast_color($color)
@@ -0,0 +1,11 @@
1
+ @import url(//fonts.googleapis.com/css?family=Playfair+Display:400,900,400italic,700,700italic,900italic)
2
+ =playfair($fw: 400, $ls: 0, $fs: null, $tx-rendering: true)
3
+ // $fw: フォントの太さ, $ls: 字間, $fs: フォントスタイル
4
+ font-family: 'Playfair Display', serif
5
+ font-weight: $fw
6
+ @if not $ls == 0
7
+ letter-spacing: $ls
8
+ @if (not $fs == null)
9
+ font-style: italic
10
+ @if $tx-rendering
11
+ text-rendering: optimizelegibility
@@ -5,8 +5,8 @@ html
5
5
  text-rendering: optimizeLegibility
6
6
  +overflow(hidden auto)
7
7
 
8
- input[type="text"],
9
- input[type="password"],
8
+ input,
9
+ input:focus,
10
10
  textarea,
11
11
  select,
12
12
  button,
@@ -30,7 +30,7 @@
30
30
  @if $modifire-class
31
31
  #{$modifire-class}: underline
32
32
 
33
- =hover-link-reverse($modifire-class: null)
33
+ =hover-link-reversal($modifire-class: null)
34
34
  text-decoration: underline
35
35
  &:hover,
36
36
  &:active
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.11.8",
3
+ "version": "0.11.9",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
data/lib/oulu/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Oulu
2
- VERSION = "0.11.8"
2
+ VERSION = "0.11.9"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.11.8",
3
+ "version": "0.11.9",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
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.11.8
4
+ version: 0.11.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-31 00:00:00.000000000 Z
11
+ date: 2016-06-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -87,6 +87,7 @@ files:
87
87
  - app/assets/stylesheets/modules/web-fonts/_montserrat.sass
88
88
  - app/assets/stylesheets/modules/web-fonts/_old-standard.sass
89
89
  - app/assets/stylesheets/modules/web-fonts/_open-sans.sass
90
+ - app/assets/stylesheets/modules/web-fonts/_playfair.sass
90
91
  - app/assets/stylesheets/modules/web-fonts/_podkova.sass
91
92
  - app/assets/stylesheets/modules/web-fonts/_pt-sans.sass
92
93
  - app/assets/stylesheets/modules/web-fonts/_raleway.sass