euphoria 0.1.4 → 0.1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3dc5d3009bdedbf7bc140159223e9a2edbffdca4
4
- data.tar.gz: 617a5e72b026115d08c775b95349c0f6505c40fd
3
+ metadata.gz: 9f78d958be3b96f1c8baf7b81efac041b6c1a88b
4
+ data.tar.gz: b16dce646f450bff8c49d1b3331f714b0febf2d4
5
5
  SHA512:
6
- metadata.gz: 16522567417350a4d1cf07ee1618665ff14a19f4f977d828715fe5c8a7bfafdabf0057d2ea4c0167c1418746057b26fba465e704ca12fc1607d12b54c1444f97
7
- data.tar.gz: eeda48124702330e589d12b4497e6ef8b7058fde89c4ccf988be934ccaf92176eeca0bee437baa55de324afc7d6b2bbc252b1794b9d9dce10c964bf06548c49b
6
+ metadata.gz: 452570d690864a5e6850d1f24cadee78d247eb1e507da81bcbdc49d176e50aafff61dd2072e1f23a5ccab96aa1398168ef94d691f7693e737d8f24c6730023f0
7
+ data.tar.gz: a3bc4aab08024c815bc6e6745c7046dbef334776761ca54be74b205753d4444414ef37bcfd75b9ae52ceecb1aed5727cff8f1bf40001b3966968899c2f818d02
@@ -18,12 +18,17 @@ $menu_bg: #fff
18
18
  ** Rows
19
19
  **============================================================================
20
20
  .row
21
- @extend %default_prop
22
- margin-bottom: .5%
23
- &:before, &:after
21
+ margin: 0 auto
22
+ max-width: 55.55556rem
23
+ width: 100%
24
+ &:before
24
25
  content: " "
25
26
  display: table
26
-
27
+ &:after
28
+ content: " "
29
+ display: table
30
+ clear: both
31
+
27
32
 
28
33
  /*=============================================================================
29
34
  ** text box holder
@@ -36,6 +41,6 @@ $menu_bg: #fff
36
41
  **============================================================================
37
42
 
38
43
  %default_prop
39
- width: 100%
44
+ width: auto
40
45
  margin: auto
41
46
 
@@ -66,12 +66,10 @@
66
66
  @for $i from 1 through 18
67
67
  .mobile-#{$i}
68
68
  width: $i / 18 * 100%
69
- .space-m-none
69
+ .gap-m-none
70
70
  margin-left: 0
71
71
  margin-right: 0
72
72
 
73
73
  [class*='c-'],[class*='col-'],[class*='mobile-'],[class*='sm-tablet-'],[class*='tablet-']
74
74
  float: left
75
- &:before, &:after
76
- content: " "
77
- display: table
75
+ position: relative
@@ -1,4 +1,4 @@
1
1
  module Euphoria
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.4.1"
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.4
4
+ version: 0.1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - paul brunache