action_auth 0.2.11 → 0.2.13
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8591f70a89c2588e9f2194c268f963429b216632b6275a0367eb2b6685fe9af
|
4
|
+
data.tar.gz: c2f9ba4b385f3fe7031316ed4f9dd2a937829116e4ae00ae0b0cf0dcde6b667a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a2b6717061e776eaa069b1cd46a06083454049030f94ac0c2b171f1e6b46afdf194ea64ce6849087ca3171d6470c784b8e53bf450edef5ef275f2d2610396c0f
|
7
|
+
data.tar.gz: 38abb036b1cf021e90acb62909fa92b8fbcada9a5232c16c36876c15902004e2b3c10e02c9cb1489587d2aee2bb47fc78ad99ef60b88af95aefeab2edcf829ef
|
@@ -29,6 +29,13 @@ body {
|
|
29
29
|
background-color: rgb(255, 255, 255) !important;
|
30
30
|
}
|
31
31
|
|
32
|
+
@media screen and (max-width: 768px) {
|
33
|
+
.container {
|
34
|
+
width: calc(100% - 10px);
|
35
|
+
margin-left: 5px;
|
36
|
+
margin-right: 5px;
|
37
|
+
}
|
38
|
+
}
|
32
39
|
.container-fluid {
|
33
40
|
-webkit-text-size-adjust: 100%;
|
34
41
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
data/lib/action_auth/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: action_auth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dave Kimura
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01-
|
11
|
+
date: 2024-01-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|