explorak5_canvas_login 1.5.0 → 1.7.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 +4 -4
- data/lib/explorak5_canvas_login/app/assets/stylesheets/login.css +47 -0
- data/lib/explorak5_canvas_login/app/assets/stylesheets/navbar.css +7 -0
- data/lib/explorak5_canvas_login/app/views/login/_login_content.html.erb +1 -59
- data/lib/explorak5_canvas_login/app/views/navbar/_new_nav_header.html.erb +0 -9
- data/lib/explorak5_canvas_login/version.rb +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1443dcf5e9f65b379860e65d9d809d32c4fe31c5a29c094ffabb8468b129ebb7
|
4
|
+
data.tar.gz: 1c217057ec0879e9556a6aac3366c955d0ac32aa95309f6b0011e4cbf417eb29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc2602972d6a2530009eedcc6a58a9bf8a4ddd88a3578059aa70273daa0e12993d75ab8dc2d8b0b105f2ce31d61194625b1a3ca8c6978ae0542dacfc1604016c
|
7
|
+
data.tar.gz: c374f92250590e0818d51287799640421b650723781858a378ae8e977b3a64994fb753194154c14d4b3811e8999f7aa0883aed835d66f31c3ba42545f8fbe9cd
|
@@ -0,0 +1,47 @@
|
|
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,61 +1,3 @@
|
|
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>
|
59
1
|
<%
|
60
2
|
# Copyright (C) 2015 - present Instructure, Inc.
|
61
3
|
#
|
@@ -103,7 +45,7 @@ body.ic-Login-Body {
|
|
103
45
|
<div class="ic-Login__innerContent">
|
104
46
|
|
105
47
|
<div class="ic-Login-header">
|
106
|
-
|
48
|
+
<img src='/images/images_k5/logo_k5.png' style="width: 10%; margin-left: 5%"/>
|
107
49
|
</div>
|
108
50
|
|
109
51
|
<div class="ic-Login__body">
|
@@ -1,12 +1,3 @@
|
|
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>
|
10
1
|
<%
|
11
2
|
# Copyright (C) 2015 - present Instructure, Inc.
|
12
3
|
#
|
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.
|
4
|
+
version: 1.7.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/assets/stylesheets/login.css
|
23
|
+
- lib/explorak5_canvas_login/app/assets/stylesheets/navbar.css
|
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
|