explorak5_login_prueba 8.0 → 8.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: e80b86a0f835d82b066cc470f8aa61f5ecdfa9e622f4b3b432fd50f429d12816
4
- data.tar.gz: ad970c418b8c0d6d0a3d201868e8137e1721f23c7367762c14eac13038c08fe3
3
+ metadata.gz: 55e4470aca92634f02383a4eee2605a013a574492d4b6d85b0c6c29217815cbc
4
+ data.tar.gz: 6be84c8207c0c90b94047c7260edb8bf190142f6f51591737ad1a9b0c8b52ab9
5
5
  SHA512:
6
- metadata.gz: 90228973c9f9b872bfdbbbe76de12ed19129113e7aae3ae27bf59a83dc95bf4fa551972f7b2f4c21ecbc85e2b1b4e1e9bbd55b142e91453132ea2384537dbea9
7
- data.tar.gz: 47615df12e0e99877a6c0d5ceceefd47e92015b8c356f3e8826e5606967f9c82da833a3ceb16da3cb1d1b955e97782a0e5f428db03b2444da6f50803a810c059
6
+ metadata.gz: 0a8163a20beabe53d379d6a1c531d527aa9902a644ef494f609258448f26dc4f422a0380b702a79586d3f10ab544e416e4ed096599a569e5a287e0e192e83d20
7
+ data.tar.gz: 748d97761b79a7e6376696623a47cf667f6e73a6cb1630cb877b6c4b26716bdb847a4bed38ca546859843ca8e6c1e3cd78071cea742b36711e2560125fff89d0
@@ -1,4 +1,49 @@
1
1
  <style>
2
+
3
+ body.ic-Login-Body { // apply the background to the body element so that you don't see white bg as you scroll
4
+ // background-color: var(--ic-brand-Login-body-bgd-color);
5
+ // background-image:
6
+ // linear-gradient(transparent, transparent 80%, var(--ic-brand-Login-body-bgd-shadow-color)),
7
+ // var(--ic-brand-Login-body-bgd-image); // if there is a custom image
8
+ // background-attachment: fixed;
9
+ // height: 100vh; // enable full height
10
+ background-size: cover;
11
+ // Agregado por explora k5
12
+ background-image: url("/images/images_k5/fondo.png");
13
+ background-repeat: no-repeat;
14
+
15
+ }
16
+ .ic-Login {
17
+ display: flex;
18
+ justify-content: center;
19
+ color: $ic-color-light;
20
+ }
21
+ .ic-Login__container {
22
+ margin-top: $ic-sp*2;
23
+ }
24
+ .ic-Login__content {
25
+ width: 400px;
26
+ margin: 0 auto;
27
+ background: var(--ic-brand-Login-Content-bgd-color);
28
+ border: 5px solid var(--ic-brand-Login-Content-border-color);
29
+ padding: $ic-sp;
30
+ border-radius: $ic-Login-border-radius;
31
+ }
32
+ .ic-Login__innerContent {
33
+ padding-top: $ic-sp*2;
34
+ background: var(--ic-brand-Login-Content-inner-bgd);
35
+ border: 2px solid var(--ic-brand-Login-Content-inner-border);
36
+ border-radius: $ic-Login-border-radius;
37
+ }
38
+ .ic-Login__title {
39
+ color: var(--ic-brand-Login-Content-label-text-color);
40
+ // Agregado por explora k5
41
+ text-align: center;
42
+ }
43
+ .ic-Login__text {
44
+ color: var(--ic-brand-Login-Content-label-text-color);
45
+ }
46
+
2
47
  .login_links {
3
48
  display: grid;
4
49
  float: right;
@@ -7,6 +52,21 @@
7
52
  margin-right: 50px;
8
53
  width: 5%;
9
54
  }
55
+
56
+ .ic-Form-control--login .ic-Label {
57
+ color: var(--ic-brand-Login-Content-label-text-color) !important;
58
+ }
59
+ .ic-Login__link {
60
+ color: var(--ic-brand-Login-Content-password-text-color) !important;
61
+ text-decoration: underline;
62
+ }
63
+ .ic-Login__body__error {
64
+ display: block;
65
+ position:relative;
66
+ top: auto;
67
+ #{direction(left)}: auto;
68
+ max-width: 400px;
69
+ }
10
70
  .btn-img-login-espol {
11
71
  float: left;
12
72
  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.1"
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.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Ibarra