jinda_adminlte 0.6.0.1 → 0.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/generators/jinda_adminlte/install_generator.rb +2 -2
- data/lib/generators/jinda_adminlte/templates/{application.css → application.scss} +0 -0
- data/lib/generators/jinda_adminlte/templates/{jinda.css → jinda.scss} +17 -0
- data/lib/generators/jinda_adminlte/templates/{jindalte.css → jindalte.scss} +0 -0
- data/lib/jinda_adminlte/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e7c980e7b44e5814f9a60b70bc858b630fb3ae40b9413551ebbc015ef1b3ebf
|
|
4
|
+
data.tar.gz: e54de59ad5e452961c956f2116f6b335fe7f5feb33150a5ac9bc89f4f8f224d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96d7165004e12f391aa7f9bc8d1c86097c830e239381c5c96015be46e52abbf38c0befbc64027ce86c3a9249860580fbef3401819fa4a20cabf784707b0df4b1
|
|
7
|
+
data.tar.gz: c7fbd6053be8934c8a07a6b502fbd74c04f3d39cab9c9a342fbc829554a08134cf7637ed7f5772cc67cb105ba5dc3aa2ed38b803d5a247af79f215c91567aa0a
|
|
@@ -19,8 +19,8 @@ module Jinda_adminlte
|
|
|
19
19
|
|
|
20
20
|
def copy_theme
|
|
21
21
|
copy_file "application.js","app/assets/javascripts/application.js"
|
|
22
|
-
copy_file "application.
|
|
23
|
-
copy_file "jinda.
|
|
22
|
+
copy_file "application.scss","app/assets/stylesheets/application.scss"
|
|
23
|
+
copy_file "jinda.scss","app/assets/stylesheets/jinda.scss"
|
|
24
24
|
copy_file "application.haml","app/views/layouts/application.haml"
|
|
25
25
|
copy_file "adminltes_controller.rb","app/controllers/adminltes_controller.rb"
|
|
26
26
|
end
|
|
File without changes
|
|
@@ -50,3 +50,20 @@
|
|
|
50
50
|
display: table-cell;
|
|
51
51
|
text-align:center;
|
|
52
52
|
}
|
|
53
|
+
.sign_in {
|
|
54
|
+
width: 100%;
|
|
55
|
+
max-width: 410px;
|
|
56
|
+
padding: 15px;
|
|
57
|
+
margin: auto;
|
|
58
|
+
display: block;
|
|
59
|
+
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
#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);
|
|
67
|
+
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
|
|
68
|
+
}
|
|
69
|
+
|
|
File without changes
|
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.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Prateep Kul
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2021-01-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -349,19 +349,19 @@ files:
|
|
|
349
349
|
- lib/generators/jinda_adminlte/templates/app/views/layouts/lte/_menu_mm.haml
|
|
350
350
|
- lib/generators/jinda_adminlte/templates/app/views/layouts/lte/_rightbar.haml
|
|
351
351
|
- lib/generators/jinda_adminlte/templates/app/views/layouts/lte/_sidebar.haml
|
|
352
|
-
- lib/generators/jinda_adminlte/templates/application.css
|
|
353
352
|
- lib/generators/jinda_adminlte/templates/application.haml
|
|
354
353
|
- lib/generators/jinda_adminlte/templates/application.js
|
|
355
|
-
- lib/generators/jinda_adminlte/templates/
|
|
356
|
-
- lib/generators/jinda_adminlte/templates/
|
|
354
|
+
- lib/generators/jinda_adminlte/templates/application.scss
|
|
355
|
+
- lib/generators/jinda_adminlte/templates/jinda.scss
|
|
357
356
|
- lib/generators/jinda_adminlte/templates/jindalte.js
|
|
357
|
+
- lib/generators/jinda_adminlte/templates/jindalte.scss
|
|
358
358
|
- lib/jinda_adminlte.rb
|
|
359
359
|
- lib/jinda_adminlte/version.rb
|
|
360
360
|
homepage: https://www.github.com/kul1/jinda_adminlte
|
|
361
361
|
licenses:
|
|
362
362
|
- MIT
|
|
363
363
|
metadata: {}
|
|
364
|
-
post_install_message:
|
|
364
|
+
post_install_message:
|
|
365
365
|
rdoc_options: []
|
|
366
366
|
require_paths:
|
|
367
367
|
- lib
|
|
@@ -376,8 +376,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
376
376
|
- !ruby/object:Gem::Version
|
|
377
377
|
version: '0'
|
|
378
378
|
requirements: []
|
|
379
|
-
rubygems_version: 3.
|
|
380
|
-
signing_key:
|
|
379
|
+
rubygems_version: 3.2.3
|
|
380
|
+
signing_key:
|
|
381
381
|
specification_version: 4
|
|
382
382
|
summary: Theme AdminLTE for Jinda
|
|
383
383
|
test_files: []
|