minimum_viable_product 0.0.30 → 0.0.32
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2a2c167c5ffa24c5ca99043f483d1b8ac412533f
|
4
|
+
data.tar.gz: e1ace7598d820db51e4502ebc1b99eeda4b2d3ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5770f40f264b7be984fc8a1fdcf618aae2cc3565462d18c558d3fb3ffa2fb2bdcfc69adbe7d7568c8f9a9daca1e640c5a98a9ef1452f122822f450279f5285c8
|
7
|
+
data.tar.gz: 1e1ab64fff7924b2b2f3664f4a1099a1bd8dbadd363b7489817c797f7fd816f0bb961c4002c643678e6f35a723247628b4db3415bdd5effe693bea68b84fd326
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minimum_viable_product
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.32
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian Hunter
|
@@ -430,7 +430,6 @@ files:
|
|
430
430
|
- app/assets/javascripts/minimum_viable_product/application.js.erb
|
431
431
|
- app/assets/javascripts/minimum_viable_product/init/controllers.js
|
432
432
|
- app/assets/stylesheets/minimum_viable_product/application.scss
|
433
|
-
- app/assets/stylesheets/minimum_viable_product/components/buttons.scss.erb
|
434
433
|
- app/assets/stylesheets/minimum_viable_product/components/fonts.scss
|
435
434
|
- app/assets/stylesheets/minimum_viable_product/components/spacing.scss
|
436
435
|
- app/assets/stylesheets/minimum_viable_product/components/typography.scss
|
@@ -1,20 +0,0 @@
|
|
1
|
-
// $bc-facebook: #3b5998;
|
2
|
-
//
|
3
|
-
// $bc-twitter: #1da1f2;
|
4
|
-
// $bc-twitter-2: #14171a;
|
5
|
-
// $bc-twitter-3: #657786;
|
6
|
-
// $bc-twitter-4: #aab8c2;
|
7
|
-
// $bc-twitter-5: #e1e8ed;
|
8
|
-
// $bc-twitter-6: #f5f8fa;
|
9
|
-
//
|
10
|
-
// $bc-youtube: #cd201f;
|
11
|
-
//
|
12
|
-
// .btn-facebook {
|
13
|
-
// background: $bc-facebook;
|
14
|
-
// color: #FFF;
|
15
|
-
//
|
16
|
-
// &:hover {
|
17
|
-
// background: darken( $bc-facebook, 10% );
|
18
|
-
// color: #FFF;
|
19
|
-
// }
|
20
|
-
// }
|