creative_tim 1.0.10 → 1.0.11
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 40a0a1d2b4d99941f40151edcf1a03bf0733aa23
|
|
4
|
+
data.tar.gz: ea09f8d0b664f5b7d6e83175c2a30107671bb1f4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27de239cb4352316a8995635e7b878b9e489df81e7a4fdd3de49c1b1ce9355e874c791339bf5bee654f265d4a486e81ce4691e7ad8ef42807b3ba5a464f4c2d6
|
|
7
|
+
data.tar.gz: 47acd7ddaae4ca80e55b2fb9b5d0a621334f190c61ae1e8d669b70965434d068fb31f7f370c9385f462312678057c1ec64e63bd73491ce66ce42c7716a336848
|
data/README.md
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/creative_awesome_landing`. To experiment with that code, run `bin/console` for an interactive prompt.
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
1
|
+
# Creative-Tim Free-Products
|
|
6
2
|
|
|
7
3
|
## Installation
|
|
8
4
|
|
|
9
5
|
Add this line to your application's Gemfile:
|
|
10
6
|
|
|
11
7
|
```ruby
|
|
12
|
-
gem '
|
|
8
|
+
gem 'creative_tim'
|
|
13
9
|
```
|
|
14
10
|
|
|
15
11
|
And then execute:
|
|
@@ -18,7 +14,7 @@ And then execute:
|
|
|
18
14
|
|
|
19
15
|
Or install it yourself as:
|
|
20
16
|
|
|
21
|
-
$ gem install
|
|
17
|
+
$ gem install creative_tim
|
|
22
18
|
|
|
23
19
|
## Usage
|
|
24
20
|
|
|
@@ -36,10 +32,12 @@ __Java Script__
|
|
|
36
32
|
__CSS__
|
|
37
33
|
|
|
38
34
|
```css
|
|
35
|
+
/*
|
|
39
36
|
*= require creative-tim/paper_dashboard/bootstrap.min
|
|
40
37
|
*= require creative-tim/paper_dashboard/animate.min
|
|
41
38
|
*= require creative-tim/paper_dashboard/paper-dashboard
|
|
42
39
|
*= require creative-tim/paper_dashboard/demo
|
|
40
|
+
*/
|
|
43
41
|
```
|
|
44
42
|
|
|
45
43
|
__Add the GEMs__:
|
|
@@ -49,7 +47,7 @@ __Add the GEMs__:
|
|
|
49
47
|
gem 'themify-icons-rails', '~> 1.0', '>= 1.0.1.1'
|
|
50
48
|
```
|
|
51
49
|
|
|
52
|
-
[Creative-Tim
|
|
50
|
+
[Creative-Tim Products](http://demos.creative-tim.com/products)
|
|
53
51
|
|
|
54
52
|
## Development
|
|
55
53
|
|
data/lib/creative_tim/version.rb
CHANGED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
|
|
2
|
+
.card .stats i {
|
|
3
|
+
margin-right: 4px;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.right {
|
|
7
|
+
float: right;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.left {
|
|
11
|
+
float: left;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.avatar {
|
|
15
|
+
img {
|
|
16
|
+
width: 50px;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.card ul.in-line-list.team-members li {
|
|
21
|
+
border-bottom: none !important;
|
|
22
|
+
|
|
23
|
+
.icons {
|
|
24
|
+
//display: none;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.card.no-shawdow {
|
|
29
|
+
box-shadow: none !important;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
li.active {
|
|
33
|
+
background: #FFFCF5;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
table.table {
|
|
37
|
+
a {
|
|
38
|
+
i {
|
|
39
|
+
font-size: 2.5rem;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: creative_tim
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ilton Garcia
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -134,6 +134,7 @@ files:
|
|
|
134
134
|
- vendor/assets/stylesheets/creative-tim/paper_dashboard/bootstrap.min.css
|
|
135
135
|
- vendor/assets/stylesheets/creative-tim/paper_dashboard/demo.css
|
|
136
136
|
- vendor/assets/stylesheets/creative-tim/paper_dashboard/paper-dashboard.css
|
|
137
|
+
- vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/fixes.scss
|
|
137
138
|
- vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper-dashboard.scss
|
|
138
139
|
- vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_alerts.scss
|
|
139
140
|
- vendor/assets/stylesheets/creative-tim/paper_dashboard/sass/paper/_buttons.scss
|