explorak5_login_prueba 8.2 → 8.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: 9e8d93dd860c0a23ad88ba58ae707204fd88db5121ab16216a55b096f0d77417
|
4
|
+
data.tar.gz: 6a43a3199cb09dba5411d3fdaebff7ed3c3363fe92a5ed563fba6f7ab9d45243
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0636a1f70fbe71c0d33c3c38a6189064dda133a883f4869369a1f45780abbd80e96aefc442fbfb584f9719a68764d47b5c96334e749f490fad1788d364b069a7
|
7
|
+
data.tar.gz: 386c7212b083f3fb4718d8f4a4c2861332426240abd53b8a10c787aceacbaeb7cf9389f86d566090b3fdc12304e4330d0a62cfbb6f03a199d1c6000954dbf718
|
@@ -1,19 +1,13 @@
|
|
1
1
|
<style>
|
2
2
|
|
3
3
|
body.ic-Login-Body {
|
4
|
-
background-
|
5
|
-
background-image: url("/images/images_k5/fondo.png");
|
6
|
-
background-repeat: no-repeat;
|
7
|
-
|
4
|
+
background-image: url("/images/images_k5/fondo.png") !important;
|
8
5
|
}
|
9
6
|
|
10
7
|
.ic-Login__title {
|
11
|
-
color: var(--ic-brand-Login-Content-label-text-color);
|
12
8
|
text-align: center;
|
13
9
|
}
|
14
|
-
|
15
|
-
color: var(--ic-brand-Login-Content-label-text-color);
|
16
|
-
}
|
10
|
+
|
17
11
|
|
18
12
|
.login_links {
|
19
13
|
display: grid;
|
@@ -35,80 +29,6 @@ body.ic-Login-Body {
|
|
35
29
|
#{direction(left)}: auto;
|
36
30
|
max-width: 400px;
|
37
31
|
}
|
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
32
|
|
113
33
|
.btn-img-login-espol {
|
114
34
|
float: left;
|