explorak5_canvas_login 1.7.0 → 1.8.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: 463134b785ebca7ae58f58f773ce3adb60bf41ba3ca9827c7c34d99d0625ccb0
4
+ data.tar.gz: 0c228e9a73a275052f54345d70780884526c544821ac758f2d45a407b176507d
5
5
  SHA512:
6
- metadata.gz: bc2602972d6a2530009eedcc6a58a9bf8a4ddd88a3578059aa70273daa0e12993d75ab8dc2d8b0b105f2ce31d61194625b1a3ca8c6978ae0542dacfc1604016c
7
- data.tar.gz: c374f92250590e0818d51287799640421b650723781858a378ae8e977b3a64994fb753194154c14d4b3811e8999f7aa0883aed835d66f31c3ba42545f8fbe9cd
6
+ metadata.gz: 4a9cad236d30687eb5b6b6c8a8c332a08e6c49c5b7cdc8e3fab4bd0d819895537fbdfd35e36ad7c0516b939325e5aeb7b54c874315d4c6a25c53bcb03247aa28
7
+ data.tar.gz: 224271bfd3260890b12f4daf5a50ba67ade24da94acc8e61e577056d4fb526c70188f5f71661c6b794f824874e158fe5c3aa65bf2c71463da3e788d6a96dec84
@@ -1,3 +1,61 @@
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
+
58
+ </style>
1
59
  <%
2
60
  # Copyright (C) 2015 - present Instructure, Inc.
3
61
  #
@@ -1,3 +1,12 @@
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
+
9
+ </style>
1
10
  <%
2
11
  # Copyright (C) 2015 - present Instructure, Inc.
3
12
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5CanvasLogin
4
- VERSION = "1.7.0"
4
+ VERSION = "1.8.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.8.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
- }