intia-theme 0.1.0 → 0.1.4
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 +4 -4
- data/_includes/hero.html +5 -3
- data/_includes/introduction.html +1 -1
- data/_includes/story-slider.html +1 -1
- data/_layouts/404.html +7 -0
- data/_sass/_layout.scss +40 -11
- data/_sass/_main.scss +32 -11
- data/assets/img/404.png +0 -0
- data/assets/img/arrow-down.png +0 -0
- data/assets/img/arrow-left.png +0 -0
- data/assets/js/main.js +4 -1
- data/favicon.png +0 -0
- data/node_modules/bulma/CHANGELOG.md +1558 -0
- data/node_modules/bulma/LICENSE +21 -0
- data/node_modules/bulma/README.md +134 -0
- data/node_modules/bulma/bulma.sass +10 -0
- data/node_modules/bulma/css/bulma-rtl.css +11811 -0
- data/node_modules/bulma/css/bulma-rtl.css.map +1 -0
- data/node_modules/bulma/css/bulma-rtl.min.css +1 -0
- data/node_modules/bulma/css/bulma.css +11811 -0
- data/node_modules/bulma/css/bulma.css.map +1 -0
- data/node_modules/bulma/css/bulma.min.css +1 -0
- data/node_modules/bulma/package.json +82 -0
- data/node_modules/bulma/sass/base/_all.sass +6 -0
- data/node_modules/bulma/sass/base/animations.sass +5 -0
- data/node_modules/bulma/sass/base/generic.sass +145 -0
- data/node_modules/bulma/sass/base/helpers.sass +1 -0
- data/node_modules/bulma/sass/base/minireset.sass +79 -0
- data/node_modules/bulma/sass/components/_all.sass +15 -0
- data/node_modules/bulma/sass/components/breadcrumb.sass +77 -0
- data/node_modules/bulma/sass/components/card.sass +103 -0
- data/node_modules/bulma/sass/components/dropdown.sass +83 -0
- data/node_modules/bulma/sass/components/level.sass +79 -0
- data/node_modules/bulma/sass/components/media.sass +59 -0
- data/node_modules/bulma/sass/components/menu.sass +59 -0
- data/node_modules/bulma/sass/components/message.sass +101 -0
- data/node_modules/bulma/sass/components/modal.sass +117 -0
- data/node_modules/bulma/sass/components/navbar.sass +446 -0
- data/node_modules/bulma/sass/components/pagination.sass +166 -0
- data/node_modules/bulma/sass/components/panel.sass +121 -0
- data/node_modules/bulma/sass/components/tabs.sass +176 -0
- data/node_modules/bulma/sass/elements/_all.sass +16 -0
- data/node_modules/bulma/sass/elements/box.sass +26 -0
- data/node_modules/bulma/sass/elements/button.sass +345 -0
- data/node_modules/bulma/sass/elements/container.sass +29 -0
- data/node_modules/bulma/sass/elements/content.sass +159 -0
- data/node_modules/bulma/sass/elements/form.sass +1 -0
- data/node_modules/bulma/sass/elements/icon.sass +46 -0
- data/node_modules/bulma/sass/elements/image.sass +73 -0
- data/node_modules/bulma/sass/elements/notification.sass +52 -0
- data/node_modules/bulma/sass/elements/other.sass +31 -0
- data/node_modules/bulma/sass/elements/progress.sass +73 -0
- data/node_modules/bulma/sass/elements/table.sass +133 -0
- data/node_modules/bulma/sass/elements/tag.sass +140 -0
- data/node_modules/bulma/sass/elements/title.sass +70 -0
- data/node_modules/bulma/sass/form/_all.sass +9 -0
- data/node_modules/bulma/sass/form/checkbox-radio.sass +22 -0
- data/node_modules/bulma/sass/form/file.sass +184 -0
- data/node_modules/bulma/sass/form/input-textarea.sass +66 -0
- data/node_modules/bulma/sass/form/select.sass +87 -0
- data/node_modules/bulma/sass/form/shared.sass +60 -0
- data/node_modules/bulma/sass/form/tools.sass +215 -0
- data/node_modules/bulma/sass/grid/_all.sass +5 -0
- data/node_modules/bulma/sass/grid/columns.sass +513 -0
- data/node_modules/bulma/sass/grid/tiles.sass +36 -0
- data/node_modules/bulma/sass/helpers/_all.sass +12 -0
- data/node_modules/bulma/sass/helpers/color.sass +39 -0
- data/node_modules/bulma/sass/helpers/flexbox.sass +35 -0
- data/node_modules/bulma/sass/helpers/float.sass +10 -0
- data/node_modules/bulma/sass/helpers/other.sass +14 -0
- data/node_modules/bulma/sass/helpers/overflow.sass +2 -0
- data/node_modules/bulma/sass/helpers/position.sass +7 -0
- data/node_modules/bulma/sass/helpers/spacing.sass +31 -0
- data/node_modules/bulma/sass/helpers/typography.sass +103 -0
- data/node_modules/bulma/sass/helpers/visibility.sass +122 -0
- data/node_modules/bulma/sass/layout/_all.sass +6 -0
- data/node_modules/bulma/sass/layout/footer.sass +11 -0
- data/node_modules/bulma/sass/layout/hero.sass +153 -0
- data/node_modules/bulma/sass/layout/section.sass +17 -0
- data/node_modules/bulma/sass/utilities/_all.sass +9 -0
- data/node_modules/bulma/sass/utilities/animations.sass +1 -0
- data/node_modules/bulma/sass/utilities/controls.sass +49 -0
- data/node_modules/bulma/sass/utilities/derived-variables.sass +114 -0
- data/node_modules/bulma/sass/utilities/extends.sass +25 -0
- data/node_modules/bulma/sass/utilities/functions.sass +136 -0
- data/node_modules/bulma/sass/utilities/initial-variables.sass +78 -0
- data/node_modules/bulma/sass/utilities/mixins.sass +280 -0
- data/node_modules/bulma-block-list/LICENSE.txt +21 -0
- data/node_modules/bulma-block-list/README.md +32 -0
- data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +1390 -0
- data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +21 -0
- data/node_modules/bulma-block-list/node_modules/bulma/README.md +130 -0
- data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +9 -0
- data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +10855 -0
- data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css.map +1 -0
- data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.min.css +1 -0
- data/node_modules/bulma-block-list/node_modules/bulma/package.json +80 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +5 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +142 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +281 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +79 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +15 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +75 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +79 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +81 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +77 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/list.sass +39 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +50 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +57 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +99 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +113 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +441 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +150 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +119 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +151 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +15 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +24 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +323 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +24 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +155 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +1 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +21 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +71 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +43 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +39 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +67 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +127 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +128 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +70 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +8 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +21 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +180 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +64 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +85 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +55 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +205 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +4 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +504 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +34 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +5 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +9 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +145 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +13 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +8 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/animations.sass +5 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +50 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/derived-variables.sass +106 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +110 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +77 -0
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +261 -0
- data/node_modules/bulma-block-list/package.json +59 -0
- data/node_modules/bulma-block-list/src/block-list.scss +109 -0
- data/node_modules/bulma-block-list/src/demo.scss +3 -0
- data/node_modules/bulma-carousel/CHANGELOG.md +307 -0
- data/node_modules/bulma-carousel/LICENSE +21 -0
- data/node_modules/bulma-carousel/README.md +13 -0
- data/node_modules/bulma-carousel/dist/css/bulma-carousel.min.css +1 -0
- data/node_modules/bulma-carousel/dist/js/bulma-carousel.js +2371 -0
- data/node_modules/bulma-carousel/package.json +108 -0
- data/node_modules/bulma-carousel/src/demo/_data/events.yml +15 -0
- data/node_modules/bulma-carousel/src/demo/_data/getters.yml +26 -0
- data/node_modules/bulma-carousel/src/demo/_data/menu.yml +26 -0
- data/node_modules/bulma-carousel/src/demo/_data/methods.yml +57 -0
- data/node_modules/bulma-carousel/src/demo/_data/options.yml +79 -0
- data/node_modules/bulma-carousel/src/demo/_data/setters.yml +0 -0
- data/node_modules/bulma-carousel/src/demo/_data/tree.yml +30 -0
- data/node_modules/bulma-carousel/src/demo/_includes/anchor.html +3 -0
- data/node_modules/bulma-carousel/src/demo/_includes/breadcrumb.html +5 -0
- data/node_modules/bulma-carousel/src/demo/_includes/events.html +33 -0
- data/node_modules/bulma-carousel/src/demo/_includes/getters.html +28 -0
- data/node_modules/bulma-carousel/src/demo/_includes/head.html +22 -0
- data/node_modules/bulma-carousel/src/demo/_includes/menu.html +22 -0
- data/node_modules/bulma-carousel/src/demo/_includes/methods.html +49 -0
- data/node_modules/bulma-carousel/src/demo/_includes/options.html +33 -0
- data/node_modules/bulma-carousel/src/demo/_includes/setters.html +28 -0
- data/node_modules/bulma-carousel/src/demo/_includes/tree.html +25 -0
- data/node_modules/bulma-carousel/src/demo/_includes/variables.html +28 -0
- data/node_modules/bulma-carousel/src/demo/_layouts/default.html +47 -0
- data/node_modules/bulma-carousel/src/demo/assets/css/bulma-carousel.min.css +1 -0
- data/node_modules/bulma-carousel/src/demo/assets/css/documentation.min.css +1 -0
- data/node_modules/bulma-carousel/src/demo/assets/css/highlight.css +78 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/1.jpg +0 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/2.jpg +0 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/3.jpg +0 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/4.jpg +0 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/5.jpg +0 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/6.jpg +0 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/left.svg +3 -0
- data/node_modules/bulma-carousel/src/demo/assets/images/right.svg +3 -0
- data/node_modules/bulma-carousel/src/demo/assets/js/bulma-carousel.min.js +1 -0
- data/node_modules/bulma-carousel/src/demo/assets/js/doc.js +111 -0
- data/node_modules/bulma-carousel/src/demo/assets/js/main.js +23 -0
- data/node_modules/bulma-carousel/src/demo/changelog.html +17 -0
- data/node_modules/bulma-carousel/src/demo/customization.html +78 -0
- data/node_modules/bulma-carousel/src/demo/demonstration/index.html +402 -0
- data/node_modules/bulma-carousel/src/demo/index.html +396 -0
- data/node_modules/bulma-carousel/src/js/components/Media.js +129 -0
- data/node_modules/bulma-carousel/src/js/components/autoplay.js +111 -0
- data/node_modules/bulma-carousel/src/js/components/breakpoint.js +91 -0
- data/node_modules/bulma-carousel/src/js/components/infinite.js +60 -0
- data/node_modules/bulma-carousel/src/js/components/loop.js +35 -0
- data/node_modules/bulma-carousel/src/js/components/navigation.js +107 -0
- data/node_modules/bulma-carousel/src/js/components/pagination.js +103 -0
- data/node_modules/bulma-carousel/src/js/components/swipe.js +106 -0
- data/node_modules/bulma-carousel/src/js/components/transitioner.js +74 -0
- data/node_modules/bulma-carousel/src/js/components/transitions/fade.js +90 -0
- data/node_modules/bulma-carousel/src/js/components/transitions/translate.js +98 -0
- data/node_modules/bulma-carousel/src/js/defaultOptions.js +50 -0
- data/node_modules/bulma-carousel/src/js/index.js +428 -0
- data/node_modules/bulma-carousel/src/js/templates/index.js +5 -0
- data/node_modules/bulma-carousel/src/js/templates/item.js +3 -0
- data/node_modules/bulma-carousel/src/js/templates/navigation.js +4 -0
- data/node_modules/bulma-carousel/src/js/templates/pagination-page.js +3 -0
- data/node_modules/bulma-carousel/src/js/templates/pagination.js +3 -0
- data/node_modules/bulma-carousel/src/js/utils/coordinate.js +98 -0
- data/node_modules/bulma-carousel/src/js/utils/css.js +84 -0
- data/node_modules/bulma-carousel/src/js/utils/detect-prefixes.js +50 -0
- data/node_modules/bulma-carousel/src/js/utils/detect-supportsPassive.js +16 -0
- data/node_modules/bulma-carousel/src/js/utils/device.js +17 -0
- data/node_modules/bulma-carousel/src/js/utils/dom.js +10 -0
- data/node_modules/bulma-carousel/src/js/utils/eventEmitter.js +19 -0
- data/node_modules/bulma-carousel/src/js/utils/events.js +65 -0
- data/node_modules/bulma-carousel/src/js/utils/index.js +16 -0
- data/node_modules/bulma-carousel/src/js/utils/type.js +21 -0
- data/node_modules/bulma-carousel/src/sass/index.sass +145 -0
- data/package-lock.json +32 -0
- data/package.json +10 -0
- metadata +222 -4
- data/_config.yml +0 -72
- data/assets/img/arrow.png +0 -0
@@ -0,0 +1,504 @@
|
|
1
|
+
$column-gap: 0.75rem !default
|
2
|
+
|
3
|
+
.column
|
4
|
+
display: block
|
5
|
+
flex-basis: 0
|
6
|
+
flex-grow: 1
|
7
|
+
flex-shrink: 1
|
8
|
+
padding: $column-gap
|
9
|
+
.columns.is-mobile > &.is-narrow
|
10
|
+
flex: none
|
11
|
+
.columns.is-mobile > &.is-full
|
12
|
+
flex: none
|
13
|
+
width: 100%
|
14
|
+
.columns.is-mobile > &.is-three-quarters
|
15
|
+
flex: none
|
16
|
+
width: 75%
|
17
|
+
.columns.is-mobile > &.is-two-thirds
|
18
|
+
flex: none
|
19
|
+
width: 66.6666%
|
20
|
+
.columns.is-mobile > &.is-half
|
21
|
+
flex: none
|
22
|
+
width: 50%
|
23
|
+
.columns.is-mobile > &.is-one-third
|
24
|
+
flex: none
|
25
|
+
width: 33.3333%
|
26
|
+
.columns.is-mobile > &.is-one-quarter
|
27
|
+
flex: none
|
28
|
+
width: 25%
|
29
|
+
.columns.is-mobile > &.is-one-fifth
|
30
|
+
flex: none
|
31
|
+
width: 20%
|
32
|
+
.columns.is-mobile > &.is-two-fifths
|
33
|
+
flex: none
|
34
|
+
width: 40%
|
35
|
+
.columns.is-mobile > &.is-three-fifths
|
36
|
+
flex: none
|
37
|
+
width: 60%
|
38
|
+
.columns.is-mobile > &.is-four-fifths
|
39
|
+
flex: none
|
40
|
+
width: 80%
|
41
|
+
.columns.is-mobile > &.is-offset-three-quarters
|
42
|
+
margin-left: 75%
|
43
|
+
.columns.is-mobile > &.is-offset-two-thirds
|
44
|
+
margin-left: 66.6666%
|
45
|
+
.columns.is-mobile > &.is-offset-half
|
46
|
+
margin-left: 50%
|
47
|
+
.columns.is-mobile > &.is-offset-one-third
|
48
|
+
margin-left: 33.3333%
|
49
|
+
.columns.is-mobile > &.is-offset-one-quarter
|
50
|
+
margin-left: 25%
|
51
|
+
.columns.is-mobile > &.is-offset-one-fifth
|
52
|
+
margin-left: 20%
|
53
|
+
.columns.is-mobile > &.is-offset-two-fifths
|
54
|
+
margin-left: 40%
|
55
|
+
.columns.is-mobile > &.is-offset-three-fifths
|
56
|
+
margin-left: 60%
|
57
|
+
.columns.is-mobile > &.is-offset-four-fifths
|
58
|
+
margin-left: 80%
|
59
|
+
@for $i from 0 through 12
|
60
|
+
.columns.is-mobile > &.is-#{$i}
|
61
|
+
flex: none
|
62
|
+
width: percentage($i / 12)
|
63
|
+
.columns.is-mobile > &.is-offset-#{$i}
|
64
|
+
margin-left: percentage($i / 12)
|
65
|
+
+mobile
|
66
|
+
&.is-narrow-mobile
|
67
|
+
flex: none
|
68
|
+
&.is-full-mobile
|
69
|
+
flex: none
|
70
|
+
width: 100%
|
71
|
+
&.is-three-quarters-mobile
|
72
|
+
flex: none
|
73
|
+
width: 75%
|
74
|
+
&.is-two-thirds-mobile
|
75
|
+
flex: none
|
76
|
+
width: 66.6666%
|
77
|
+
&.is-half-mobile
|
78
|
+
flex: none
|
79
|
+
width: 50%
|
80
|
+
&.is-one-third-mobile
|
81
|
+
flex: none
|
82
|
+
width: 33.3333%
|
83
|
+
&.is-one-quarter-mobile
|
84
|
+
flex: none
|
85
|
+
width: 25%
|
86
|
+
&.is-one-fifth-mobile
|
87
|
+
flex: none
|
88
|
+
width: 20%
|
89
|
+
&.is-two-fifths-mobile
|
90
|
+
flex: none
|
91
|
+
width: 40%
|
92
|
+
&.is-three-fifths-mobile
|
93
|
+
flex: none
|
94
|
+
width: 60%
|
95
|
+
&.is-four-fifths-mobile
|
96
|
+
flex: none
|
97
|
+
width: 80%
|
98
|
+
&.is-offset-three-quarters-mobile
|
99
|
+
margin-left: 75%
|
100
|
+
&.is-offset-two-thirds-mobile
|
101
|
+
margin-left: 66.6666%
|
102
|
+
&.is-offset-half-mobile
|
103
|
+
margin-left: 50%
|
104
|
+
&.is-offset-one-third-mobile
|
105
|
+
margin-left: 33.3333%
|
106
|
+
&.is-offset-one-quarter-mobile
|
107
|
+
margin-left: 25%
|
108
|
+
&.is-offset-one-fifth-mobile
|
109
|
+
margin-left: 20%
|
110
|
+
&.is-offset-two-fifths-mobile
|
111
|
+
margin-left: 40%
|
112
|
+
&.is-offset-three-fifths-mobile
|
113
|
+
margin-left: 60%
|
114
|
+
&.is-offset-four-fifths-mobile
|
115
|
+
margin-left: 80%
|
116
|
+
@for $i from 0 through 12
|
117
|
+
&.is-#{$i}-mobile
|
118
|
+
flex: none
|
119
|
+
width: percentage($i / 12)
|
120
|
+
&.is-offset-#{$i}-mobile
|
121
|
+
margin-left: percentage($i / 12)
|
122
|
+
+tablet
|
123
|
+
&.is-narrow,
|
124
|
+
&.is-narrow-tablet
|
125
|
+
flex: none
|
126
|
+
&.is-full,
|
127
|
+
&.is-full-tablet
|
128
|
+
flex: none
|
129
|
+
width: 100%
|
130
|
+
&.is-three-quarters,
|
131
|
+
&.is-three-quarters-tablet
|
132
|
+
flex: none
|
133
|
+
width: 75%
|
134
|
+
&.is-two-thirds,
|
135
|
+
&.is-two-thirds-tablet
|
136
|
+
flex: none
|
137
|
+
width: 66.6666%
|
138
|
+
&.is-half,
|
139
|
+
&.is-half-tablet
|
140
|
+
flex: none
|
141
|
+
width: 50%
|
142
|
+
&.is-one-third,
|
143
|
+
&.is-one-third-tablet
|
144
|
+
flex: none
|
145
|
+
width: 33.3333%
|
146
|
+
&.is-one-quarter,
|
147
|
+
&.is-one-quarter-tablet
|
148
|
+
flex: none
|
149
|
+
width: 25%
|
150
|
+
&.is-one-fifth,
|
151
|
+
&.is-one-fifth-tablet
|
152
|
+
flex: none
|
153
|
+
width: 20%
|
154
|
+
&.is-two-fifths,
|
155
|
+
&.is-two-fifths-tablet
|
156
|
+
flex: none
|
157
|
+
width: 40%
|
158
|
+
&.is-three-fifths,
|
159
|
+
&.is-three-fifths-tablet
|
160
|
+
flex: none
|
161
|
+
width: 60%
|
162
|
+
&.is-four-fifths,
|
163
|
+
&.is-four-fifths-tablet
|
164
|
+
flex: none
|
165
|
+
width: 80%
|
166
|
+
&.is-offset-three-quarters,
|
167
|
+
&.is-offset-three-quarters-tablet
|
168
|
+
margin-left: 75%
|
169
|
+
&.is-offset-two-thirds,
|
170
|
+
&.is-offset-two-thirds-tablet
|
171
|
+
margin-left: 66.6666%
|
172
|
+
&.is-offset-half,
|
173
|
+
&.is-offset-half-tablet
|
174
|
+
margin-left: 50%
|
175
|
+
&.is-offset-one-third,
|
176
|
+
&.is-offset-one-third-tablet
|
177
|
+
margin-left: 33.3333%
|
178
|
+
&.is-offset-one-quarter,
|
179
|
+
&.is-offset-one-quarter-tablet
|
180
|
+
margin-left: 25%
|
181
|
+
&.is-offset-one-fifth,
|
182
|
+
&.is-offset-one-fifth-tablet
|
183
|
+
margin-left: 20%
|
184
|
+
&.is-offset-two-fifths,
|
185
|
+
&.is-offset-two-fifths-tablet
|
186
|
+
margin-left: 40%
|
187
|
+
&.is-offset-three-fifths,
|
188
|
+
&.is-offset-three-fifths-tablet
|
189
|
+
margin-left: 60%
|
190
|
+
&.is-offset-four-fifths,
|
191
|
+
&.is-offset-four-fifths-tablet
|
192
|
+
margin-left: 80%
|
193
|
+
@for $i from 0 through 12
|
194
|
+
&.is-#{$i},
|
195
|
+
&.is-#{$i}-tablet
|
196
|
+
flex: none
|
197
|
+
width: percentage($i / 12)
|
198
|
+
&.is-offset-#{$i},
|
199
|
+
&.is-offset-#{$i}-tablet
|
200
|
+
margin-left: percentage($i / 12)
|
201
|
+
+touch
|
202
|
+
&.is-narrow-touch
|
203
|
+
flex: none
|
204
|
+
&.is-full-touch
|
205
|
+
flex: none
|
206
|
+
width: 100%
|
207
|
+
&.is-three-quarters-touch
|
208
|
+
flex: none
|
209
|
+
width: 75%
|
210
|
+
&.is-two-thirds-touch
|
211
|
+
flex: none
|
212
|
+
width: 66.6666%
|
213
|
+
&.is-half-touch
|
214
|
+
flex: none
|
215
|
+
width: 50%
|
216
|
+
&.is-one-third-touch
|
217
|
+
flex: none
|
218
|
+
width: 33.3333%
|
219
|
+
&.is-one-quarter-touch
|
220
|
+
flex: none
|
221
|
+
width: 25%
|
222
|
+
&.is-one-fifth-touch
|
223
|
+
flex: none
|
224
|
+
width: 20%
|
225
|
+
&.is-two-fifths-touch
|
226
|
+
flex: none
|
227
|
+
width: 40%
|
228
|
+
&.is-three-fifths-touch
|
229
|
+
flex: none
|
230
|
+
width: 60%
|
231
|
+
&.is-four-fifths-touch
|
232
|
+
flex: none
|
233
|
+
width: 80%
|
234
|
+
&.is-offset-three-quarters-touch
|
235
|
+
margin-left: 75%
|
236
|
+
&.is-offset-two-thirds-touch
|
237
|
+
margin-left: 66.6666%
|
238
|
+
&.is-offset-half-touch
|
239
|
+
margin-left: 50%
|
240
|
+
&.is-offset-one-third-touch
|
241
|
+
margin-left: 33.3333%
|
242
|
+
&.is-offset-one-quarter-touch
|
243
|
+
margin-left: 25%
|
244
|
+
&.is-offset-one-fifth-touch
|
245
|
+
margin-left: 20%
|
246
|
+
&.is-offset-two-fifths-touch
|
247
|
+
margin-left: 40%
|
248
|
+
&.is-offset-three-fifths-touch
|
249
|
+
margin-left: 60%
|
250
|
+
&.is-offset-four-fifths-touch
|
251
|
+
margin-left: 80%
|
252
|
+
@for $i from 0 through 12
|
253
|
+
&.is-#{$i}-touch
|
254
|
+
flex: none
|
255
|
+
width: percentage($i / 12)
|
256
|
+
&.is-offset-#{$i}-touch
|
257
|
+
margin-left: percentage($i / 12)
|
258
|
+
+desktop
|
259
|
+
&.is-narrow-desktop
|
260
|
+
flex: none
|
261
|
+
&.is-full-desktop
|
262
|
+
flex: none
|
263
|
+
width: 100%
|
264
|
+
&.is-three-quarters-desktop
|
265
|
+
flex: none
|
266
|
+
width: 75%
|
267
|
+
&.is-two-thirds-desktop
|
268
|
+
flex: none
|
269
|
+
width: 66.6666%
|
270
|
+
&.is-half-desktop
|
271
|
+
flex: none
|
272
|
+
width: 50%
|
273
|
+
&.is-one-third-desktop
|
274
|
+
flex: none
|
275
|
+
width: 33.3333%
|
276
|
+
&.is-one-quarter-desktop
|
277
|
+
flex: none
|
278
|
+
width: 25%
|
279
|
+
&.is-one-fifth-desktop
|
280
|
+
flex: none
|
281
|
+
width: 20%
|
282
|
+
&.is-two-fifths-desktop
|
283
|
+
flex: none
|
284
|
+
width: 40%
|
285
|
+
&.is-three-fifths-desktop
|
286
|
+
flex: none
|
287
|
+
width: 60%
|
288
|
+
&.is-four-fifths-desktop
|
289
|
+
flex: none
|
290
|
+
width: 80%
|
291
|
+
&.is-offset-three-quarters-desktop
|
292
|
+
margin-left: 75%
|
293
|
+
&.is-offset-two-thirds-desktop
|
294
|
+
margin-left: 66.6666%
|
295
|
+
&.is-offset-half-desktop
|
296
|
+
margin-left: 50%
|
297
|
+
&.is-offset-one-third-desktop
|
298
|
+
margin-left: 33.3333%
|
299
|
+
&.is-offset-one-quarter-desktop
|
300
|
+
margin-left: 25%
|
301
|
+
&.is-offset-one-fifth-desktop
|
302
|
+
margin-left: 20%
|
303
|
+
&.is-offset-two-fifths-desktop
|
304
|
+
margin-left: 40%
|
305
|
+
&.is-offset-three-fifths-desktop
|
306
|
+
margin-left: 60%
|
307
|
+
&.is-offset-four-fifths-desktop
|
308
|
+
margin-left: 80%
|
309
|
+
@for $i from 0 through 12
|
310
|
+
&.is-#{$i}-desktop
|
311
|
+
flex: none
|
312
|
+
width: percentage($i / 12)
|
313
|
+
&.is-offset-#{$i}-desktop
|
314
|
+
margin-left: percentage($i / 12)
|
315
|
+
+widescreen
|
316
|
+
&.is-narrow-widescreen
|
317
|
+
flex: none
|
318
|
+
&.is-full-widescreen
|
319
|
+
flex: none
|
320
|
+
width: 100%
|
321
|
+
&.is-three-quarters-widescreen
|
322
|
+
flex: none
|
323
|
+
width: 75%
|
324
|
+
&.is-two-thirds-widescreen
|
325
|
+
flex: none
|
326
|
+
width: 66.6666%
|
327
|
+
&.is-half-widescreen
|
328
|
+
flex: none
|
329
|
+
width: 50%
|
330
|
+
&.is-one-third-widescreen
|
331
|
+
flex: none
|
332
|
+
width: 33.3333%
|
333
|
+
&.is-one-quarter-widescreen
|
334
|
+
flex: none
|
335
|
+
width: 25%
|
336
|
+
&.is-one-fifth-widescreen
|
337
|
+
flex: none
|
338
|
+
width: 20%
|
339
|
+
&.is-two-fifths-widescreen
|
340
|
+
flex: none
|
341
|
+
width: 40%
|
342
|
+
&.is-three-fifths-widescreen
|
343
|
+
flex: none
|
344
|
+
width: 60%
|
345
|
+
&.is-four-fifths-widescreen
|
346
|
+
flex: none
|
347
|
+
width: 80%
|
348
|
+
&.is-offset-three-quarters-widescreen
|
349
|
+
margin-left: 75%
|
350
|
+
&.is-offset-two-thirds-widescreen
|
351
|
+
margin-left: 66.6666%
|
352
|
+
&.is-offset-half-widescreen
|
353
|
+
margin-left: 50%
|
354
|
+
&.is-offset-one-third-widescreen
|
355
|
+
margin-left: 33.3333%
|
356
|
+
&.is-offset-one-quarter-widescreen
|
357
|
+
margin-left: 25%
|
358
|
+
&.is-offset-one-fifth-widescreen
|
359
|
+
margin-left: 20%
|
360
|
+
&.is-offset-two-fifths-widescreen
|
361
|
+
margin-left: 40%
|
362
|
+
&.is-offset-three-fifths-widescreen
|
363
|
+
margin-left: 60%
|
364
|
+
&.is-offset-four-fifths-widescreen
|
365
|
+
margin-left: 80%
|
366
|
+
@for $i from 0 through 12
|
367
|
+
&.is-#{$i}-widescreen
|
368
|
+
flex: none
|
369
|
+
width: percentage($i / 12)
|
370
|
+
&.is-offset-#{$i}-widescreen
|
371
|
+
margin-left: percentage($i / 12)
|
372
|
+
+fullhd
|
373
|
+
&.is-narrow-fullhd
|
374
|
+
flex: none
|
375
|
+
&.is-full-fullhd
|
376
|
+
flex: none
|
377
|
+
width: 100%
|
378
|
+
&.is-three-quarters-fullhd
|
379
|
+
flex: none
|
380
|
+
width: 75%
|
381
|
+
&.is-two-thirds-fullhd
|
382
|
+
flex: none
|
383
|
+
width: 66.6666%
|
384
|
+
&.is-half-fullhd
|
385
|
+
flex: none
|
386
|
+
width: 50%
|
387
|
+
&.is-one-third-fullhd
|
388
|
+
flex: none
|
389
|
+
width: 33.3333%
|
390
|
+
&.is-one-quarter-fullhd
|
391
|
+
flex: none
|
392
|
+
width: 25%
|
393
|
+
&.is-one-fifth-fullhd
|
394
|
+
flex: none
|
395
|
+
width: 20%
|
396
|
+
&.is-two-fifths-fullhd
|
397
|
+
flex: none
|
398
|
+
width: 40%
|
399
|
+
&.is-three-fifths-fullhd
|
400
|
+
flex: none
|
401
|
+
width: 60%
|
402
|
+
&.is-four-fifths-fullhd
|
403
|
+
flex: none
|
404
|
+
width: 80%
|
405
|
+
&.is-offset-three-quarters-fullhd
|
406
|
+
margin-left: 75%
|
407
|
+
&.is-offset-two-thirds-fullhd
|
408
|
+
margin-left: 66.6666%
|
409
|
+
&.is-offset-half-fullhd
|
410
|
+
margin-left: 50%
|
411
|
+
&.is-offset-one-third-fullhd
|
412
|
+
margin-left: 33.3333%
|
413
|
+
&.is-offset-one-quarter-fullhd
|
414
|
+
margin-left: 25%
|
415
|
+
&.is-offset-one-fifth-fullhd
|
416
|
+
margin-left: 20%
|
417
|
+
&.is-offset-two-fifths-fullhd
|
418
|
+
margin-left: 40%
|
419
|
+
&.is-offset-three-fifths-fullhd
|
420
|
+
margin-left: 60%
|
421
|
+
&.is-offset-four-fifths-fullhd
|
422
|
+
margin-left: 80%
|
423
|
+
@for $i from 0 through 12
|
424
|
+
&.is-#{$i}-fullhd
|
425
|
+
flex: none
|
426
|
+
width: percentage($i / 12)
|
427
|
+
&.is-offset-#{$i}-fullhd
|
428
|
+
margin-left: percentage($i / 12)
|
429
|
+
|
430
|
+
.columns
|
431
|
+
margin-left: (-$column-gap)
|
432
|
+
margin-right: (-$column-gap)
|
433
|
+
margin-top: (-$column-gap)
|
434
|
+
&:last-child
|
435
|
+
margin-bottom: (-$column-gap)
|
436
|
+
&:not(:last-child)
|
437
|
+
margin-bottom: calc(1.5rem - #{$column-gap})
|
438
|
+
// Modifiers
|
439
|
+
&.is-centered
|
440
|
+
justify-content: center
|
441
|
+
&.is-gapless
|
442
|
+
margin-left: 0
|
443
|
+
margin-right: 0
|
444
|
+
margin-top: 0
|
445
|
+
& > .column
|
446
|
+
margin: 0
|
447
|
+
padding: 0 !important
|
448
|
+
&:not(:last-child)
|
449
|
+
margin-bottom: 1.5rem
|
450
|
+
&:last-child
|
451
|
+
margin-bottom: 0
|
452
|
+
&.is-mobile
|
453
|
+
display: flex
|
454
|
+
&.is-multiline
|
455
|
+
flex-wrap: wrap
|
456
|
+
&.is-vcentered
|
457
|
+
align-items: center
|
458
|
+
// Responsiveness
|
459
|
+
+tablet
|
460
|
+
&:not(.is-desktop)
|
461
|
+
display: flex
|
462
|
+
+desktop
|
463
|
+
// Modifiers
|
464
|
+
&.is-desktop
|
465
|
+
display: flex
|
466
|
+
|
467
|
+
@if $variable-columns
|
468
|
+
.columns.is-variable
|
469
|
+
--columnGap: 0.75rem
|
470
|
+
margin-left: calc(-1 * var(--columnGap))
|
471
|
+
margin-right: calc(-1 * var(--columnGap))
|
472
|
+
.column
|
473
|
+
padding-left: var(--columnGap)
|
474
|
+
padding-right: var(--columnGap)
|
475
|
+
@for $i from 0 through 8
|
476
|
+
&.is-#{$i}
|
477
|
+
--columnGap: #{$i * 0.25rem}
|
478
|
+
+mobile
|
479
|
+
&.is-#{$i}-mobile
|
480
|
+
--columnGap: #{$i * 0.25rem}
|
481
|
+
+tablet
|
482
|
+
&.is-#{$i}-tablet
|
483
|
+
--columnGap: #{$i * 0.25rem}
|
484
|
+
+tablet-only
|
485
|
+
&.is-#{$i}-tablet-only
|
486
|
+
--columnGap: #{$i * 0.25rem}
|
487
|
+
+touch
|
488
|
+
&.is-#{$i}-touch
|
489
|
+
--columnGap: #{$i * 0.25rem}
|
490
|
+
+desktop
|
491
|
+
&.is-#{$i}-desktop
|
492
|
+
--columnGap: #{$i * 0.25rem}
|
493
|
+
+desktop-only
|
494
|
+
&.is-#{$i}-desktop-only
|
495
|
+
--columnGap: #{$i * 0.25rem}
|
496
|
+
+widescreen
|
497
|
+
&.is-#{$i}-widescreen
|
498
|
+
--columnGap: #{$i * 0.25rem}
|
499
|
+
+widescreen-only
|
500
|
+
&.is-#{$i}-widescreen-only
|
501
|
+
--columnGap: #{$i * 0.25rem}
|
502
|
+
+fullhd
|
503
|
+
&.is-#{$i}-fullhd
|
504
|
+
--columnGap: #{$i * 0.25rem}
|
@@ -0,0 +1,34 @@
|
|
1
|
+
$tile-spacing: 0.75rem !default
|
2
|
+
|
3
|
+
.tile
|
4
|
+
align-items: stretch
|
5
|
+
display: block
|
6
|
+
flex-basis: 0
|
7
|
+
flex-grow: 1
|
8
|
+
flex-shrink: 1
|
9
|
+
min-height: min-content
|
10
|
+
// Modifiers
|
11
|
+
&.is-ancestor
|
12
|
+
margin-left: $tile-spacing * -1
|
13
|
+
margin-right: $tile-spacing * -1
|
14
|
+
margin-top: $tile-spacing * -1
|
15
|
+
&:last-child
|
16
|
+
margin-bottom: $tile-spacing * -1
|
17
|
+
&:not(:last-child)
|
18
|
+
margin-bottom: $tile-spacing
|
19
|
+
&.is-child
|
20
|
+
margin: 0 !important
|
21
|
+
&.is-parent
|
22
|
+
padding: $tile-spacing
|
23
|
+
&.is-vertical
|
24
|
+
flex-direction: column
|
25
|
+
& > .tile.is-child:not(:last-child)
|
26
|
+
margin-bottom: 1.5rem !important
|
27
|
+
// Responsiveness
|
28
|
+
+tablet
|
29
|
+
&:not(.is-child)
|
30
|
+
display: flex
|
31
|
+
@for $i from 1 through 12
|
32
|
+
&.is-#{$i}
|
33
|
+
flex: none
|
34
|
+
width: ($i / 12) * 100%
|
@@ -0,0 +1,145 @@
|
|
1
|
+
$hero-body-padding: 3rem 1.5rem !default
|
2
|
+
$hero-body-padding-small: 1.5rem !default
|
3
|
+
$hero-body-padding-medium: 9rem 1.5rem !default
|
4
|
+
$hero-body-padding-large: 18rem 1.5rem !default
|
5
|
+
|
6
|
+
// Main container
|
7
|
+
.hero
|
8
|
+
align-items: stretch
|
9
|
+
display: flex
|
10
|
+
flex-direction: column
|
11
|
+
justify-content: space-between
|
12
|
+
.navbar
|
13
|
+
background: none
|
14
|
+
.tabs
|
15
|
+
ul
|
16
|
+
border-bottom: none
|
17
|
+
// Colors
|
18
|
+
@each $name, $pair in $colors
|
19
|
+
$color: nth($pair, 1)
|
20
|
+
$color-invert: nth($pair, 2)
|
21
|
+
&.is-#{$name}
|
22
|
+
background-color: $color
|
23
|
+
color: $color-invert
|
24
|
+
a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
|
25
|
+
strong
|
26
|
+
color: inherit
|
27
|
+
.title
|
28
|
+
color: $color-invert
|
29
|
+
.subtitle
|
30
|
+
color: bulmaRgba($color-invert, 0.9)
|
31
|
+
a:not(.button),
|
32
|
+
strong
|
33
|
+
color: $color-invert
|
34
|
+
.navbar-menu
|
35
|
+
+touch
|
36
|
+
background-color: $color
|
37
|
+
.navbar-item,
|
38
|
+
.navbar-link
|
39
|
+
color: bulmaRgba($color-invert, 0.7)
|
40
|
+
a.navbar-item,
|
41
|
+
.navbar-link
|
42
|
+
&:hover,
|
43
|
+
&.is-active
|
44
|
+
background-color: bulmaDarken($color, 5%)
|
45
|
+
color: $color-invert
|
46
|
+
.tabs
|
47
|
+
a
|
48
|
+
color: $color-invert
|
49
|
+
opacity: 0.9
|
50
|
+
&:hover
|
51
|
+
opacity: 1
|
52
|
+
li
|
53
|
+
&.is-active a
|
54
|
+
opacity: 1
|
55
|
+
&.is-boxed,
|
56
|
+
&.is-toggle
|
57
|
+
a
|
58
|
+
color: $color-invert
|
59
|
+
&:hover
|
60
|
+
background-color: bulmaRgba($scheme-invert, 0.1)
|
61
|
+
li.is-active a
|
62
|
+
&,
|
63
|
+
&:hover
|
64
|
+
background-color: $color-invert
|
65
|
+
border-color: $color-invert
|
66
|
+
color: $color
|
67
|
+
// Modifiers
|
68
|
+
@if type-of($color) == 'color'
|
69
|
+
&.is-bold
|
70
|
+
$gradient-top-left: darken(saturate(adjust-hue($color, -10deg), 10%), 10%)
|
71
|
+
$gradient-bottom-right: lighten(saturate(adjust-hue($color, 10deg), 5%), 5%)
|
72
|
+
background-image: linear-gradient(141deg, $gradient-top-left 0%, $color 71%, $gradient-bottom-right 100%)
|
73
|
+
+mobile
|
74
|
+
.navbar-menu
|
75
|
+
background-image: linear-gradient(141deg, $gradient-top-left 0%, $color 71%, $gradient-bottom-right 100%)
|
76
|
+
// Sizes
|
77
|
+
&.is-small
|
78
|
+
.hero-body
|
79
|
+
padding: $hero-body-padding-small
|
80
|
+
&.is-medium
|
81
|
+
+tablet
|
82
|
+
.hero-body
|
83
|
+
padding: $hero-body-padding-medium
|
84
|
+
&.is-large
|
85
|
+
+tablet
|
86
|
+
.hero-body
|
87
|
+
padding: $hero-body-padding-large
|
88
|
+
&.is-halfheight,
|
89
|
+
&.is-fullheight,
|
90
|
+
&.is-fullheight-with-navbar
|
91
|
+
.hero-body
|
92
|
+
align-items: center
|
93
|
+
display: flex
|
94
|
+
& > .container
|
95
|
+
flex-grow: 1
|
96
|
+
flex-shrink: 1
|
97
|
+
&.is-halfheight
|
98
|
+
min-height: 50vh
|
99
|
+
&.is-fullheight
|
100
|
+
min-height: 100vh
|
101
|
+
|
102
|
+
// Components
|
103
|
+
|
104
|
+
.hero-video
|
105
|
+
@extend %overlay
|
106
|
+
overflow: hidden
|
107
|
+
video
|
108
|
+
left: 50%
|
109
|
+
min-height: 100%
|
110
|
+
min-width: 100%
|
111
|
+
position: absolute
|
112
|
+
top: 50%
|
113
|
+
transform: translate3d(-50%, -50%, 0)
|
114
|
+
// Modifiers
|
115
|
+
&.is-transparent
|
116
|
+
opacity: 0.3
|
117
|
+
// Responsiveness
|
118
|
+
+mobile
|
119
|
+
display: none
|
120
|
+
|
121
|
+
.hero-buttons
|
122
|
+
margin-top: 1.5rem
|
123
|
+
// Responsiveness
|
124
|
+
+mobile
|
125
|
+
.button
|
126
|
+
display: flex
|
127
|
+
&:not(:last-child)
|
128
|
+
margin-bottom: 0.75rem
|
129
|
+
+tablet
|
130
|
+
display: flex
|
131
|
+
justify-content: center
|
132
|
+
.button:not(:last-child)
|
133
|
+
margin-right: 1.5rem
|
134
|
+
|
135
|
+
// Containers
|
136
|
+
|
137
|
+
.hero-head,
|
138
|
+
.hero-foot
|
139
|
+
flex-grow: 0
|
140
|
+
flex-shrink: 0
|
141
|
+
|
142
|
+
.hero-body
|
143
|
+
flex-grow: 1
|
144
|
+
flex-shrink: 0
|
145
|
+
padding: $hero-body-padding
|
@@ -0,0 +1,13 @@
|
|
1
|
+
$section-padding: 3rem 1.5rem !default
|
2
|
+
$section-padding-medium: 9rem 1.5rem !default
|
3
|
+
$section-padding-large: 18rem 1.5rem !default
|
4
|
+
|
5
|
+
.section
|
6
|
+
padding: $section-padding
|
7
|
+
// Responsiveness
|
8
|
+
+desktop
|
9
|
+
// Sizes
|
10
|
+
&.is-medium
|
11
|
+
padding: $section-padding-medium
|
12
|
+
&.is-large
|
13
|
+
padding: $section-padding-large
|