explorak5_login_prueba 8.2 → 8.4
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: 5872c07b2be31e9a938922ae79c4f7941b649c3ee2a7f120485b72b02a0905ff
|
4
|
+
data.tar.gz: 7bb19b204ec38ba51a22518232db396cd433f1b92ddd8fbb9a3d57ff79614d9b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9aaf22220301c8029c3444ed38008a6a15ea9fc0727d5a3c2a6f848d731a8340f5561b3b8e9952688151a20e28bc8416c1fdd57c7cac3e49617562bc8e3918e8
|
7
|
+
data.tar.gz: c42bc9a5fbfbc16858e0166692e9ad29882a3ce32180b6f144120815d7305ddbfee9ba55241f89a18a413e7a78687ac587e0e81bd6d111889b8c5158f3dff956
|
@@ -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,8 +29,34 @@ body.ic-Login-Body {
|
|
35
29
|
#{direction(left)}: auto;
|
36
30
|
max-width: 400px;
|
37
31
|
}
|
32
|
+
|
33
|
+
.btn-img-login-espol {
|
34
|
+
float: left;
|
35
|
+
width: 6%;
|
36
|
+
margin-left: 30px;
|
37
|
+
margin-top: 10px;
|
38
|
+
background-repeat: no-repeat;
|
39
|
+
height: 120px;
|
40
|
+
background-position: center;
|
41
|
+
background-size: contain;
|
42
|
+
background-color: transparent;
|
43
|
+
border: none;
|
44
|
+
}
|
45
|
+
|
46
|
+
|
47
|
+
.btn-img-login-vinculos {
|
48
|
+
width: auto;
|
49
|
+
margin-top: 15px;
|
50
|
+
background-repeat: no-repeat;
|
51
|
+
height: 120px;
|
52
|
+
background-position: center;
|
53
|
+
background-size: contain;
|
54
|
+
background-color: transparent;
|
55
|
+
border: none;
|
56
|
+
}
|
57
|
+
|
38
58
|
.ic-Login__actions {
|
39
|
-
|
59
|
+
display: flex;
|
40
60
|
align-items: center;
|
41
61
|
.ic-Login__actions-timeout {
|
42
62
|
flex: 1;
|
@@ -70,9 +90,6 @@ body.ic-Login-Body {
|
|
70
90
|
color: var(--ic-brand-Login-Content-password-text-color);
|
71
91
|
border: 1px solid var(--ic-brand-Login-Content-password-text-color);
|
72
92
|
overflow: visible;
|
73
|
-
// Agregado por explora k5
|
74
|
-
width: 100%;
|
75
|
-
border-radius: 20px;
|
76
93
|
|
77
94
|
&::before {
|
78
95
|
content: "";
|
@@ -110,31 +127,6 @@ body.ic-Login-Body {
|
|
110
127
|
}
|
111
128
|
}
|
112
129
|
|
113
|
-
.btn-img-login-espol {
|
114
|
-
float: left;
|
115
|
-
width: 6%;
|
116
|
-
margin-left: 30px;
|
117
|
-
margin-top: 10px;
|
118
|
-
background-repeat: no-repeat;
|
119
|
-
height: 120px;
|
120
|
-
background-position: center;
|
121
|
-
background-size: contain;
|
122
|
-
background-color: transparent;
|
123
|
-
border: none;
|
124
|
-
}
|
125
|
-
|
126
|
-
|
127
|
-
.btn-img-login-vinculos {
|
128
|
-
width: auto;
|
129
|
-
margin-top: 15px;
|
130
|
-
background-repeat: no-repeat;
|
131
|
-
height: 120px;
|
132
|
-
background-position: center;
|
133
|
-
background-size: contain;
|
134
|
-
background-color: transparent;
|
135
|
-
border: none;
|
136
|
-
}
|
137
|
-
|
138
130
|
</style>
|
139
131
|
<%
|
140
132
|
# Copyright (C) 2015 - present Instructure, Inc.
|