oulu 0.12.24 → 0.12.25
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 +2 -2
- data/app/assets/stylesheets/modules/buttons/_buttons.sass +1 -1
- data/app/assets/stylesheets/modules/buttons/styles/_super-bold-border.sass +4 -3
- 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: 12f76dbc99319c58699e923dbf44ce3fcfea3824
|
4
|
+
data.tar.gz: 9704aba56d1a18a778d9a7094cafb0d0e3a62982
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
-
|
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
|
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:
|
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
|
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
|
31
|
+
box-shadow: $default-text 0 0 0 .125rem
|
31
32
|
|
32
33
|
// checked
|
33
34
|
&.is-checked
|
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.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
|
+
date: 2016-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|