bulma-rails 0.7.0 → 0.7.1

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: de58dd9b24b5d0508cb8e580ae1a6dcafd18f6c9
4
- data.tar.gz: e34d98f8bbdfdbd1248c51788a05c97ff8d25d27
3
+ metadata.gz: 33553ebbe5d42c58a8175a756de87688b1f98af1
4
+ data.tar.gz: c04e1e6f2322aafe2a3d442cc37bcd113915f001
5
5
  SHA512:
6
- metadata.gz: 83b22b23cf7d3131070f4cdf187c91b79a96d2b60fb9213064fd92d6731f97b8733f4c0af28b55a9470f1cb4d58d557fd17d57d2650addf8f913aab99daca7b0
7
- data.tar.gz: b6bd81f94cb54e0694b4722cff5259a35290855480a28a18ca99c66febb80a7adb66f0bd574292d405db75f6c49656f6463d7863c27a1326314fc315bb06b473
6
+ metadata.gz: 0a7a7ff55b7cf7f198a79e3bed7bf2decb1b354af7e068a83ef1aef3ec2d8f1045a54bb75fd4d289a793bb269fe4f14ef16c54ca8601bf34a8da5f32d063e3e4
7
+ data.tar.gz: 03f2d472a0c57af7c5f4543ccc7be6f8808ea9b7b33f6402e3b1370d65b3a52bcb54ad84a614d0896d01c47e297bc0ac77f0585547b61b4b6438f30dcef411bb
data/README.md CHANGED
@@ -8,7 +8,7 @@ A modern CSS framework based on Flexbox.
8
8
 
9
9
  Add this line to your application's Gemfile:
10
10
 
11
- gem "bulma-rails", "~> 0.7.0"
11
+ gem "bulma-rails", "~> 0.7.1"
12
12
 
13
13
  And then execute:
14
14
 
@@ -1,5 +1,5 @@
1
1
  @charset "utf-8"
2
- /*! bulma.io v0.7.0 | MIT License | github.com/jgthms/bulma */
2
+ /*! bulma.io v0.7.1 | MIT License | github.com/jgthms/bulma */
3
3
  @import "sass/utilities/_all"
4
4
  @import "sass/base/_all"
5
5
  @import "sass/elements/_all"
@@ -108,6 +108,8 @@ $alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'rig
108
108
  @each $name, $shade in $shades
109
109
  .has-text-#{$name}
110
110
  color: $shade !important
111
+ .has-background-#{$name}
112
+ background-color: $shade !important
111
113
 
112
114
  .has-text-weight-light
113
115
  font-weight: $weight-light !important
@@ -40,6 +40,8 @@ $navbar-dropdown-item-active-background-color: $background !default
40
40
  $navbar-divider-background-color: $background !default
41
41
  $navbar-divider-height: 2px !default
42
42
 
43
+ $navbar-bottom-box-shadow-size: 0 -2px 0 0 !default
44
+
43
45
  =navbar-fixed
44
46
  left: 0
45
47
  position: fixed
@@ -48,7 +50,6 @@ $navbar-divider-height: 2px !default
48
50
 
49
51
  .navbar
50
52
  background-color: $navbar-background-color
51
- box-shadow: $navbar-box-shadow-size $navbar-box-shadow-color
52
53
  min-height: $navbar-height
53
54
  position: relative
54
55
  z-index: $navbar-z
@@ -101,14 +102,14 @@ $navbar-divider-height: 2px !default
101
102
  min-height: $navbar-height
102
103
  width: 100%
103
104
  &.has-shadow
104
- box-shadow: 0 2px 3px rgba($black, 0.1)
105
+ box-shadow: $navbar-box-shadow-size $navbar-box-shadow-color
105
106
  &.is-fixed-bottom,
106
107
  &.is-fixed-top
107
108
  +navbar-fixed
108
109
  &.is-fixed-bottom
109
110
  bottom: 0
110
111
  &.has-shadow
111
- box-shadow: 0 -2px 3px rgba($black, 0.1)
112
+ box-shadow: $navbar-bottom-box-shadow-size $navbar-box-shadow-color
112
113
  &.is-fixed-top
113
114
  top: 0
114
115
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = 'bulma-rails'
5
- gem.version = '0.7.0'
5
+ gem.version = '0.7.1'
6
6
  gem.authors = ["Joshua Jansen"]
7
7
  gem.email = ["joshuajansen88@gmail.com"]
8
8
  gem.description = %q{A modern CSS framework based on Flexbox}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bulma-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Jansen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-14 00:00:00.000000000 Z
11
+ date: 2018-04-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass