explorak5_canvas_login 1.8.0 → 2.0.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b886b3f037b6582ba077fbf630dbc1277794586cd12967a59095a8994d861a72
|
4
|
+
data.tar.gz: 1cc49db6012f50d0a12b661b98d4a9dec069254419ebe606b3221fcee894187d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aeee76d74f7b8a3acc2fa1218f0f204f77739bef92f90999fa3b8bb8c12c726113593422841ce18ad73b7df490c7cfe9647b200647b4076c3f5d72362656b223
|
7
|
+
data.tar.gz: 017c4e7dc097ad77f7cb9610facc52fdb686da6beecca49a187a467270dcb38fcc90ca8ac6115386f469d5ae70c362ef9ce557bc7ab4daaa06804619846280ab
|
@@ -54,7 +54,17 @@ body.ic-Login-Body {
|
|
54
54
|
background-color: transparent;
|
55
55
|
border: none;
|
56
56
|
}
|
57
|
+
.ic-Input{
|
58
|
+
border-radius: 10px !important;
|
59
|
+
}
|
57
60
|
|
61
|
+
.ic-Login__actions {
|
62
|
+
display: inline-block !important;
|
63
|
+
}
|
64
|
+
.ic-Login__actions .Button--login {
|
65
|
+
width: 100% !important;
|
66
|
+
border-radius: 20px !important;
|
67
|
+
}
|
58
68
|
</style>
|
59
69
|
<%
|
60
70
|
# Copyright (C) 2015 - present Instructure, Inc.
|
@@ -103,7 +113,7 @@ body.ic-Login-Body {
|
|
103
113
|
<div class="ic-Login__innerContent">
|
104
114
|
|
105
115
|
<div class="ic-Login-header">
|
106
|
-
<img src='/images/images_k5/logo_k5.png' style="width:
|
116
|
+
<img src='/images/images_k5/logo_k5.png' style="max-width: 33%;"/>
|
107
117
|
</div>
|
108
118
|
|
109
119
|
<div class="ic-Login__body">
|