futuro 0.7.4 → 0.7.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (198) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/artwork/animal/icon.svg +10 -0
  3. data/_includes/artwork/orwell/animal/flob.scss +5 -0
  4. data/_includes/artwork/orwell/animal/waldo.scss +45 -0
  5. data/_includes/html/assign/page.liquid +85 -0
  6. data/_includes/html/assign/site.liquid +88 -0
  7. data/_includes/html/layout/loop.liquid +32 -0
  8. data/_includes/html/layout/type.liquid +16 -0
  9. data/_includes/html/overlay/about.liquid +5 -2
  10. data/_includes/html/overlay/browse/book.liquid +14 -25
  11. data/_includes/html/overlay/browse/chapter.liquid +24 -19
  12. data/_includes/html/overlay/browse/page.liquid +50 -30
  13. data/_includes/html/overlay/browse.liquid +5 -5
  14. data/_includes/html/overlay/load.liquid +29 -9
  15. data/_includes/html/overlay/search.liquid +20 -12
  16. data/_includes/html/overlay/wrap.liquid +18 -0
  17. data/_includes/html/page/clippies.liquid +22 -0
  18. data/_includes/html/page/content/chart.liquid +8 -0
  19. data/_includes/html/page/content/header.liquid +42 -0
  20. data/_includes/html/page/content/loop/artwork/image.liquid +2 -0
  21. data/_includes/html/page/content/loop/artwork/video.liquid +4 -0
  22. data/_includes/html/page/content/loop/artwork.liquid +22 -0
  23. data/_includes/html/page/content/loop/chart/assign.liquid +30 -0
  24. data/_includes/html/page/content/loop/chart.liquid +38 -0
  25. data/_includes/html/page/content/loop/form/alert.liquid +14 -0
  26. data/_includes/html/page/content/loop/form/button.liquid +26 -0
  27. data/_includes/html/page/content/loop/form/callout.liquid +6 -0
  28. data/_includes/html/page/content/loop/form/checkbox.liquid +24 -0
  29. data/_includes/html/page/content/loop/form/date.liquid +197 -0
  30. data/_includes/html/page/content/loop/form/fee.liquid +9 -0
  31. data/_includes/html/page/content/loop/form/input.liquid +7 -0
  32. data/_includes/html/page/content/loop/form/item.liquid +38 -0
  33. data/_includes/html/page/content/loop/form/label.liquid +15 -0
  34. data/_includes/html/page/content/loop/form/legend.liquid +38 -0
  35. data/_includes/html/page/content/loop/form/message.liquid +6 -0
  36. data/_includes/html/page/content/loop/form/password.liquid +11 -0
  37. data/_includes/html/page/content/loop/form/radio.liquid +39 -0
  38. data/_includes/html/page/content/loop/form/select.liquid +22 -0
  39. data/_includes/html/page/content/loop/form/text.liquid +45 -0
  40. data/_includes/html/page/content/loop/form/textarea.liquid +18 -0
  41. data/_includes/html/page/content/loop/form/yousaved.liquid +10 -0
  42. data/_includes/html/page/content/loop/form.liquid +66 -0
  43. data/_includes/html/page/content/loop/header/back.liquid +6 -0
  44. data/_includes/html/page/content/loop/header/basket.liquid +8 -0
  45. data/_includes/html/page/content/loop/header/login.liquid +28 -0
  46. data/_includes/html/page/content/loop/header/logo.liquid +32 -0
  47. data/_includes/html/page/content/loop/header/search.liquid +16 -0
  48. data/_includes/html/page/content/loop/header/subheader.liquid +8 -0
  49. data/_includes/html/page/content/loop/header.liquid +18 -0
  50. data/_includes/html/page/content/loop/number.liquid +16 -0
  51. data/_includes/html/page/content/loop/pies.liquid +42 -0
  52. data/_includes/html/page/content/loop/roller/item.liquid +47 -0
  53. data/_includes/html/page/content/loop/roller.liquid +8 -0
  54. data/_includes/html/page/content/loop/screen/row.liquid +18 -0
  55. data/_includes/html/page/content/loop/screen/small.liquid +6 -0
  56. data/_includes/html/page/content/loop/screen/title.liquid +12 -0
  57. data/_includes/html/page/content/loop/screen.liquid +38 -0
  58. data/_includes/html/page/content/loop.liquid +10 -0
  59. data/_includes/html/page/content/more.liquid +10 -0
  60. data/_includes/html/page/content/roller.liquid +76 -0
  61. data/_includes/html/page/content.liquid +135 -0
  62. data/_includes/html/page/footnote.liquid +24 -0
  63. data/_includes/html/page/header.liquid +8 -34
  64. data/_includes/html/page/info.liquid +18 -23
  65. data/_includes/html/page/layout/home.liquid +7 -0
  66. data/_includes/html/page/layout/page.liquid +15 -24
  67. data/_includes/html/page/subtitle.liquid +1 -3
  68. data/_includes/html/page/title.liquid +18 -17
  69. data/_includes/html/page/topbar.liquid +16 -8
  70. data/_includes/html/page/{utils → util}/author.liquid +1 -1
  71. data/_includes/html/page/util/share.liquid +24 -0
  72. data/_includes/html/page/{utils → util}/update.liquid +1 -1
  73. data/_includes/html/page/util.liquid +28 -12
  74. data/_includes/html/search/loop.liquid +11 -0
  75. data/_includes/html/site/footer.liquid +10 -0
  76. data/_includes/html/site/header.liquid +10 -0
  77. data/_includes/html/site/scroller.liquid +68 -0
  78. data/_includes/svg/site/icon.liquid +17 -11
  79. data/_layouts/feed.html +37 -33
  80. data/_layouts/single.html +36 -31
  81. data/_sass/_bar.scss +1 -1
  82. data/_sass/_base.scss +10 -21
  83. data/_sass/_block.scss +7 -26
  84. data/_sass/_box.scss +1 -1
  85. data/_sass/_button.scss +2 -2
  86. data/_sass/_col.scss +2 -2
  87. data/_sass/_input.scss +14 -28
  88. data/_sass/_item.scss +20 -16
  89. data/_sass/_link.scss +42 -0
  90. data/_sass/_list.scss +21 -20
  91. data/_sass/_site.scss +3 -3
  92. data/_sass/_title.scss +74 -42
  93. data/_sass/area/book.scss +18 -0
  94. data/_sass/area/chapter.scss +15 -0
  95. data/_sass/area/content.scss +9 -0
  96. data/_sass/area/overlay.scss +50 -5
  97. data/_sass/area/page.scss +59 -20
  98. data/_sass/area/topbar.scss +5 -2
  99. data/_sass/block/chart.scss +44 -0
  100. data/_sass/block/custom.scss +9 -0
  101. data/_sass/block/form/alert.scss +17 -0
  102. data/_sass/block/form/checkbox.scss +42 -0
  103. data/_sass/block/form/header.scss +78 -0
  104. data/_sass/block/form/input.scss +51 -0
  105. data/_sass/block/form/item.scss +22 -0
  106. data/_sass/block/form/label.scss +15 -0
  107. data/_sass/block/form/legend.scss +70 -0
  108. data/_sass/block/form/login.scss +70 -0
  109. data/_sass/block/form/message.scss +9 -0
  110. data/_sass/block/form/password.scss +19 -0
  111. data/_sass/block/form/radio.scss +12 -0
  112. data/_sass/block/form/screen.scss +89 -0
  113. data/_sass/block/form/scroller.scss +8 -0
  114. data/_sass/block/form/search.scss +39 -0
  115. data/_sass/block/form/select.scss +49 -0
  116. data/_sass/block/form/subheader.scss +60 -0
  117. data/_sass/block/form/text.scss +20 -0
  118. data/_sass/block/form/title.scss +12 -0
  119. data/_sass/block/form.scss +17 -0
  120. data/_sass/block/navigation.scss +3 -3
  121. data/_sass/block/number.scss +9 -0
  122. data/_sass/block/pie.scss +14 -0
  123. data/_sass/block/results.scss +9 -5
  124. data/_sass/block/scroller.scss +12 -0
  125. data/_sass/block/stop.scss +0 -1
  126. data/_sass/block/util.scss +19 -17
  127. data/_sass/futuro.core.scss +74 -27
  128. data/_sass/helpers/extends/grid.scss +24 -0
  129. data/_sass/helpers/extends/layout.scss +27 -0
  130. data/_sass/helpers/extends.scss +22 -115
  131. data/_sass/helpers/mixins/layout.scss +11 -0
  132. data/_sass/helpers/mixins/mindsets.scss +0 -6
  133. data/_sass/helpers/mixins/patterns.scss +4 -4
  134. data/_sass/helpers/mixins/theme.scss +292 -210
  135. data/_sass/helpers/mixins.scss +1 -12
  136. data/_sass/helpers/themes.scss +10 -0
  137. data/_sass/helpers/variables.scss +55 -42
  138. data/_sass/title/overlay.scss +16 -17
  139. data/_sass/wrap/book.scss +1 -1
  140. data/_sass/wrap/browse.scss +26 -0
  141. data/_sass/wrap/chapter.scss +11 -1
  142. data/_sass/wrap/overlay.scss +54 -1
  143. data/_sass/wrap/page.scss +18 -1
  144. data/_sass/wrap/scroller.scss +1 -1
  145. data/assets/js/footer/custom/ActiveBook.js +10 -12
  146. data/assets/js/footer/custom/AnimateScroller.js +11 -0
  147. data/assets/js/footer/custom/Overlays.js +21 -21
  148. data/assets/js/footer/custom/RespondBrowse.js +80 -0
  149. data/assets/js/footer/custom/Settings.js +9 -5
  150. data/assets/js/footer/custom/SetupBrowse.js +115 -0
  151. data/assets/js/footer/custom/SetupHome.js +23 -6
  152. data/assets/js/footer/custom/SiteFunc.js +17 -11
  153. data/assets/js/footer/custom/StartBrowse.js +95 -59
  154. data/assets/js/footer/custom/SwitchFocus.js +6 -6
  155. data/assets/js/footer/custom/UtilShare.js +14 -8
  156. data/assets/js/footer/vendor/gsap-scramble.js +11 -0
  157. data/assets/js/futuro.footer.custom.js +1 -1
  158. data/assets/js/futuro.footer.vendor.js +12 -0
  159. data/assets/js/futuro.header.custom.js +1 -1
  160. data/assets/js/header/custom/Color.js +39 -27
  161. data/assets/js/header/custom/Config.js +16 -0
  162. data/assets/js/header/custom/Overlay.js +21 -34
  163. data/assets/js/header/custom/Site.js +5 -0
  164. metadata +100 -38
  165. data/_includes/html/assign.liquid +0 -7
  166. data/_includes/html/filter/loop.liquid +0 -31
  167. data/_includes/html/filter/type.liquid +0 -31
  168. data/_includes/html/loop/artwork/book/number.liquid +0 -7
  169. data/_includes/html/loop/artwork/book/pies.liquid +0 -41
  170. data/_includes/html/loop/artwork/book/textbox.liquid +0 -16
  171. data/_includes/html/loop/artwork/book/video.liquid +0 -4
  172. data/_includes/html/loop/artwork/book.liquid +0 -38
  173. data/_includes/html/loop/artwork/docs.liquid +0 -31
  174. data/_includes/html/loop/search.liquid +0 -16
  175. data/_includes/html/overlay.liquid +0 -23
  176. data/_includes/html/page/artwork.liquid +0 -27
  177. data/_includes/html/page/layout/chapter.liquid +0 -32
  178. data/_includes/html/page/layout/custom.liquid +0 -79
  179. data/_includes/html/page/layout/panel.liquid +0 -15
  180. data/_includes/html/page/layout/tree.liquid +0 -15
  181. data/_includes/html/page/utils/share.liquid +0 -18
  182. data/_includes/svg/site/btn/search.svg +0 -1
  183. data/_sass/_area.scss +0 -52
  184. data/_sass/_lnk.scss +0 -32
  185. data/_sass/area/overlay/about.scss +0 -10
  186. data/_sass/area/overlay/browse.scss +0 -6
  187. data/_sass/area/overlay/load.scss +0 -10
  188. data/_sass/area/overlay/mobile.scss +0 -9
  189. data/_sass/area/overlay/search.scss +0 -6
  190. data/_sass/block/browse.scss +0 -35
  191. data/_sass/helpers/variables/patterns.scss +0 -10
  192. data/_sass/wrap/overlay/legacy.scss +0 -18
  193. data/_sass/wrap/overlay/load.scss +0 -4
  194. data/_sass/wrap/overlay/mobile.scss +0 -8
  195. data/_sass/wrap/overlay/search.scss +0 -4
  196. data/assets/js/footer/custom/ExpandBlock.js +0 -21
  197. data/assets/js/footer/custom/ScrollFunc.js +0 -41
  198. data/assets/js/footer/custom/SplitCode.js +0 -14
@@ -0,0 +1,70 @@
1
+
2
+ $loginHeight: 44px;
3
+
4
+ .block.login-btn {
5
+ position: relative;
6
+ }
7
+
8
+ .block.login-title {
9
+ grid-auto-flow: column;
10
+ grid-column-gap: 10px;
11
+ align-items: center;
12
+ cursor: pointer;
13
+ display: grid;
14
+ height: $loginHeight;
15
+
16
+ svg {
17
+ width: 30px;
18
+ fill: white;
19
+ }
20
+ }
21
+
22
+ .block.login-menu {
23
+ top: $loginHeight + 10px;
24
+ position: absolute;
25
+ display: none;
26
+ z-index: 3;
27
+ right: 0;
28
+ left: 0;
29
+ }
30
+
31
+ .list.login-list {
32
+ @include borderRad;
33
+ overflow: hidden;
34
+ display: grid;
35
+ padding: 0;
36
+ }
37
+
38
+ .item.login-item {
39
+ @include padding($t:3,$b:2);
40
+ cursor: pointer;
41
+ }
42
+
43
+ .block.basket-btn {
44
+ grid-auto-flow: column;
45
+ grid-column-gap: 10px;
46
+ align-items: center;
47
+ cursor: pointer;
48
+ display: grid;
49
+
50
+ svg {
51
+ width: 26px;
52
+ fill: white;
53
+ }
54
+ }
55
+
56
+ .text.login-text {
57
+ @extend %bold;
58
+ @include ib;
59
+ padding-top: 4px;
60
+ }
61
+
62
+ .text.basket-text {
63
+ @extend %bold;
64
+ display: none;
65
+
66
+ @media#{map-get($query,min700)} {
67
+ @include ib;
68
+ padding-top: 4px;
69
+ }
70
+ }
@@ -0,0 +1,9 @@
1
+
2
+ .block.message {
3
+ padding: 0 ($radius * 3);
4
+ display: block;
5
+
6
+ @media#{map-get($query,min768)} {
7
+ grid-column: 2 / 3;
8
+ }
9
+ }
@@ -0,0 +1,19 @@
1
+
2
+ .block.password-indicator {
3
+ grid-template-columns: 100px auto;
4
+ grid-column: 2 / 3;
5
+ margin: 0 0 20px;
6
+ display: grid;
7
+ }
8
+
9
+ .block.password-strength {
10
+ border-radius: ($radius * 1.5) 0 0 ($radius * 1.5);
11
+ height: ($radius * 3);
12
+ background: green;
13
+ }
14
+
15
+ .block.password-bg {
16
+ @include bg(map-get($color,slate));
17
+ border-radius: 0 ($radius * 1.5) ($radius * 1.5) 0;
18
+ height: ($radius * 3);
19
+ }
@@ -0,0 +1,12 @@
1
+
2
+ .wrap.form-radio {
3
+ grid-row-gap: 10px;
4
+ display: grid;
5
+ }
6
+
7
+ .block.form-radio-group {
8
+ justify-content: flex-start;
9
+ grid-auto-flow: column;
10
+ grid-column-gap: 10px;
11
+ display: grid;
12
+ }
@@ -0,0 +1,89 @@
1
+
2
+ $title: 2.6rem;
3
+
4
+ %small {
5
+ font-size: $title * 0.6;
6
+ }
7
+
8
+ %large {
9
+ font-size: $title * 1.5;
10
+ }
11
+
12
+ %border {
13
+ border-top: 1px solid rgba(white,20%);
14
+ }
15
+
16
+ .block.screen-container {
17
+ grid-template-columns: repeat(2,1fr);
18
+ grid-column-gap: 20px;
19
+ display: grid;
20
+ }
21
+
22
+ .block.screen-row {
23
+ grid-row-gap: $title * 0.2;
24
+ line-height: 1.1;
25
+ display: grid;
26
+ }
27
+
28
+ .block.screen-row.top {
29
+ @include padding(5,5,4.5,5);
30
+ background: darken(white,10%);
31
+ grid-row-gap: $title * 0.1;
32
+ color: lighten(black,8%);
33
+
34
+ .screen-title {
35
+ @extend %large;
36
+ }
37
+
38
+ .screen-title.small {
39
+ @extend %small;
40
+ }
41
+ }
42
+
43
+ .block.screen-row.alert {
44
+ @include padding(3,5,2.5,5);
45
+ background: map-get($color,dodgers);
46
+ white-space: nowrap;
47
+ }
48
+
49
+ .block.screen-row.event {
50
+ @include padding(5,5,4.5,5);
51
+
52
+ + .screen-row.event, + .screen-row.retail {
53
+ @extend %border;
54
+ }
55
+ }
56
+
57
+ .block.screen-row.retail {
58
+ @include padding(5,5,4.5,5);
59
+ background: lighten(black,18%);
60
+
61
+ + .screen-row.retail {
62
+ @extend %border;
63
+ }
64
+ }
65
+
66
+ .block.screen-title {
67
+ font-size: $title;
68
+ }
69
+
70
+ .block.screen-title:not(.small) {
71
+ @extend %tight;
72
+ }
73
+
74
+ .block.screen-title.small {
75
+ @extend %small;
76
+ }
77
+
78
+ .block.screen-wrap {
79
+ @extend %bold;
80
+ background-color: lighten(black,10%);
81
+ color: darken(white,10%);
82
+ overflow: hidden;
83
+ height: 835px;
84
+ }
85
+
86
+ sup {
87
+ @extend %small;
88
+ left: 0.2em;
89
+ }
@@ -0,0 +1,8 @@
1
+
2
+ $max1199: "only screen and (max-width: 1199px)";
3
+
4
+ .block.scroller {
5
+ @media#{$max1199} {
6
+ display: none;
7
+ }
8
+ }
@@ -0,0 +1,39 @@
1
+
2
+ .block.search-form {
3
+ grid-auto-flow: column;
4
+ display: grid;
5
+
6
+ @media#{map-get($query,min840)} {
7
+ @include borderRad;
8
+ @include border(white);
9
+ @include bg(white,10%);
10
+ }
11
+
12
+ input[type="text"] {
13
+ background-color: transparent;
14
+ padding-right: 0;
15
+ max-width: 110px;
16
+ color: white;
17
+
18
+ @media#{map-get($query,max839)} {
19
+ display: none;
20
+ }
21
+ }
22
+
23
+ button {
24
+ background-color: transparent;
25
+
26
+ @media#{map-get($query,min840)} {
27
+ @include padding($t:0,$b:0);
28
+ }
29
+ }
30
+
31
+ svg {
32
+ width: 28px;
33
+ fill: white;
34
+
35
+ @media#{map-get($query,min840)} {
36
+ width: 24px;
37
+ }
38
+ }
39
+ }
@@ -0,0 +1,49 @@
1
+
2
+ // .jcf-select {
3
+ // position: relative;
4
+ // overflow: hidden;
5
+ // display: block;
6
+ // height: $line;
7
+ //
8
+ // @media#{map-get($query,min768)} {
9
+ // @include ib;
10
+ // }
11
+ //
12
+ // select {
13
+ // z-index: 1;
14
+ // left: 0;
15
+ // top: 0;
16
+ // }
17
+ //
18
+ // .jcf-select-text {
19
+ // text-overflow: ellipsis;
20
+ // padding: 8px 10px 3px;
21
+ // white-space: nowrap;
22
+ // overflow: hidden;
23
+ // display: block;
24
+ // }
25
+ //
26
+ // .jcf-select-opener {
27
+ // @include zeros(absolute);
28
+ // background: url("/assets/img/arrow_drop_down-24px.svg") no-repeat center lighten(map-get($color,slate),65%);
29
+ // border-left: 1px solid lighten(map-get($color,slate),50%);
30
+ // text-align: center;
31
+ // width: $line;
32
+ // left: auto;
33
+ // }
34
+ // }
35
+
36
+ select {
37
+ @include color($tint:80%);
38
+ @include borderRad;
39
+ @include padding;
40
+ @include border;
41
+ @include bg;
42
+ -webkit-appearance: none;
43
+ display: block;
44
+ width: 100%;
45
+
46
+ &:focus {
47
+ outline: none;
48
+ }
49
+ }
@@ -0,0 +1,60 @@
1
+
2
+ .block.subheader-container {
3
+ @extend .header-container;
4
+ border-top: 1px white solid;
5
+ overflow: hidden;
6
+ display: grid;
7
+ }
8
+
9
+ .list.subheader-menu {
10
+ justify-content: flex-start;
11
+ grid-auto-flow: column;
12
+ list-style: none;
13
+ display: grid;
14
+ padding: 0;
15
+
16
+ @media#{map-get($query,min640)} {
17
+ margin: 0 -15px;
18
+ }
19
+ }
20
+
21
+ .item.subheader-item {
22
+ @extend %bold;
23
+ padding: 0 10px 0 15px;
24
+ grid-auto-flow: column;
25
+ grid-column-gap: 5px;
26
+ align-items: center;
27
+ white-space: nowrap;
28
+ cursor: pointer;
29
+ display: grid;
30
+ height: 55px;
31
+
32
+ svg {
33
+ width: 24px;
34
+ fill: white;
35
+ }
36
+
37
+ &:hover {
38
+ @include bg(white,100%);
39
+ @include color(black,100%);
40
+
41
+ svg {
42
+ fill: black;
43
+ }
44
+ }
45
+ }
46
+
47
+ .item.subheader-item.menu-item {
48
+ border-right: 1px solid white;
49
+ padding-right: 15px;
50
+
51
+ @media#{map-get($query,min768)} {
52
+ display: none;
53
+ }
54
+ }
55
+
56
+ .menu-item + .item {
57
+ @media#{map-get($query,max767)} {
58
+ padding-left: 15px;
59
+ }
60
+ }
@@ -0,0 +1,20 @@
1
+
2
+ .textarea-wrap {
3
+ @include borderRad;
4
+ @include border;
5
+ display: block;
6
+ }
7
+
8
+ textarea {
9
+ @include padding;
10
+ @include color($tint:80%);
11
+ @include bg;
12
+ width: 100% !important;
13
+ line-height: 1.3;
14
+ display: block;
15
+ outline: none;
16
+ height: 200px;
17
+ border: none;
18
+ resize: none;
19
+ margin: 0;
20
+ }
@@ -0,0 +1,12 @@
1
+
2
+ .block.title {
3
+ @extend %bold;
4
+ @include bg(map-get($color,slate));
5
+ @include padding;
6
+ border-left: $radius solid;
7
+ display: block;
8
+
9
+ @media#{map-get($query,min768)} {
10
+ grid-column: 2 / 3;
11
+ }
12
+ }
@@ -0,0 +1,17 @@
1
+
2
+ .block.form-row {
3
+ @media#{map-get($query,min768)} {
4
+ @include splitrow($align : center);
5
+ }
6
+ }
7
+
8
+ .block.form-date-group {
9
+ grid-template-columns: minmax(70px,90px) minmax(70px,110px) minmax(70px,95px);
10
+ grid-column-gap: 10px;
11
+ align-items: center;
12
+ display: grid;
13
+
14
+ @media#{map-get($query,min768)} {
15
+ grid-column-gap: 20px;
16
+ }
17
+ }
@@ -3,7 +3,7 @@
3
3
  cursor: pointer;
4
4
 
5
5
  svg {
6
- fill: $gray;
6
+ fill: map-get($color,gray);
7
7
  }
8
8
  }
9
9
 
@@ -14,7 +14,7 @@
14
14
  grid-gap: 18px;
15
15
  display: grid;
16
16
 
17
- @media#{$max767} {
17
+ @media#{map-get($query,max767)} {
18
18
  display: none;
19
19
  }
20
20
  }
@@ -34,7 +34,7 @@
34
34
  grid-gap: 18px;
35
35
  display: grid;
36
36
 
37
- @media#{$max767} {
37
+ @media#{map-get($query,max767)} {
38
38
  display: none;
39
39
  }
40
40
  }
@@ -0,0 +1,9 @@
1
+
2
+ .block.number-container {
3
+ align-content: center;
4
+ text-align: center;
5
+ display: grid;
6
+ height: 420px;
7
+ opacity: 0.5;
8
+ width: 50%;
9
+ }
@@ -0,0 +1,14 @@
1
+
2
+ .item.pie {
3
+ justify-content: center;
4
+ }
5
+
6
+ .block.pie-wrap {
7
+ position: relative;
8
+ height: 200px;
9
+ width: 200px;
10
+ }
11
+
12
+ .block.pie-svg {
13
+ @include zeros(absolute);
14
+ }
@@ -1,8 +1,4 @@
1
1
 
2
- .block.results {
3
- list-style: none;
4
- }
5
-
6
2
  .block.results-entry {
7
3
  cursor: pointer;
8
4
  grid-gap: 5px;
@@ -14,6 +10,14 @@
14
10
  }
15
11
  }
16
12
 
13
+ .block.results-entry:first-of-type {
14
+ margin-top: 10px;
15
+ }
16
+
17
+ .block.results-entry:last-of-type {
18
+ margin-bottom: 10px;
19
+ }
20
+
17
21
  .block.results-info {
18
22
  justify-content: flex-start;
19
23
  grid-auto-flow: column;
@@ -24,7 +28,7 @@
24
28
  }
25
29
 
26
30
  .block.results-dot {
27
- background-color: $gun;
31
+ background-color: map-get($color,gun);
28
32
  border-radius: 50%;
29
33
  position: relative;
30
34
  height: 15px;
@@ -0,0 +1,12 @@
1
+
2
+ .block.scroller {
3
+ @include zeros;
4
+ grid-template-columns: 1fr auto 1fr;
5
+ align-content: center;
6
+ min-height: 600px;
7
+ display: grid;
8
+ height: 100%;
9
+ width: 100px;
10
+ z-index: 2;
11
+ left: auto;
12
+ }
@@ -1,5 +1,4 @@
1
1
 
2
2
  .block.stop {
3
3
  position: relative;
4
- top: -80px;
5
4
  }
@@ -1,30 +1,32 @@
1
1
 
2
2
  .block.util {
3
+ grid-auto-rows: min-content;
3
4
  grid-row-gap: 6px;
4
5
  display: grid;
6
+ fill: map-get($color,coal);
7
+ }
5
8
 
6
- &.page {
7
- padding-top: 20px;
8
- }
9
+ .block.util.type-page {
10
+ @extend %ContentPrep;
11
+ }
9
12
 
10
- &.chapter {
11
- position: absolute;
12
- bottom: 56px;
13
- right: 56px;
14
- }
13
+ .block.util.type-chapter {
14
+ position: absolute;
15
+ bottom: 56px;
16
+ right: 56px;
15
17
  }
16
18
 
17
19
  .block.util-share {
18
- @extend %util-grid;
20
+ @extend %GridUtil;
19
21
  cursor: pointer;
22
+ }
20
23
 
21
- &.chapter {
22
- justify-content: flex-end;
23
- direction: rtl;
24
+ .block.util-share.type-chapter {
25
+ justify-content: flex-end;
26
+ direction: rtl;
24
27
 
25
- h5 {
26
- direction: ltr;
27
- }
28
+ h5 {
29
+ direction: ltr;
28
30
  }
29
31
  }
30
32
 
@@ -33,9 +35,9 @@
33
35
  }
34
36
 
35
37
  .block.util-update {
36
- @extend %util-grid;
38
+ @extend %GridUtil;
37
39
  }
38
40
 
39
41
  .block.util-author {
40
- @extend %util-grid;
42
+ @extend %GridUtil;
41
43
  }