explorak5_canvas_login 1.7.0 → 1.9.0

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: 1443dcf5e9f65b379860e65d9d809d32c4fe31c5a29c094ffabb8468b129ebb7
4
- data.tar.gz: 1c217057ec0879e9556a6aac3366c955d0ac32aa95309f6b0011e4cbf417eb29
3
+ metadata.gz: 6854edc158afc551bf26fc190236d3ca46625e40d5b1f2ef9e447063bbfdb145
4
+ data.tar.gz: 119bcd18d04f72cdb18c222a74a0edf510934ed9cfac8705fdc647ef471d7292
5
5
  SHA512:
6
- metadata.gz: bc2602972d6a2530009eedcc6a58a9bf8a4ddd88a3578059aa70273daa0e12993d75ab8dc2d8b0b105f2ce31d61194625b1a3ca8c6978ae0542dacfc1604016c
7
- data.tar.gz: c374f92250590e0818d51287799640421b650723781858a378ae8e977b3a64994fb753194154c14d4b3811e8999f7aa0883aed835d66f31c3ba42545f8fbe9cd
6
+ metadata.gz: fcc5324a0259486f3eca19f0c27b085d833050da0cf09e9617b0e5f6e555162639b7ff9378cdeba0cddc8721037b994ad7a6abfa0df383cfc78d39763d6f5073
7
+ data.tar.gz: 361fbc281e9caa25bf53a8e85d468a1049eac3a3598dabd89c18044cefef001dd8fb86af298d785537c2fdee4788f627ad004b8359b0b54b84160a5f3eb1ece7
@@ -1,3 +1,64 @@
1
+ <style>
2
+
3
+ body.ic-Login-Body {
4
+ background-image: url("/images/images_k5/fondo.png") !important;
5
+ }
6
+
7
+ .ic-Login__title {
8
+ text-align: center;
9
+ }
10
+
11
+
12
+ .login_links {
13
+ display: grid;
14
+ float: right;
15
+ grid-template-rows: 25px 25px 25px;
16
+ grid-row-gap: 75px;
17
+ margin-right: 50px;
18
+ width: 5%;
19
+ }
20
+
21
+ .ic-Form-control--login .ic-Label {
22
+ color: var(--ic-brand-Login-Content-label-text-color) !important;
23
+ }
24
+
25
+ .ic-Login__body__error {
26
+ display: block;
27
+ position:relative;
28
+ top: auto;
29
+ #{direction(left)}: auto;
30
+ max-width: 400px;
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
+ .ic-Input{
58
+ border-radius: 10px !important;
59
+ }
60
+
61
+ </style>
1
62
  <%
2
63
  # Copyright (C) 2015 - present Instructure, Inc.
3
64
  #
@@ -45,7 +106,7 @@
45
106
  <div class="ic-Login__innerContent">
46
107
 
47
108
  <div class="ic-Login-header">
48
- <img src='/images/images_k5/logo_k5.png' style="width: 10%; margin-left: 5%"/>
109
+ <img src='/images/images_k5/logo_k5.png' style="max-width: 33%;"/>
49
110
  </div>
50
111
 
51
112
  <div class="ic-Login__body">
@@ -1,3 +1,11 @@
1
+ <style>
2
+ .ic-app-header__logomark {
3
+ background-image: url("/images/images_k5/logo_k5.png") !important;
4
+ }
5
+ .ic-app-header, .no-print, .ic-app-header__logomark-container {
6
+ background-color: #f4f3f3 !important;
7
+ }
8
+ </style>
1
9
  <%
2
10
  # Copyright (C) 2015 - present Instructure, Inc.
3
11
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5CanvasLogin
4
- VERSION = "1.7.0"
4
+ VERSION = "1.9.0"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: explorak5_canvas_login
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Explorak5
@@ -19,8 +19,6 @@ executables: []
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
- - lib/explorak5_canvas_login/app/assets/stylesheets/login.css
23
- - lib/explorak5_canvas_login/app/assets/stylesheets/navbar.css
24
22
  - lib/explorak5_canvas_login/app/views/login/_login_content.html.erb
25
23
  - lib/explorak5_canvas_login/app/views/navbar/_new_nav_header.html.erb
26
24
  - lib/explorak5_canvas_login/version.rb
@@ -1,47 +0,0 @@
1
- body.ic-Login-Body {
2
- background-image: url("/images/images_k5/fondo.png") !important;
3
- }
4
-
5
- .ic-Login__title {
6
- text-align: center;
7
- }
8
-
9
-
10
- .login_links {
11
- display: grid;
12
- float: right;
13
- grid-template-rows: 25px 25px 25px;
14
- grid-row-gap: 75px;
15
- margin-right: 50px;
16
- width: 5%;
17
- }
18
-
19
- .ic-Form-control--login .ic-Label {
20
- color: var(--ic-brand-Login-Content-label-text-color) !important;
21
- }
22
-
23
- .btn-img-login-espol {
24
- float: left;
25
- width: 6%;
26
- margin-left: 30px;
27
- margin-top: 10px;
28
- background-repeat: no-repeat;
29
- height: 120px;
30
- background-position: center;
31
- background-size: contain;
32
- background-color: transparent;
33
- border: none;
34
- }
35
-
36
-
37
- .btn-img-login-vinculos {
38
- width: auto;
39
- margin-top: 15px;
40
- background-repeat: no-repeat;
41
- height: 120px;
42
- background-position: center;
43
- background-size: contain;
44
- background-color: transparent;
45
- border: none;
46
- }
47
-
@@ -1,7 +0,0 @@
1
-
2
- .ic-app-header__logomark {
3
- background-image: url("/images/images_k5/logo_k5.png") !important;
4
- }
5
- .ic-app-header, .no-print, .ic-app-header__logomark-container {
6
- background-color: #f4f3f3 !important;
7
- }