explorak5_canvas_login 1.1.0 → 1.3.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: 4968d18d6fa6306c6b88bf702c1c473fe597288da4a09d5099385fa6a39b4941
4
- data.tar.gz: ed978e7760ce707ac99c2b91b31620811d462cc72bdc575c66f5667ae2c261fb
3
+ metadata.gz: 855c4c79b33fc061a7e9b059bbf2c78f080f4f284483569e48bffc4907305265
4
+ data.tar.gz: 44a457e490c2e2dbb631bf8d38e03b110197f465761d02464e67c4792a2933ff
5
5
  SHA512:
6
- metadata.gz: 63a3bdac2d7d59a23a619422cc23ac38a1ef9f221cb699a79cd21ae96ba5214d6494fd88367a88ccbdc3a5635d2d42d7606a4aa875b74507c691da875c4a43af
7
- data.tar.gz: abd6358ef98da8c2388af5264cc87764764cb0e30dd12cbe22566f40693c351942b461a06eb6f7d293264dc6b25c13398ce4c3c84fcbf6a308ec0b3e9975d60b
6
+ metadata.gz: 649f1b83b8bd47856bf5b076406ba8ba716beec2fa2fdb61b589782b7572c3a5a286194945f53b490bd70bf45f94acceb077a11b98683f40180877818c881db0
7
+ data.tar.gz: b8a520c5bc64719b4b21b175787c5e03611c33174220d1341844877a645ea67d088712e0c7f738ea2a67237b8fec3e2af5c9959d346dd568cb7e886e948dfe6c
@@ -0,0 +1,46 @@
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
+ }
@@ -4,4 +4,3 @@
4
4
  .ic-app-header, .no-print, .ic-app-header__logomark-container {
5
5
  background-color: #f4f3f3 !important;
6
6
  }
7
-
@@ -1,4 +1,4 @@
1
- @import 'login';
1
+ <%= stylesheet_link_tag 'login', media: 'all' %>
2
2
 
3
3
  <%
4
4
  # Copyright (C) 2015 - present Instructure, Inc.
@@ -1,5 +1,4 @@
1
- @import 'navbar';
2
-
1
+ <%= stylesheet_link_tag 'navbar', media: 'all' %>
3
2
  <%
4
3
  # Copyright (C) 2015 - present Instructure, Inc.
5
4
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5CanvasLogin
4
- VERSION = "1.1.0"
4
+ VERSION = "1.3.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.1.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Explorak5
@@ -19,8 +19,8 @@ executables: []
19
19
  extensions: []
20
20
  extra_rdoc_files: []
21
21
  files:
22
- - lib/explorak5_canvas_login/app/stylesheets/login.scss
23
- - lib/explorak5_canvas_login/app/stylesheets/navbar.scss
22
+ - lib/explorak5_canvas_login/app/stylesheets/login.css
23
+ - lib/explorak5_canvas_login/app/stylesheets/navbar.css
24
24
  - lib/explorak5_canvas_login/app/views/login/_login_content.html.erb
25
25
  - lib/explorak5_canvas_login/app/views/navbar/_new_nav_header.html.erb
26
26
  - lib/explorak5_canvas_login/version.rb
@@ -1,54 +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
- .ic-Login__body__error {
24
- display: block;
25
- position:relative;
26
- top: auto;
27
- #{direction(left)}: auto;
28
- max-width: 400px;
29
- }
30
-
31
- .btn-img-login-espol {
32
- float: left;
33
- width: 6%;
34
- margin-left: 30px;
35
- margin-top: 10px;
36
- background-repeat: no-repeat;
37
- height: 120px;
38
- background-position: center;
39
- background-size: contain;
40
- background-color: transparent;
41
- border: none;
42
- }
43
-
44
-
45
- .btn-img-login-vinculos {
46
- width: auto;
47
- margin-top: 15px;
48
- background-repeat: no-repeat;
49
- height: 120px;
50
- background-position: center;
51
- background-size: contain;
52
- background-color: transparent;
53
- border: none;
54
- }