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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33553ebbe5d42c58a8175a756de87688b1f98af1
|
4
|
+
data.tar.gz: c04e1e6f2322aafe2a3d442cc37bcd113915f001
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0a7a7ff55b7cf7f198a79e3bed7bf2decb1b354af7e068a83ef1aef3ec2d8f1045a54bb75fd4d289a793bb269fe4f14ef16c54ca8601bf34a8da5f32d063e3e4
|
7
|
+
data.tar.gz: 03f2d472a0c57af7c5f4543ccc7be6f8808ea9b7b33f6402e3b1370d65b3a52bcb54ad84a614d0896d01c47e297bc0ac77f0585547b61b4b6438f30dcef411bb
|
data/README.md
CHANGED
@@ -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:
|
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:
|
112
|
+
box-shadow: $navbar-bottom-box-shadow-size $navbar-box-shadow-color
|
112
113
|
&.is-fixed-top
|
113
114
|
top: 0
|
114
115
|
|
data/bulma-rails.gemspec
CHANGED
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.
|
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-
|
11
|
+
date: 2018-04-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|