tida_template 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -31,6 +31,13 @@
|
|
31
31
|
}
|
32
32
|
}
|
33
33
|
|
34
|
+
.button-large {
|
35
|
+
@extend .btn-large;
|
36
|
+
font-size: 18px !important;
|
37
|
+
padding: 11px 19px !important;
|
38
|
+
@include border-radius(4px);
|
39
|
+
}
|
40
|
+
|
34
41
|
@mixin extend-button($backgroundColor, $foreColor: white) {
|
35
42
|
@content;
|
36
43
|
@include box-shadow(none);
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tida_template
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-08-
|
12
|
+
date: 2013-08-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -379,7 +379,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
379
379
|
version: '0'
|
380
380
|
segments:
|
381
381
|
- 0
|
382
|
-
hash:
|
382
|
+
hash: 2576668510312364
|
383
383
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
384
384
|
none: false
|
385
385
|
requirements:
|
@@ -388,7 +388,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
388
388
|
version: '0'
|
389
389
|
segments:
|
390
390
|
- 0
|
391
|
-
hash:
|
391
|
+
hash: 2576668510312364
|
392
392
|
requirements: []
|
393
393
|
rubyforge_project:
|
394
394
|
rubygems_version: 1.8.25
|