explorak5_login_prueba 8.9 → 9.1
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: 6da3e789ad4fcbe764a7f214ed1461eccd28d8e8891aaf47c313fb5d0dfffb70
|
4
|
+
data.tar.gz: a53af7f9b440a1d07cfb41f6ef9d08dc7c1f9eb139ae1be9cd05ff1255a88eb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11d983a338a5746ef73b0c23b4eff405a82f1c7651c99d992c37ab8cbec7b20883dacdc5c5b3fb4ab5e88532e9f59ff57e03bfc69b55e2e4ac04c07ffe52dbca
|
7
|
+
data.tar.gz: 0dfa58ad2c666a866d5432bc5a78229db80fa20c029dc42e81f52da0f1169815a7630d7a28e854cb614b930f74b1990e611045d6b600917ed2aca84fd7999011
|
@@ -54,6 +54,16 @@ body.ic-Login-Body {
|
|
54
54
|
background-color: transparent;
|
55
55
|
border: none;
|
56
56
|
}
|
57
|
+
.btn-img-logo-explora{
|
58
|
+
width: auto;
|
59
|
+
margin-top: 15px;
|
60
|
+
background-repeat: no-repeat;
|
61
|
+
height: 120px;
|
62
|
+
background-position: center;
|
63
|
+
background-size: contain;
|
64
|
+
background-color: transparent;
|
65
|
+
border: none;
|
66
|
+
}
|
57
67
|
|
58
68
|
</style>
|
59
69
|
<%
|
@@ -107,7 +117,7 @@ body.ic-Login-Body {
|
|
107
117
|
</div>
|
108
118
|
|
109
119
|
<div>
|
110
|
-
<button style="background-image:url('/images/images_k5/logo_k5.png')" class="
|
120
|
+
<button style="background-image:url('/images/images_k5/logo_k5.png')" class="btn-img-logo-explora" alt="Logo Explora"></button>
|
111
121
|
</div>
|
112
122
|
<div class="ic-Login__body">
|
113
123
|
<%= render "shared/login_fft_helper" %>
|