jinda_adminlte 0.7.0.1 → 0.7.0.3

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: efd8feb416642ae1cc90ff814a95103fb50fee1b5072106fc9d9bdcad06d949e
4
- data.tar.gz: 04d6d9a89a90742285b25fd6efe98ce2bbf8295ec748aed2486048c6841a63a1
3
+ metadata.gz: 73b0300112f2097d75ee4204415e8744f1f37a8dc7014883ab68dba82fbdaf51
4
+ data.tar.gz: b3da83488d89b71ba864c0f80c50933f89c7169d07a093f81d927e8d6cdbd6bb
5
5
  SHA512:
6
- metadata.gz: 3e724af07f010e630d5566776f175df3117098b5af46d194921f67b55f828b5433304a229a31e3245b007566aa98cec4dec1119f298a8d102dd33662031d84a1
7
- data.tar.gz: 39750cb1a4e212215d100ab4d39835259656cdd91addd9d387e2f8869a8e84455081fcd3837bd2a7a2b8ed736976f216ac4dc3427dc96270202a0c330c86514e
6
+ metadata.gz: 70f28e097fe33b41b7eae59dbb5233be711c19e0f3529a51a0278359200e1eff929cd6ec4237ab977b303dbbeac7225e041c7edddd400bc09046c7babcee11ef
7
+ data.tar.gz: 2374f78543c48900de11bbd3793c8ad6d253bf036aa9f6533a7e403c2fbce121e279ed2eafe5c40f23752b4447b2ac8c3914edfb896933f5518e288a3e7d2927
@@ -33,16 +33,6 @@
33
33
  Sign Up
34
34
  %li
35
35
  = link_to "Refresh", "#", :onclick=>"window.location.replace('/')"
36
- - if !login?
37
- %li
38
- %a{:href => '/auth/facebook', "data-panel" => "main", rel: "external"}
39
- %i.fa.fa-facebook
40
- %span
41
- Sign-in with facebook
42
- %li
43
- %a{:href => '/auth/google_oauth2', "data-panel" => "main", rel: "external"}
44
- %i.fa.fa-google
45
- Sign-in with Google+
46
36
 
47
37
 
48
38
 
@@ -1,3 +1,4 @@
1
+ // jinda.scss from theme jinda_adminlte
1
2
  #tooltip{
2
3
  position:absolute;
3
4
  border:1px solid #333;
@@ -56,17 +57,129 @@
56
57
  padding: 15px;
57
58
  margin: auto;
58
59
  display: block;
59
-
60
+
60
61
  }
61
62
 
62
63
  #logreg-forms{
63
- width:412px;
64
- margin:10vh auto;
65
- background-color:#f3f3f3;
66
- box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
64
+ width:412px;
65
+ margin:10vh auto;
66
+ background-color:#f3f3f3;
67
+ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
67
68
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
68
69
  }
69
70
 
70
71
  .module-table{
71
72
  display: grid;
72
73
  }
74
+
75
+ body {
76
+ background: #dfe7e9;
77
+ font-family: 'Roboto', sans-serif;
78
+ }
79
+ .form-control {
80
+ font-size: 16px;
81
+ transition: all 0.4s;
82
+ box-shadow: none;
83
+ }
84
+ .form-control:focus {
85
+ border-color: #5cb85c;
86
+ }
87
+ .form-control, .btn {
88
+ border-radius: 50px;
89
+ outline: none !important;
90
+ }
91
+ .form-group input {
92
+ border-width: 0px;
93
+ }
94
+ .signup-form {
95
+ width: 480px;
96
+ margin: 0 auto;
97
+ padding: 30px 0;
98
+ }
99
+ .signup-form form {
100
+ border-radius: 5px;
101
+ margin-bottom: 20px;
102
+ background: #fff;
103
+ box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
104
+ padding: 40px;
105
+ }
106
+ .signup-form a {
107
+ color: #5cb85c;
108
+ }
109
+ .signup-form h2 {
110
+ text-align: center;
111
+ font-size: 34px;
112
+ margin: 10px 0 15px;
113
+ }
114
+ .signup-form .hint-text {
115
+ color: #999;
116
+ text-align: center;
117
+ margin-bottom: 20px;
118
+ }
119
+ .signup-form .form-group {
120
+ margin-bottom: 20px;
121
+ }
122
+ .signup-form .btn {
123
+ font-size: 18px;
124
+ line-height: 26px;
125
+ font-weight: bold;
126
+ text-align: center;
127
+ }
128
+ .signup-btn {
129
+ text-align: center;
130
+ border-color: #5cb85c;
131
+ transition: all 0.4s;
132
+ }
133
+ .signup-btn:hover {
134
+ background: #5cb85c;
135
+ opacity: 0.8;
136
+ }
137
+ .or-seperator {
138
+ margin: 50px 0 15px;
139
+ text-align: center;
140
+ border-top: 1px solid #e0e0e0;
141
+ }
142
+ .or-seperator b {
143
+ padding: 0 10px;
144
+ width: 40px;
145
+ height: 40px;
146
+ font-size: 16px;
147
+ text-align: center;
148
+ line-height: 40px;
149
+ background: #fff;
150
+ display: inline-block;
151
+ border: 1px solid #e0e0e0;
152
+ border-radius: 50%;
153
+ position: relative;
154
+ top: -22px;
155
+ z-index: 1;
156
+ }
157
+ .social-btn .btn {
158
+ color: #fff;
159
+ margin: 10px 0 0 15px;
160
+ font-size: 15px;
161
+ border-radius: 50px;
162
+ font-weight: normal;
163
+ border: none;
164
+ transition: all 0.4s;
165
+ }
166
+ .social-btn .btn:first-child {
167
+ margin-left: 0;
168
+ }
169
+ .social-btn .btn:hover {
170
+ opacity: 0.8;
171
+ }
172
+ .social-btn .btn-primary {
173
+ background: #507cc0;
174
+ }
175
+ .social-btn .btn-info {
176
+ background: #64ccf1;
177
+ }
178
+ .social-btn .btn-danger {
179
+ background: #df4930;
180
+ }
181
+ .social-btn .btn i {
182
+ float: left;
183
+ margin: 3px 10px;
184
+ font-size: 20px;
185
+ }
@@ -1,3 +1,3 @@
1
1
  module JindaAdminlte
2
- VERSION = "0.7.0.1"
2
+ VERSION = "0.7.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jinda_adminlte
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0.1
4
+ version: 0.7.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prateep Kul
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-01-06 00:00:00.000000000 Z
11
+ date: 2021-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler