action_auth 0.2.11 → 0.2.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/action_auth/application.css +7 -0
- data/lib/action_auth/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc2b5c1ea2fa4db1e7077c5db0bdef79bef6e4a1dc6a7a29db69bd7f581216f6
|
4
|
+
data.tar.gz: c03de322676673b031883777bec65024d8de0a77c163eefae643f37de4715049
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4fbb81e376fee165f7b5384b9d930db04b50c94ad5b9a82273059e20b2431ef8908dfe9f3e6a70dee66acdb2042915ddbee5eea8ed56c6c20d3ed66ddabed45d
|
7
|
+
data.tar.gz: fcf9fdec98b006c5e693e90fdd63c13ce5546e9268300ec9da95d4a4989d3199206d8b04f2e0cbcc8be8852ba8de8fbd93290ef1cdd79fcd41da4b23478c7424
|
@@ -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.12
|
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-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|