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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c0ce2f6b58cf424ea485a0e57333fe3535c213bf
|
4
|
+
data.tar.gz: bfe1b66a31f6bcd418f5ab3cd81b38fd3baac4be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43b73eef573056fb6019cf6106b19844056608a78b7f31d592ae70e39585f38fa4f7d7cbc1b19849ec1c129b370baa84b1a5647dae73d4d8d8bfa3bacc3064e3
|
7
|
+
data.tar.gz: 511c39b9256158a3d64368a7bdb3f53f0742b196a4fa07736bde813aa029013265672537c7578c76c9cdc941372f8c31ed0783c87a8c13f488654a32e80555bb
|
@@ -14,7 +14,8 @@
|
|
14
14
|
.modal {
|
15
15
|
background: color(white);
|
16
16
|
border-radius: border-radius(b);
|
17
|
-
|
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(
|
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
|
-
&.
|
132
|
+
&.white { background: transparentize(color(white), 0.15); }
|
132
133
|
}
|
133
134
|
|
134
135
|
// Media Queries
|
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.
|
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-
|
11
|
+
date: 2017-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|