c80_md 0.1.0.9 → 0.1.0.10

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: 3a5c15b478a6676e192dbb97c0c2ea4400b544a8
4
- data.tar.gz: 14f11f4d02ac50d1e11a3be8aa6d1ce35867a1b1
3
+ metadata.gz: e9b8ddfa6c75ac43051945a118eba87987bea357
4
+ data.tar.gz: ed3be29aef15e4ccb329438dfdb95f08a67432be
5
5
  SHA512:
6
- metadata.gz: 3839287a1d1a97396894bd761de3061114b67ab4d7e0878a661a86b298bb260c204ab378a6fe58454e0db67421d1738206d58a0d95eb8fdfd1444b101d12857d
7
- data.tar.gz: be75caad3a2ce15da5ae1bfa69432dd11ec4152de46aa11468f854d9b431e0d5d16adafa396b67a3a229d3e977eae937b6cddc7e0f067769eead603f932db834
6
+ metadata.gz: c240dd8475d4185cc333844fa7e3c635667c50d48f7669b6cb69c429b5c5864c565c91f482d1a9596e6330b4b2dada81667ce059269266b3b27e5d5e187b9d98
7
+ data.tar.gz: dcf5b9be8f9843b88f0299eb4afde077b0f89faade0cccfe2c4486c3865f90e3dad992c860998f0e0a013c60b812a76aaa3b7428740d69382e8ac2fdb79cfafe
data/README.md CHANGED
@@ -22,7 +22,17 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
25
+ Host app:
26
+ ```
27
+
28
+ gem 'bootstrap-select-rails'
29
+
30
+ @import "font-awesome";
31
+ @import "bootstrap";
32
+ @import "bootstrap-select";
33
+ @import "mat_design";
34
+
35
+ ```
26
36
 
27
37
  ## Development
28
38
 
@@ -0,0 +1,3 @@
1
+ .social_icon {
2
+ color: #237fd0;
3
+ }
@@ -1,2 +1,3 @@
1
1
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=cyrillic-ext);
2
- @import "mat_design/**/*";
2
+ @import "mat_design/**/*";
3
+ @import "lib_customs/**/*";
@@ -51,7 +51,14 @@ body.index {
51
51
 
52
52
  body.edit, body.new {
53
53
  div#main_content {
54
- input[type="text"] {
54
+ form input[type=text],
55
+ form input[type=password],
56
+ form input[type=email],
57
+ form input[type=number],
58
+ form input[type=url],
59
+ form input[type=tel],
60
+ form input[type=date],
61
+ form textarea {
55
62
  @include inputfield;
56
63
  }
57
64
  }
@@ -1,3 +1,3 @@
1
1
  module C80Md
2
- VERSION = "0.1.0.9"
2
+ VERSION = "0.1.0.10"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: c80_md
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.9
4
+ version: 0.1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - C80609A
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-08 00:00:00.000000000 Z
11
+ date: 2016-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties
@@ -68,6 +68,7 @@ files:
68
68
  - Rakefile
69
69
  - app/assets/images/arrow_down.png
70
70
  - app/assets/images/orderable2.png
71
+ - app/assets/stylesheets/lib_customs/c80_social_networks.scss
71
72
  - app/assets/stylesheets/mat_design.scss
72
73
  - app/assets/stylesheets/mat_design/common.scss
73
74
  - app/assets/stylesheets/mat_design/elements/buttons/buttons.scss