minimum_viable_product 0.2.3 → 0.2.4
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: dd9a13fbe842038e9abc288b4f33be10e05c8fcb
|
4
|
+
data.tar.gz: cc4f3e0a9f28e11fa66a3d88c8135c663c4535a4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c900ec343c3c2a355baad350a2442986f5cbddf9545df542c9062765ac65aa564b0a1f90da755e4f6a099062e56e18451dfa12267ab55a819645f6dd7a32c121
|
7
|
+
data.tar.gz: 1007b3813c12251ce445b4b852293b9683a5345dadddeb1cc61c9ce0bf7d42dd0493c51f5ad78bf6fa5326f92469218d6aac17a590bde42f066d879f7ac2f538
|
@@ -1,3 +1,5 @@
|
|
1
|
+
@import 'bootstrap';
|
2
|
+
|
1
3
|
@for $i from 0 through 100 {
|
2
4
|
.mt#{$i} { margin-top: #{$i}px !important; }
|
3
5
|
.mb#{$i} { margin-bottom: #{$i}px !important; }
|
@@ -10,4 +12,60 @@
|
|
10
12
|
.pl#{$i} { padding-left: #{$i}px !important; }
|
11
13
|
.pr#{$i} { padding-right: #{$i}px !important; }
|
12
14
|
.p#{$i} { padding: #{$i}px !important; }
|
15
|
+
|
16
|
+
@media (min-width: $screen-xs-min) {
|
17
|
+
.mt#{$i}-xs { margin-top: #{$i}px !important; }
|
18
|
+
.mb#{$i}-xs { margin-bottom: #{$i}px !important; }
|
19
|
+
.ml#{$i}-xs { margin-left: #{$i}px !important; }
|
20
|
+
.mr#{$i}-xs { margin-right: #{$i}px !important; }
|
21
|
+
.m#{$i}-xs { margin: #{$i}px !important; }
|
22
|
+
|
23
|
+
.pt#{$i}-xs { padding-top: #{$i}px !important; }
|
24
|
+
.pb#{$i}-xs { padding-bottom: #{$i}px !important; }
|
25
|
+
.pl#{$i}-xs { padding-left: #{$i}px !important; }
|
26
|
+
.pr#{$i}-xs { padding-right: #{$i}px !important; }
|
27
|
+
.p#{$i}-xs { padding: #{$i}px !important; }
|
28
|
+
}
|
29
|
+
|
30
|
+
@media (min-width: $screen-sm-min) {
|
31
|
+
.mt#{$i}-sm { margin-top: #{$i}px !important; }
|
32
|
+
.mb#{$i}-sm { margin-bottom: #{$i}px !important; }
|
33
|
+
.ml#{$i}-sm { margin-left: #{$i}px !important; }
|
34
|
+
.mr#{$i}-sm { margin-right: #{$i}px !important; }
|
35
|
+
.m#{$i}-sm { margin: #{$i}px !important; }
|
36
|
+
|
37
|
+
.pt#{$i}-sm { padding-top: #{$i}px !important; }
|
38
|
+
.pb#{$i}-sm { padding-bottom: #{$i}px !important; }
|
39
|
+
.pl#{$i}-sm { padding-left: #{$i}px !important; }
|
40
|
+
.pr#{$i}-sm { padding-right: #{$i}px !important; }
|
41
|
+
.p#{$i}-sm { padding: #{$i}px !important; }
|
42
|
+
}
|
43
|
+
|
44
|
+
@media (min-width: $screen-md-min) {
|
45
|
+
.mt#{$i}-md { margin-top: #{$i}px !important; }
|
46
|
+
.mb#{$i}-md { margin-bottom: #{$i}px !important; }
|
47
|
+
.ml#{$i}-md { margin-left: #{$i}px !important; }
|
48
|
+
.mr#{$i}-md { margin-right: #{$i}px !important; }
|
49
|
+
.m#{$i}-md { margin: #{$i}px !important; }
|
50
|
+
|
51
|
+
.pt#{$i}-md { padding-top: #{$i}px !important; }
|
52
|
+
.pb#{$i}-md { padding-bottom: #{$i}px !important; }
|
53
|
+
.pl#{$i}-md { padding-left: #{$i}px !important; }
|
54
|
+
.pr#{$i}-md { padding-right: #{$i}px !important; }
|
55
|
+
.p#{$i}-md { padding: #{$i}px !important; }
|
56
|
+
}
|
57
|
+
|
58
|
+
@media (min-width: $screen-lg-min) {
|
59
|
+
.mt#{$i}-lg { margin-top: #{$i}px !important; }
|
60
|
+
.mb#{$i}-lg { margin-bottom: #{$i}px !important; }
|
61
|
+
.ml#{$i}-lg { margin-left: #{$i}px !important; }
|
62
|
+
.mr#{$i}-lg { margin-right: #{$i}px !important; }
|
63
|
+
.m#{$i}-lg { margin: #{$i}px !important; }
|
64
|
+
|
65
|
+
.pt#{$i}-lg { padding-top: #{$i}px !important; }
|
66
|
+
.pb#{$i}-lg { padding-bottom: #{$i}px !important; }
|
67
|
+
.pl#{$i}-lg { padding-left: #{$i}px !important; }
|
68
|
+
.pr#{$i}-lg { padding-right: #{$i}px !important; }
|
69
|
+
.p#{$i}-lg { padding: #{$i}px !important; }
|
70
|
+
}
|
13
71
|
}
|
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.2.
|
4
|
+
version: 0.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ian Hunter
|
@@ -430,7 +430,6 @@ files:
|
|
430
430
|
- app/assets/javascripts/mvp/init/controllers.js
|
431
431
|
- app/assets/javascripts/mvp/init/forms.js
|
432
432
|
- app/assets/javascripts/mvp/init/modals.js
|
433
|
-
- app/assets/stylesheets/mvp.scss
|
434
433
|
- app/assets/stylesheets/mvp/application.scss
|
435
434
|
- app/assets/stylesheets/mvp/components/spacing.scss
|
436
435
|
- app/assets/stylesheets/mvp/components/typography.scss
|