explorak5_canvas_login 1.0.0 → 1.2.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: 531b7226b297eddee64098b95ad94c46b35709f9f0eec2926c13d8bd7181fa0c
4
- data.tar.gz: e2809c85b141f7a4aaf78f3660dac5dfa4e4a070185f8f202478f345ecc5eeb8
3
+ metadata.gz: f5210e264e46dd90e56ed3a883895230934421a509699ff815b0052d00213bca
4
+ data.tar.gz: 14c45ab6f9966ec63c3c4815c7eb170234f9dd7f0a294206f78412767dc061ad
5
5
  SHA512:
6
- metadata.gz: 7afca3fa0e6082f96c84607c03cce49486f071d19736d62a0d62e561daf8af12832e02ee37f5b26c1cf24626734f84286ad63fe7538da7aba8bbda001b2517de
7
- data.tar.gz: 739264d57dba34154e3d66ecb9736e491b8c5fde53a03073d4acdeabaa27306e0a9de414d070cf0eb61146d74d34a1b2f4d9d0a5bd4bba88719112dc1edceb8f
6
+ metadata.gz: 3a8beb0fb6a4aef1e8f08bc2cdd61c6e20eaf5d234f28687a48ed3b59149dd102197c695b08ea7f81789cdb4b11960caf3e9b9428c66a2cc3883bc15e0539d87
7
+ data.tar.gz: 407c89da2fd67069891d8ca9903fdc625a2a34ac13acc7428842c85e9b196e0ed85dd35fec8ad4c60179cd2c3e934a462eb6442989330521004e4330d0140f18
@@ -0,0 +1,54 @@
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
+ }
@@ -0,0 +1,6 @@
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
+ }
@@ -1,61 +1,5 @@
1
- <style>
1
+ <%= stylesheet_link_tag 'login', media: 'all' %>
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>
59
3
  <%
60
4
  # Copyright (C) 2015 - present Instructure, Inc.
61
5
  #
@@ -1,12 +1,4 @@
1
- <style>
2
- .ic-app-header__logomark {
3
- background-image: url("/images/images_k5/logoexplora.png") !important;
4
- }
5
- .ic-app-header, .no-print, .ic-app-header__logomark-container {
6
- background-color: #f4f3f3; !important;
7
- }
8
-
9
- </style>
1
+ <%= stylesheet_link_tag 'navbar', media: 'all' %>
10
2
  <%
11
3
  # Copyright (C) 2015 - present Instructure, Inc.
12
4
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Explorak5CanvasLogin
4
- VERSION = "1.0.0"
4
+ VERSION = "1.2.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.0.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Explorak5
@@ -19,6 +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
24
  - lib/explorak5_canvas_login/app/views/login/_login_content.html.erb
23
25
  - lib/explorak5_canvas_login/app/views/navbar/_new_nav_header.html.erb
24
26
  - lib/explorak5_canvas_login/version.rb