euphoria 0.1.3.6 → 0.1.3.7

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: 81babbd9c0ea16688ddfea50c971e4c79d45166d
4
- data.tar.gz: a56fb86923682c78aa88f8e5f40d94be84a0351e
3
+ metadata.gz: 678047bb20a061edc9ae3c50738ef751534438af
4
+ data.tar.gz: ba0b72178f985845e329218315e9893349f86271
5
5
  SHA512:
6
- metadata.gz: bc981989fab324aa0f9156d9fa587cf05252dac899bd188f9d408ea58d7b44edce7bfff137dc2325fad732022841f7216dc2e1595dafdf7d4b4bd8256a502ca0
7
- data.tar.gz: eaf2380a9b432dbd3cded11d6fd8e2b4581e395e63e156ed9faefdadda9204c56cc4ace40c53b13a5083d27abb674bdee50255f199ac2cd6bd7a03be36a97d84
6
+ metadata.gz: f6dae4b39c8c78259fad00062301310af1e27e7e020c5bf519edb25c782391d9b65cab0807d63c6e93c909f9d5527670b07aec29c62dc294fc6654cb3b889b03
7
+ data.tar.gz: eea7bf34665af7f0da5694416f3a5e50033148b4014007673b1ff463dea791917582c4bde49f02f0aac98b45b9794ae3e21e6bd09091ba5abfdede2f9b47371b
@@ -5,7 +5,7 @@ $menu_bg: #fff
5
5
  ** Main container
6
6
  **============================================================================
7
7
  .site-container
8
- max-width: 75rem
8
+ max-width: 90rem
9
9
  @extend %default_prop
10
10
 
11
11
  //mostly used if you have a fixed navbar
@@ -15,7 +15,9 @@
15
15
  .space-r-#{$i}
16
16
  margin-right: $i / 18 * 100%
17
17
 
18
-
18
+ .space-none
19
+ margin-left: 0
20
+ margin-right: 0
19
21
 
20
22
  /*=============================================================================
21
23
  ** Responsive Grids
@@ -31,6 +33,9 @@
31
33
  @for $i from 1 through 18
32
34
  .tablet-#{$i}
33
35
  width: $i / 18 * 100%
36
+ .space-t-none
37
+ margin-left: 0
38
+ margin-right: 0
34
39
 
35
40
  +small-tablet
36
41
  @for $i from 1 through 4
@@ -43,6 +48,9 @@
43
48
  @for $i from 1 through 18
44
49
  .sm-tablet-#{$i}
45
50
  width: $i / 18 * 100%
51
+ .space-sm-t-none
52
+ margin-left: 0
53
+ margin-right: 0
46
54
 
47
55
  +mobile
48
56
  @for $i from 1 through 18
@@ -52,6 +60,9 @@
52
60
  @for $i from 1 through 18
53
61
  .mobile-#{$i}
54
62
  width: $i / 18 * 100%
63
+ .space-m-none
64
+ margin-left: 0
65
+ margin-right: 0
55
66
 
56
67
  [class*='c-'],[class*='col-'],[class*='mobile-'],[class*='sm-tablet-'],[class*='tablet-']
57
68
  float: left
@@ -1,4 +1,4 @@
1
1
  module Euphoria
2
- VERSION = "0.1.3.6"
2
+ VERSION = "0.1.3.7"
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: euphoria
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.6
4
+ version: 0.1.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - paul brunache