oulu 0.12.24 → 0.12.25

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: 0166c90f79ba534c6452f27046dbd8a6db12bd21
4
- data.tar.gz: 5c2cb9892f929a4d5264b88ed23d37078a74f176
3
+ metadata.gz: 12f76dbc99319c58699e923dbf44ce3fcfea3824
4
+ data.tar.gz: 9704aba56d1a18a778d9a7094cafb0d0e3a62982
5
5
  SHA512:
6
- metadata.gz: bcfe6fa2a29259037d036b856df05fe7cd2918ade7d387a106ef25e05c0b23eb6e0ace07ed3eff33752985a251ff7021cc10a75ab69e7c48049e88c48d97e3c6
7
- data.tar.gz: e70b6b381dc1593c1f2d45d75ce0e7add4de52937d69797e7e25302cf6f4542bb87d06388b8deaad07121afcc2e2a627dfed8532d29b38c20e487a6c5b095fe2
6
+ metadata.gz: cd12b1de565cdf887b6b36f934d2308e9e5ae4539c37d728d5f12b0b9612e668e4805b2d3b9e4b2e381fcd5c19dbcdc45e6bf2847d7c22223b86972232ccd1f7
7
+ data.tar.gz: 9a9994ec434c1526fc399efbe6add3ff6510b3b4277c925b20dcc64095e2ef0770e35a4d7c3b941352c60edcf37f83b23df4cf21e451bbdb365304dfff006232
@@ -32,7 +32,7 @@
32
32
  $font-size: $xl-button-font-size
33
33
  $button-height: $font-size * $button-xl-height-ratio - if($border-width, $border-width, 0) * 2
34
34
  @if $border-width
35
- +border(all, $border-width)
35
+ border-width: $border-width
36
36
  @else
37
37
  $border-width: 0
38
38
  height: $button-height
@@ -41,7 +41,7 @@
41
41
  +text-block($font-size 1)
42
42
  +padding(horizontal, $button-height/1.6)
43
43
  @if $border-radius
44
- +border-radius($border-radius)
44
+ border-radius: $border-radius
45
45
  @if $font-size > .6875rem and 1rem > $font-size
46
46
  font-weight: 600
47
47
  @else if .999999rem < $font-size
@@ -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, .25rem, .375rem, 3.4)
34
+ +button-size($size, .25rem, .375rem)
35
35
  +super-bold-border-button($color, $size)
36
36
  @else if $style == standard
37
37
  +button-size($size, .0625rem, .25rem)
@@ -1,11 +1,12 @@
1
1
  =super-bold-border-button($color, $size)
2
- $border-width: 4px !default
2
+ $border-width: .25rem !default
3
3
  $text-color: luma_contrast_color($color)
4
4
  background-color: $color
5
5
  color: $text-color
6
6
  border: solid $border-width $default-text
7
- box-shadow: rgba(black, .4) 0 1px 0 0
7
+ box-shadow: rgba(black, .4) 0 .0625rem 0 0
8
8
  transition: background-color .3s ease-in, box-shadow .3s ease-in
9
+ font-weight: 800
9
10
  &:link,
10
11
  &:visited
11
12
  color: $text-color
@@ -27,7 +28,7 @@
27
28
  &.is-radio,
28
29
  &.is-checkbox
29
30
  &:before
30
- box-shadow: $default-text 0 0 0 2px
31
+ box-shadow: $default-text 0 0 0 .125rem
31
32
 
32
33
  // checked
33
34
  &.is-checked
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.24",
3
+ "version": "0.12.25",
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.12.24"
2
+ VERSION = "0.12.25"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.12.24",
3
+ "version": "0.12.25",
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.12.24
4
+ version: 0.12.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-30 00:00:00.000000000 Z
11
+ date: 2016-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor