explorak5_login_prueba 8.9 → 9.0
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
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c8958a8d432f2c5044227e76341930d49fffccb4de73871600285f6b38be4f76
|
4
|
+
data.tar.gz: 94ac91d68542eca07a6349bef7ee312250517b13a61e3d663b3a437ae497d8db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f4cd6ddca5b5ce825526a7a646205e3670d7c105c679463340b969301737bb6846ffdc83e65a390e88f96d7b9d3cb7fd89211b90877454c3e6f61eba916e0c1
|
7
|
+
data.tar.gz: a10e847f29593e9bc493c1d09fc01e17fd1f6c0ebcb88b8152f9bfdc42123bcff304627b0edd9c3bf78c5e1c0c785634afda82471dee3aa20777556d1019c5f7
|
@@ -54,6 +54,9 @@ body.ic-Login-Body {
|
|
54
54
|
background-color: transparent;
|
55
55
|
border: none;
|
56
56
|
}
|
57
|
+
.btn-img-logo-explora{
|
58
|
+
max-width: 75%
|
59
|
+
}
|
57
60
|
|
58
61
|
</style>
|
59
62
|
<%
|
@@ -107,7 +110,7 @@ body.ic-Login-Body {
|
|
107
110
|
</div>
|
108
111
|
|
109
112
|
<div>
|
110
|
-
<button style="background-image:url('/images/images_k5/logo_k5.png')" class="
|
113
|
+
<button style="background-image:url('/images/images_k5/logo_k5.png')" class="btn-img-logo-explora" alt="Logo Explora"></button>
|
111
114
|
</div>
|
112
115
|
<div class="ic-Login__body">
|
113
116
|
<%= render "shared/login_fft_helper" %>
|