explorak5_canvas_login 1.4.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 +4 -4
- data/lib/explorak5_canvas_login/app/views/login/_login_content.html.erb +57 -1
- data/lib/explorak5_canvas_login/app/views/navbar/_new_nav_header.html.erb +9 -1
- data/lib/explorak5_canvas_login/version.rb +1 -1
- metadata +1 -3
- data/lib/explorak5_canvas_login/app/assets/stylesheets/login.css +0 -46
- data/lib/explorak5_canvas_login/app/assets/stylesheets/navbar.css +0 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ffaf3d517e57c42f5e2668df3c7214202b28b56223a3637fb3118c4d8d65587
|
4
|
+
data.tar.gz: d59b47fcd48d6eb82ab00fdb7dfe175691703effd9ab408af315b434aa15e4f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0cd1f59b804e01bdb7ee56df40594b275cbe29271a56ff5e3d94a16d6b2375fd72b22a281b74fe52308ab3658c7e3799e45ec708b6b340770d93a4102fd59a23
|
7
|
+
data.tar.gz: 574461069206f8da75d5eb37af1db54f038ee79cfde58e74c328fc5cf0b4d6fbdbef4ec22ca288122d3b2c8ad206a308516de03a16ed38ae05f120ea1b5d8247
|
@@ -1,5 +1,61 @@
|
|
1
|
-
|
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
|
-
|
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
|
#
|
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.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/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,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
|
-
}
|