euphoria 0.1.4 → 0.1.4.1
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: 9f78d958be3b96f1c8baf7b81efac041b6c1a88b
|
4
|
+
data.tar.gz: b16dce646f450bff8c49d1b3331f714b0febf2d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
22
|
-
|
23
|
-
|
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:
|
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
|
-
.
|
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
|
-
|
76
|
-
content: " "
|
77
|
-
display: table
|
75
|
+
position: relative
|
data/lib/euphoria/version.rb
CHANGED