explorak5_canvas_login 1.3.0 → 1.5.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: 855c4c79b33fc061a7e9b059bbf2c78f080f4f284483569e48bffc4907305265
4
- data.tar.gz: 44a457e490c2e2dbb631bf8d38e03b110197f465761d02464e67c4792a2933ff
3
+ metadata.gz: 0ffaf3d517e57c42f5e2668df3c7214202b28b56223a3637fb3118c4d8d65587
4
+ data.tar.gz: d59b47fcd48d6eb82ab00fdb7dfe175691703effd9ab408af315b434aa15e4f6
5
5
  SHA512:
6
- metadata.gz: 649f1b83b8bd47856bf5b076406ba8ba716beec2fa2fdb61b589782b7572c3a5a286194945f53b490bd70bf45f94acceb077a11b98683f40180877818c881db0
7
- data.tar.gz: b8a520c5bc64719b4b21b175787c5e03611c33174220d1341844877a645ea67d088712e0c7f738ea2a67237b8fec3e2af5c9959d346dd568cb7e886e948dfe6c
6
+ metadata.gz: 0cd1f59b804e01bdb7ee56df40594b275cbe29271a56ff5e3d94a16d6b2375fd72b22a281b74fe52308ab3658c7e3799e45ec708b6b340770d93a4102fd59a23
7
+ data.tar.gz: 574461069206f8da75d5eb37af1db54f038ee79cfde58e74c328fc5cf0b4d6fbdbef4ec22ca288122d3b2c8ad206a308516de03a16ed38ae05f120ea1b5d8247
@@ -1,5 +1,61 @@
1
- <%= stylesheet_link_tag 'login', media: 'all' %>
1
+ <style>
2
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>
3
59
  <%
4
60
  # Copyright (C) 2015 - present Instructure, Inc.
5
61
  #
@@ -1,4 +1,12 @@
1
- <%= stylesheet_link_tag 'navbar', media: 'all' %>
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>
2
10
  <%
3
11
  # Copyright (C) 2015 - present Instructure, Inc.
4
12
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5CanvasLogin
4
- VERSION = "1.3.0"
4
+ VERSION = "1.5.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.3.0
4
+ version: 1.5.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/stylesheets/login.css
23
- - lib/explorak5_canvas_login/app/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,46 +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
- }
@@ -1,6 +0,0 @@
1
- .ic-app-header__logomark {
2
- background-image: url("/images/images_k5/logo_k5.png") !important;
3
- }
4
- .ic-app-header, .no-print, .ic-app-header__logomark-container {
5
- background-color: #f4f3f3 !important;
6
- }