@iris.interactive/handcook 1.0.9 → 1.0.10

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iris.interactive/handcook",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "The web cooking by IRIS Interactive",
5
5
  "main": "./public/scripts/index.js",
6
6
  "scripts": {
@@ -143,30 +143,6 @@ body.fullscreen {
143
143
  margin-right: calc(50% - 50vw);
144
144
  }
145
145
 
146
- /* Container
147
- / ================================================== */
148
- .container {
149
- max-width: $container;
150
- margin-left: auto;
151
- margin-right: auto;
152
-
153
- @include breakpoint(large) {
154
- width: calc(100% - #{$margin-xlarge} * 2);
155
- }
156
-
157
- @include breakpoint(medium) {
158
- width: calc(100% - #{$margin-large} * 2);
159
- }
160
-
161
- @include breakpoint(small) {
162
- width: calc(100% - #{$margin-small} * 2);
163
- }
164
-
165
- @include breakpoint(xsmall) {
166
- width: calc(100% - #{$margin-xsmall} * 2);
167
- }
168
- }
169
-
170
146
  /* Margin element
171
147
  / ================================================== */
172
148
  .hentry {
@@ -30,15 +30,15 @@ $section-margin-top-small: 40px;
30
30
  $section-margin-bottom-small: 40px;
31
31
  $text-margin-bottom: 20px;
32
32
 
33
- $title-margin-top: 60px;
34
- $title-margin-bottom: 40px;
35
- $title-margin-top-small: 40px;
33
+ $title-margin-top: 80px;
34
+ $title-margin-bottom: 20px;
35
+ $title-margin-top-small: 60px;
36
36
  $title-margin-bottom-small: 20px;
37
37
 
38
- $block-margin-top: 60px;
38
+ $block-margin-top: 80px;
39
39
  $block-margin-top-medium: 60px;
40
40
  $block-margin-top-small: 30px;
41
- $block-margin-bottom: 60px;
41
+ $block-margin-bottom: 80px;
42
42
  $block-margin-bottom-medium: 60px;
43
43
  $block-margin-bottom-small: 30px;
44
44
 
@@ -214,7 +214,7 @@ $blockquote-font-size: var(--iris--blockquote--font-size);
214
214
  $blockquote-font-size--rem: var(--iris--blockquote--font-size--rem);
215
215
  $blockquote-font-size-small: var(--iris--blockquote--font-size--small);
216
216
  $blockquote-font-size-small--rem: var(--iris--blockquote--font-size--small--rem);
217
- $blockquote-padding-left: calc(#{$blockquote-font-size} * 1px + 10px);
217
+ $blockquote-padding-left: calc(#{$blockquote-font-size} * 1px + 20px);
218
218
  $blockquote-text-align: var(--iris--blockquote--text-align);
219
219
 
220
220
 
@@ -408,5 +408,5 @@ $c-warning: #ff890e;
408
408
  /* Difficulty
409
409
  / ================================================== */
410
410
  $c-easy: #9ccc65;
411
- $c-medium: #ff890e;
411
+ $c-medium: #29b6f6;
412
412
  $c-hard: #ef5350;
@@ -240,8 +240,8 @@ body.fullscreen .prefooter {
240
240
  .hentry > h4,
241
241
  .hentry > h5,
242
242
  .hentry > h6 {
243
- margin-top: 60px;
244
- margin-bottom: 40px;
243
+ margin-top: 80px;
244
+ margin-bottom: 20px;
245
245
  }
246
246
  @media screen and (max-width: 650px) {
247
247
  .hentry > h1,
@@ -250,7 +250,7 @@ body.fullscreen .prefooter {
250
250
  .hentry > h4,
251
251
  .hentry > h5,
252
252
  .hentry > h6 {
253
- margin-top: 40px;
253
+ margin-top: 60px;
254
254
  margin-bottom: 20px;
255
255
  }
256
256
  }
@@ -260,8 +260,8 @@ body.fullscreen .prefooter {
260
260
  margin-bottom: 20px;
261
261
  }
262
262
  .hentry > *[class] {
263
- margin-top: 60px;
264
- margin-bottom: 60px;
263
+ margin-top: 80px;
264
+ margin-bottom: 80px;
265
265
  }
266
266
  @media screen and (max-width: 650px) {
267
267
  .hentry > *[class] {