creative_tim 1.0.10 → 1.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6581ab2db5d370a11f10c80fcbe10e5708536ff4
4
- data.tar.gz: 879dca25628378456e2c008df414210b4e1de3bd
3
+ metadata.gz: 40a0a1d2b4d99941f40151edcf1a03bf0733aa23
4
+ data.tar.gz: ea09f8d0b664f5b7d6e83175c2a30107671bb1f4
5
5
  SHA512:
6
- metadata.gz: 1b415eb76cc837e2e9170c00f4c48c353dffa660a9a7e05b62a94cbab68f64bc786d2d8ded42b411545e2163d1b50696a1e38534002a3e590dbf812aba22f826
7
- data.tar.gz: 6f032378bc2a1d9b1f37b2d012b0d77192a9ca20d840e4145ef4b259a0b49500022763eac5765253d401e222102383dcca7044e295c97994ce3984c4146e6b96
6
+ metadata.gz: 27de239cb4352316a8995635e7b878b9e489df81e7a4fdd3de49c1b1ce9355e874c791339bf5bee654f265d4a486e81ce4691e7ad8ef42807b3ba5a464f4c2d6
7
+ data.tar.gz: 47acd7ddaae4ca80e55b2fb9b5d0a621334f190c61ae1e8d669b70965434d068fb31f7f370c9385f462312678057c1ec64e63bd73491ce66ce42c7716a336848
data/README.md CHANGED
@@ -1,15 +1,11 @@
1
- # CreativeAwesomeLanding
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 'creative_awesome_landing'
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 creative_awesome_landing
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 LandingPage](http://demos.creative-tim.com/landing-page)
50
+ [Creative-Tim Products](http://demos.creative-tim.com/products)
53
51
 
54
52
  ## Development
55
53
 
@@ -1,6 +1,6 @@
1
1
  module CreativeTim
2
2
  MAJOR = 1
3
3
  MINOR = 0
4
- PATCH = 10
4
+ PATCH = 11
5
5
  VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
6
6
  end
@@ -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
+ }
@@ -17,12 +17,12 @@
17
17
  @import "paper/footers";
18
18
 
19
19
  // Fancy Stuff
20
-
21
20
  @import "paper/dropdown";
22
21
  @import "paper/cards";
23
22
  @import "paper/chartist";
24
23
  @import "paper/responsive";
25
24
 
26
-
25
+ // My Base Fixes
26
+ @import "fixes.scss";
27
27
 
28
28
 
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.10
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-04 00:00:00.000000000 Z
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