active_frontend 14.1.16 → 14.1.17

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: 73333b6b105434903a6c0c1e0c132d59bb9b97bb
4
- data.tar.gz: eb2b41b48a33fafec58020c02b2c11ec9eb723c3
3
+ metadata.gz: c0ce2f6b58cf424ea485a0e57333fe3535c213bf
4
+ data.tar.gz: bfe1b66a31f6bcd418f5ab3cd81b38fd3baac4be
5
5
  SHA512:
6
- metadata.gz: b5363813007d15a550a3621551f9fa5d9336e5f55027e64b055d6b3477ea6e0695f6c02fc0e69fed283ab42ab6ee5011d971d8713a2dc8beac04dcf324216ea8
7
- data.tar.gz: c85f06ae41285729ffb8dc4a58cc6c61c4a08514eafee536bc48fea30249f8d0f491278583832c171a13f85a5b062cf79b22ebd8653e812f2410ae9017fe243b
6
+ metadata.gz: 43b73eef573056fb6019cf6106b19844056608a78b7f31d592ae70e39585f38fa4f7d7cbc1b19849ec1c129b370baa84b1a5647dae73d4d8d8bfa3bacc3064e3
7
+ data.tar.gz: 511c39b9256158a3d64368a7bdb3f53f0742b196a4fa07736bde813aa029013265672537c7578c76c9cdc941372f8c31ed0783c87a8c13f488654a32e80555bb
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.1.16'.freeze
2
+ VERSION = '14.1.17'.freeze
3
3
  end
@@ -14,7 +14,8 @@
14
14
  .modal {
15
15
  background: color(white);
16
16
  border-radius: border-radius(b);
17
- box-shadow: 0 0 3px dark-color(dark-haze);
17
+ border-style: solid;
18
+ border-width: 1px;
18
19
  display: none;
19
20
  left: 0;
20
21
  margin: 0 auto;
@@ -113,7 +114,7 @@
113
114
  // Backdrop
114
115
  // ==================================================
115
116
  .modal-backdrop {
116
- background: transparentize(color(white), 0.15);
117
+ background: transparentize(color(black), 0.15);
117
118
  bottom: 0;
118
119
  height: 100%;
119
120
  left: 0;
@@ -128,7 +129,7 @@
128
129
  &.in { opacity: 1; }
129
130
  }
130
131
 
131
- &.dark { background: transparentize(color(black), 0.15); }
132
+ &.white { background: transparentize(color(white), 0.15); }
132
133
  }
133
134
 
134
135
  // Media Queries
@@ -61,6 +61,11 @@
61
61
  top: 0;
62
62
  z-index: 2050;
63
63
 
64
+ &.relative {
65
+ display: block;
66
+ position: relative;
67
+ }
68
+
64
69
  .bar {
65
70
  @include animation(spinner-dash 1.4s ease-in-out infinite, spinner-colors (1.4s * 4) ease-in-out infinite);
66
71
  stroke-dasharray: 187;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 14.1.16
4
+ version: 14.1.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-31 00:00:00.000000000 Z
11
+ date: 2017-08-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails