explorak5_login_prueba 9.1 → 9.3
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: 873b02bc1d3e51dc57f25b9d708f4f3042c1ee9740ae385c3972fe7a77929945
|
4
|
+
data.tar.gz: 24e3a05859fb9706bff86eef533134f95266238b93269adbc5bbc7f2eae1e8f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 576e5893f714f7ddd430c3aca23af0e45b4ffea859c2abbd1586fa97ae0ffe774808bca1063f51182e191fa17cb55a4c4e74723b25580fd732d86e076f5f0659
|
7
|
+
data.tar.gz: b0112834178b83d0c9c1507e29fe21d0db989d062ef2f4dd53a77170e34b53b6e0828d11bc8f73bbec840438c6c3ca739d715509e71b805f3477be20225f5ac3
|
@@ -54,16 +54,6 @@ 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
|
-
}
|
67
57
|
|
68
58
|
</style>
|
69
59
|
<%
|
@@ -116,9 +106,6 @@ body.ic-Login-Body {
|
|
116
106
|
<%= render :partial => 'login/shared/header_logo' %>
|
117
107
|
</div>
|
118
108
|
|
119
|
-
<div>
|
120
|
-
<button style="background-image:url('/images/images_k5/logo_k5.png')" class="btn-img-logo-explora" alt="Logo Explora"></button>
|
121
|
-
</div>
|
122
109
|
<div class="ic-Login__body">
|
123
110
|
<%= render "shared/login_fft_helper" %>
|
124
111
|
<%= form_for :pseudonym_session, :url => url_for({ action: :create }.merge(params.slice(:id).to_unsafe_h)), :html => {:id => "login_form"} do |f| %>
|