explorak5_login_prueba 8.0 → 8.2

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: e80b86a0f835d82b066cc470f8aa61f5ecdfa9e622f4b3b432fd50f429d12816
4
- data.tar.gz: ad970c418b8c0d6d0a3d201868e8137e1721f23c7367762c14eac13038c08fe3
3
+ metadata.gz: 2e9ef22d5a86a25126b36b2b3fe1f23ec3a8049705603b2a10c4aee6ac06a399
4
+ data.tar.gz: 3fc462acf7fabbd41e0b8ad8b93017681f4036b9b57848b5c12c00103c197b00
5
5
  SHA512:
6
- metadata.gz: 90228973c9f9b872bfdbbbe76de12ed19129113e7aae3ae27bf59a83dc95bf4fa551972f7b2f4c21ecbc85e2b1b4e1e9bbd55b142e91453132ea2384537dbea9
7
- data.tar.gz: 47615df12e0e99877a6c0d5ceceefd47e92015b8c356f3e8826e5606967f9c82da833a3ceb16da3cb1d1b955e97782a0e5f428db03b2444da6f50803a810c059
6
+ metadata.gz: 723a4a5a7825f88cfca7df864c29d9a7cab4dbbb2b2f90f815511b641975b708b6e21ed4dd2b47f28ab20c3eaf2a2020084ecffadaabdbbd4a60a3468a7f928a
7
+ data.tar.gz: 1d7b694d0b4f14f51b37019f7387579e891856a5a33eb357e49836dde33379490f9f91e51ee531947b3c3dea686ac3c91ece37c775ea04b93d801e7366730dde
@@ -1,4 +1,20 @@
1
1
  <style>
2
+
3
+ body.ic-Login-Body {
4
+ background-size: cover;
5
+ background-image: url("/images/images_k5/fondo.png");
6
+ background-repeat: no-repeat;
7
+
8
+ }
9
+
10
+ .ic-Login__title {
11
+ color: var(--ic-brand-Login-Content-label-text-color);
12
+ text-align: center;
13
+ }
14
+ .ic-Login__text {
15
+ color: var(--ic-brand-Login-Content-label-text-color);
16
+ }
17
+
2
18
  .login_links {
3
19
  display: grid;
4
20
  float: right;
@@ -7,6 +23,93 @@
7
23
  margin-right: 50px;
8
24
  width: 5%;
9
25
  }
26
+
27
+ .ic-Form-control--login .ic-Label {
28
+ color: var(--ic-brand-Login-Content-label-text-color) !important;
29
+ }
30
+
31
+ .ic-Login__body__error {
32
+ display: block;
33
+ position:relative;
34
+ top: auto;
35
+ #{direction(left)}: auto;
36
+ max-width: 400px;
37
+ }
38
+ .ic-Login__actions {
39
+ //display: flex;
40
+ align-items: center;
41
+ .ic-Login__actions-timeout {
42
+ flex: 1;
43
+ label {
44
+ color: var(--ic-brand-Login-Content-label-text-color);
45
+ }
46
+
47
+ input[type="checkbox"] {
48
+ &:focus {
49
+ outline: 1px solid var(--ic-brand-Login-Content-password-text-color);
50
+ outline-offset: 1px;
51
+ }
52
+ }
53
+ }
54
+ .ic-Login__actions--right {
55
+ flex: 1;
56
+ display: flex;
57
+ justify-content: flex-end;
58
+ }
59
+ .ic-Login__actions--left {
60
+ flex: 1;
61
+ text-align: direction(left);
62
+ }
63
+ .ic-Form-control {
64
+ margin-bottom: 0; // override to help vertical alignment
65
+ }
66
+ // simulating a ghost button to work for default high contrast login screen
67
+ .Button--login {
68
+ padding: $ic-sp*0.5 $ic-sp*3;
69
+ background: transparent;
70
+ color: var(--ic-brand-Login-Content-password-text-color);
71
+ border: 1px solid var(--ic-brand-Login-Content-password-text-color);
72
+ overflow: visible;
73
+ // Agregado por explora k5
74
+ width: 100%;
75
+ border-radius: 20px;
76
+
77
+ &::before {
78
+ content: "";
79
+ position: absolute;
80
+ top: -0.375rem;
81
+ #{direction(left)}: -0.375rem;
82
+ #{direction(right)}: -0.375rem;
83
+ bottom: -0.375rem;
84
+ border: 1px solid var(--ic-brand-Login-Content-password-text-color);
85
+ border-radius: 0.375rem;
86
+ opacity: 0;
87
+ }
88
+
89
+ &:focus {
90
+ box-shadow: none;
91
+ &::before {
92
+ opacity: 1;
93
+ }
94
+ }
95
+
96
+ &::after {
97
+ content: "";
98
+ position: absolute;
99
+ top: 0;
100
+ #{direction(left)}: 0;
101
+ #{direction(right)}: 0;
102
+ bottom: 0;
103
+ border-radius: 0.175rem;
104
+ }
105
+
106
+ &:hover::after {
107
+ background: var(--ic-brand-Login-Content-password-text-color);
108
+ opacity: 0.1;
109
+ }
110
+ }
111
+ }
112
+
10
113
  .btn-img-login-espol {
11
114
  float: left;
12
115
  width: 6%;
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5LoginPrueba
4
- VERSION = "8.0"
4
+ VERSION = "8.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: explorak5_login_prueba
3
3
  version: !ruby/object:Gem::Version
4
- version: '8.0'
4
+ version: '8.2'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Ibarra