oulu 0.9.5 → 0.9.6

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: f6626fe7ad171917583c1e26e119d9fd6b84cf01
4
- data.tar.gz: 973f1a0c152fb9d17df478769d2b3ffae36c1e0e
3
+ metadata.gz: 7f0d883053630f50929ceac7651dbf8a70d9ef21
4
+ data.tar.gz: 9d26be1b65f40d635fecb3a898e67163725246c0
5
5
  SHA512:
6
- metadata.gz: ce70af554ea4ace32ed56ce2b50c566b88cb01fc156ded574b15d076d8802f3877fb21cf34e0f6024186c1ecef4ef3b7004d23d165acd9083bab6f54a17972df
7
- data.tar.gz: 120371ec102de6e2b1d95a1b8e13ff9dbd5b0b6dfd9558040bc61fbe732de44f25651eb9235d24062812103a0a63d661ec51e198ab55274cfb60a20a3665dc42
6
+ metadata.gz: c3dc8c6243fe8f4fe71f88618f9213dfc83922017152ff0d4f1a7f1b649293df140f00b753882c11fb8548acf7e6b7ee5c6790432f3ce1f774df33fc1f1ad414
7
+ data.tar.gz: 4470aafb9024dfaa7244ce63767039e309cfcf265a7bf4285a3e6f516e42c8c081c0f861b2efc6dc4a4c0b645618515c70d17ee54d94d70a92a661380bcb0626
@@ -1,7 +1,7 @@
1
1
  =border-button($color)
2
2
  +border(all, solid)
3
3
  @if $color == $default
4
- $color: $text-color
4
+ $color: $root-color
5
5
  @else
6
6
  color: $color
7
7
  border-color: $color
@@ -1,9 +1,9 @@
1
- =normal-button-color($color, $text-color: true)
1
+ =normal-button-color($color, $root-color: true)
2
2
  background-color: $color
3
3
  +background-image(linear-gradient(top, tint($color, 6%) 0%, shade($color, 6%) 100%))
4
4
  +border(all, solid)
5
5
  border-color: shade($color, 10%) shade($color, 16%) shade($color, 26%)
6
- @if $text-color
6
+ @if $root-color
7
7
  color: luma_contrast_color($color)
8
8
  text-shadow: if(luma_bright($color), lighten($color, 18%) 0 1px 0, darken($color, 18%) 0 -1px 0)
9
9
  &:hover,
@@ -1,5 +1,3 @@
1
- $text-color: $black !default
2
-
3
1
  .amazlet-box
4
2
  margin-bottom: 32px !important
5
3
  .amazlet-image
@@ -19,7 +17,7 @@ $text-color: $black !default
19
17
  .amazlet-name
20
18
  a
21
19
  text-decoration: none
22
- color: $text-color
20
+ color: $root-color
23
21
  .amazlet-detail
24
22
  font-size: 12px
25
23
  margin-bottom: 8px !important
data/bower.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
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.9.5"
2
+ VERSION = "0.9.6"
3
3
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oulu",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "main": "index.js",
5
5
  "repository": {
6
6
  "type": "git",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - machida