intia-theme 0.1.0 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- 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,142 @@
|
|
1
|
+
$body-background-color: $scheme-main !default
|
2
|
+
$body-size: 16px !default
|
3
|
+
$body-min-width: 300px !default
|
4
|
+
$body-rendering: optimizeLegibility !default
|
5
|
+
$body-family: $family-primary !default
|
6
|
+
$body-overflow-x: hidden !default
|
7
|
+
$body-overflow-y: scroll !default
|
8
|
+
|
9
|
+
$body-color: $text !default
|
10
|
+
$body-font-size: 1em !default
|
11
|
+
$body-weight: $weight-normal !default
|
12
|
+
$body-line-height: 1.5 !default
|
13
|
+
|
14
|
+
$code-family: $family-code !default
|
15
|
+
$code-padding: 0.25em 0.5em 0.25em !default
|
16
|
+
$code-weight: normal !default
|
17
|
+
$code-size: 0.875em !default
|
18
|
+
|
19
|
+
$small-font-size: 0.875em !default
|
20
|
+
|
21
|
+
$hr-background-color: $background !default
|
22
|
+
$hr-height: 2px !default
|
23
|
+
$hr-margin: 1.5rem 0 !default
|
24
|
+
|
25
|
+
$strong-color: $text-strong !default
|
26
|
+
$strong-weight: $weight-bold !default
|
27
|
+
|
28
|
+
$pre-font-size: 0.875em !default
|
29
|
+
$pre-padding: 1.25rem 1.5rem !default
|
30
|
+
$pre-code-font-size: 1em !default
|
31
|
+
|
32
|
+
html
|
33
|
+
background-color: $body-background-color
|
34
|
+
font-size: $body-size
|
35
|
+
-moz-osx-font-smoothing: grayscale
|
36
|
+
-webkit-font-smoothing: antialiased
|
37
|
+
min-width: $body-min-width
|
38
|
+
overflow-x: $body-overflow-x
|
39
|
+
overflow-y: $body-overflow-y
|
40
|
+
text-rendering: $body-rendering
|
41
|
+
text-size-adjust: 100%
|
42
|
+
|
43
|
+
article,
|
44
|
+
aside,
|
45
|
+
figure,
|
46
|
+
footer,
|
47
|
+
header,
|
48
|
+
hgroup,
|
49
|
+
section
|
50
|
+
display: block
|
51
|
+
|
52
|
+
body,
|
53
|
+
button,
|
54
|
+
input,
|
55
|
+
select,
|
56
|
+
textarea
|
57
|
+
font-family: $body-family
|
58
|
+
|
59
|
+
code,
|
60
|
+
pre
|
61
|
+
-moz-osx-font-smoothing: auto
|
62
|
+
-webkit-font-smoothing: auto
|
63
|
+
font-family: $code-family
|
64
|
+
|
65
|
+
body
|
66
|
+
color: $body-color
|
67
|
+
font-size: $body-font-size
|
68
|
+
font-weight: $body-weight
|
69
|
+
line-height: $body-line-height
|
70
|
+
|
71
|
+
// Inline
|
72
|
+
|
73
|
+
a
|
74
|
+
color: $link
|
75
|
+
cursor: pointer
|
76
|
+
text-decoration: none
|
77
|
+
strong
|
78
|
+
color: currentColor
|
79
|
+
&:hover
|
80
|
+
color: $link-hover
|
81
|
+
|
82
|
+
code
|
83
|
+
background-color: $code-background
|
84
|
+
color: $code
|
85
|
+
font-size: $code-size
|
86
|
+
font-weight: $code-weight
|
87
|
+
padding: $code-padding
|
88
|
+
|
89
|
+
hr
|
90
|
+
background-color: $hr-background-color
|
91
|
+
border: none
|
92
|
+
display: block
|
93
|
+
height: $hr-height
|
94
|
+
margin: $hr-margin
|
95
|
+
|
96
|
+
img
|
97
|
+
height: auto
|
98
|
+
max-width: 100%
|
99
|
+
|
100
|
+
input[type="checkbox"],
|
101
|
+
input[type="radio"]
|
102
|
+
vertical-align: baseline
|
103
|
+
|
104
|
+
small
|
105
|
+
font-size: $small-font-size
|
106
|
+
|
107
|
+
span
|
108
|
+
font-style: inherit
|
109
|
+
font-weight: inherit
|
110
|
+
|
111
|
+
strong
|
112
|
+
color: $strong-color
|
113
|
+
font-weight: $strong-weight
|
114
|
+
|
115
|
+
// Block
|
116
|
+
|
117
|
+
fieldset
|
118
|
+
border: none
|
119
|
+
|
120
|
+
pre
|
121
|
+
+overflow-touch
|
122
|
+
background-color: $pre-background
|
123
|
+
color: $pre
|
124
|
+
font-size: $pre-font-size
|
125
|
+
overflow-x: auto
|
126
|
+
padding: $pre-padding
|
127
|
+
white-space: pre
|
128
|
+
word-wrap: normal
|
129
|
+
code
|
130
|
+
background-color: transparent
|
131
|
+
color: currentColor
|
132
|
+
font-size: $pre-code-font-size
|
133
|
+
padding: 0
|
134
|
+
|
135
|
+
table
|
136
|
+
td,
|
137
|
+
th
|
138
|
+
vertical-align: top
|
139
|
+
&:not([align])
|
140
|
+
text-align: left
|
141
|
+
th
|
142
|
+
color: $text-strong
|
@@ -0,0 +1,281 @@
|
|
1
|
+
// Float
|
2
|
+
|
3
|
+
.is-clearfix
|
4
|
+
+clearfix
|
5
|
+
|
6
|
+
.is-pulled-left
|
7
|
+
float: left !important
|
8
|
+
|
9
|
+
.is-pulled-right
|
10
|
+
float: right !important
|
11
|
+
|
12
|
+
// Overflow
|
13
|
+
|
14
|
+
.is-clipped
|
15
|
+
overflow: hidden !important
|
16
|
+
|
17
|
+
// Overlay
|
18
|
+
|
19
|
+
.is-overlay
|
20
|
+
@extend %overlay
|
21
|
+
|
22
|
+
// Typography
|
23
|
+
|
24
|
+
=typography-size($target:'')
|
25
|
+
@each $size in $sizes
|
26
|
+
$i: index($sizes, $size)
|
27
|
+
.is-size-#{$i}#{if($target == '', '', '-' + $target)}
|
28
|
+
font-size: $size !important
|
29
|
+
|
30
|
+
+typography-size()
|
31
|
+
|
32
|
+
+mobile
|
33
|
+
+typography-size('mobile')
|
34
|
+
|
35
|
+
+tablet
|
36
|
+
+typography-size('tablet')
|
37
|
+
|
38
|
+
+touch
|
39
|
+
+typography-size('touch')
|
40
|
+
|
41
|
+
+desktop
|
42
|
+
+typography-size('desktop')
|
43
|
+
|
44
|
+
+widescreen
|
45
|
+
+typography-size('widescreen')
|
46
|
+
|
47
|
+
+fullhd
|
48
|
+
+typography-size('fullhd')
|
49
|
+
|
50
|
+
$alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'right': 'right')
|
51
|
+
|
52
|
+
@each $alignment, $text-align in $alignments
|
53
|
+
.has-text-#{$alignment}
|
54
|
+
text-align: #{$text-align} !important
|
55
|
+
|
56
|
+
@each $alignment, $text-align in $alignments
|
57
|
+
+mobile
|
58
|
+
.has-text-#{$alignment}-mobile
|
59
|
+
text-align: #{$text-align} !important
|
60
|
+
+tablet
|
61
|
+
.has-text-#{$alignment}-tablet
|
62
|
+
text-align: #{$text-align} !important
|
63
|
+
+tablet-only
|
64
|
+
.has-text-#{$alignment}-tablet-only
|
65
|
+
text-align: #{$text-align} !important
|
66
|
+
+touch
|
67
|
+
.has-text-#{$alignment}-touch
|
68
|
+
text-align: #{$text-align} !important
|
69
|
+
+desktop
|
70
|
+
.has-text-#{$alignment}-desktop
|
71
|
+
text-align: #{$text-align} !important
|
72
|
+
+desktop-only
|
73
|
+
.has-text-#{$alignment}-desktop-only
|
74
|
+
text-align: #{$text-align} !important
|
75
|
+
+widescreen
|
76
|
+
.has-text-#{$alignment}-widescreen
|
77
|
+
text-align: #{$text-align} !important
|
78
|
+
+widescreen-only
|
79
|
+
.has-text-#{$alignment}-widescreen-only
|
80
|
+
text-align: #{$text-align} !important
|
81
|
+
+fullhd
|
82
|
+
.has-text-#{$alignment}-fullhd
|
83
|
+
text-align: #{$text-align} !important
|
84
|
+
|
85
|
+
.is-capitalized
|
86
|
+
text-transform: capitalize !important
|
87
|
+
|
88
|
+
.is-lowercase
|
89
|
+
text-transform: lowercase !important
|
90
|
+
|
91
|
+
.is-uppercase
|
92
|
+
text-transform: uppercase !important
|
93
|
+
|
94
|
+
.is-italic
|
95
|
+
font-style: italic !important
|
96
|
+
|
97
|
+
@each $name, $pair in $colors
|
98
|
+
$color: nth($pair, 1)
|
99
|
+
.has-text-#{$name}
|
100
|
+
color: $color !important
|
101
|
+
a.has-text-#{$name}
|
102
|
+
&:hover,
|
103
|
+
&:focus
|
104
|
+
color: bulmaDarken($color, 10%) !important
|
105
|
+
.has-background-#{$name}
|
106
|
+
background-color: $color !important
|
107
|
+
|
108
|
+
@each $name, $shade in $shades
|
109
|
+
.has-text-#{$name}
|
110
|
+
color: $shade !important
|
111
|
+
.has-background-#{$name}
|
112
|
+
background-color: $shade !important
|
113
|
+
|
114
|
+
.has-text-weight-light
|
115
|
+
font-weight: $weight-light !important
|
116
|
+
.has-text-weight-normal
|
117
|
+
font-weight: $weight-normal !important
|
118
|
+
.has-text-weight-medium
|
119
|
+
font-weight: $weight-medium !important
|
120
|
+
.has-text-weight-semibold
|
121
|
+
font-weight: $weight-semibold !important
|
122
|
+
.has-text-weight-bold
|
123
|
+
font-weight: $weight-bold !important
|
124
|
+
|
125
|
+
.is-family-primary
|
126
|
+
font-family: $family-primary !important
|
127
|
+
|
128
|
+
.is-family-secondary
|
129
|
+
font-family: $family-secondary !important
|
130
|
+
|
131
|
+
.is-family-sans-serif
|
132
|
+
font-family: $family-sans-serif !important
|
133
|
+
|
134
|
+
.is-family-monospace
|
135
|
+
font-family: $family-monospace !important
|
136
|
+
|
137
|
+
.is-family-code
|
138
|
+
font-family: $family-code !important
|
139
|
+
|
140
|
+
// Visibility
|
141
|
+
|
142
|
+
$displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
|
143
|
+
|
144
|
+
@each $display in $displays
|
145
|
+
.is-#{$display}
|
146
|
+
display: #{$display} !important
|
147
|
+
+mobile
|
148
|
+
.is-#{$display}-mobile
|
149
|
+
display: #{$display} !important
|
150
|
+
+tablet
|
151
|
+
.is-#{$display}-tablet
|
152
|
+
display: #{$display} !important
|
153
|
+
+tablet-only
|
154
|
+
.is-#{$display}-tablet-only
|
155
|
+
display: #{$display} !important
|
156
|
+
+touch
|
157
|
+
.is-#{$display}-touch
|
158
|
+
display: #{$display} !important
|
159
|
+
+desktop
|
160
|
+
.is-#{$display}-desktop
|
161
|
+
display: #{$display} !important
|
162
|
+
+desktop-only
|
163
|
+
.is-#{$display}-desktop-only
|
164
|
+
display: #{$display} !important
|
165
|
+
+widescreen
|
166
|
+
.is-#{$display}-widescreen
|
167
|
+
display: #{$display} !important
|
168
|
+
+widescreen-only
|
169
|
+
.is-#{$display}-widescreen-only
|
170
|
+
display: #{$display} !important
|
171
|
+
+fullhd
|
172
|
+
.is-#{$display}-fullhd
|
173
|
+
display: #{$display} !important
|
174
|
+
|
175
|
+
.is-hidden
|
176
|
+
display: none !important
|
177
|
+
|
178
|
+
.is-sr-only
|
179
|
+
border: none !important
|
180
|
+
clip: rect(0, 0, 0, 0) !important
|
181
|
+
height: 0.01em !important
|
182
|
+
overflow: hidden !important
|
183
|
+
padding: 0 !important
|
184
|
+
position: absolute !important
|
185
|
+
white-space: nowrap !important
|
186
|
+
width: 0.01em !important
|
187
|
+
|
188
|
+
+mobile
|
189
|
+
.is-hidden-mobile
|
190
|
+
display: none !important
|
191
|
+
|
192
|
+
+tablet
|
193
|
+
.is-hidden-tablet
|
194
|
+
display: none !important
|
195
|
+
|
196
|
+
+tablet-only
|
197
|
+
.is-hidden-tablet-only
|
198
|
+
display: none !important
|
199
|
+
|
200
|
+
+touch
|
201
|
+
.is-hidden-touch
|
202
|
+
display: none !important
|
203
|
+
|
204
|
+
+desktop
|
205
|
+
.is-hidden-desktop
|
206
|
+
display: none !important
|
207
|
+
|
208
|
+
+desktop-only
|
209
|
+
.is-hidden-desktop-only
|
210
|
+
display: none !important
|
211
|
+
|
212
|
+
+widescreen
|
213
|
+
.is-hidden-widescreen
|
214
|
+
display: none !important
|
215
|
+
|
216
|
+
+widescreen-only
|
217
|
+
.is-hidden-widescreen-only
|
218
|
+
display: none !important
|
219
|
+
|
220
|
+
+fullhd
|
221
|
+
.is-hidden-fullhd
|
222
|
+
display: none !important
|
223
|
+
|
224
|
+
.is-invisible
|
225
|
+
visibility: hidden !important
|
226
|
+
|
227
|
+
+mobile
|
228
|
+
.is-invisible-mobile
|
229
|
+
visibility: hidden !important
|
230
|
+
|
231
|
+
+tablet
|
232
|
+
.is-invisible-tablet
|
233
|
+
visibility: hidden !important
|
234
|
+
|
235
|
+
+tablet-only
|
236
|
+
.is-invisible-tablet-only
|
237
|
+
visibility: hidden !important
|
238
|
+
|
239
|
+
+touch
|
240
|
+
.is-invisible-touch
|
241
|
+
visibility: hidden !important
|
242
|
+
|
243
|
+
+desktop
|
244
|
+
.is-invisible-desktop
|
245
|
+
visibility: hidden !important
|
246
|
+
|
247
|
+
+desktop-only
|
248
|
+
.is-invisible-desktop-only
|
249
|
+
visibility: hidden !important
|
250
|
+
|
251
|
+
+widescreen
|
252
|
+
.is-invisible-widescreen
|
253
|
+
visibility: hidden !important
|
254
|
+
|
255
|
+
+widescreen-only
|
256
|
+
.is-invisible-widescreen-only
|
257
|
+
visibility: hidden !important
|
258
|
+
|
259
|
+
+fullhd
|
260
|
+
.is-invisible-fullhd
|
261
|
+
visibility: hidden !important
|
262
|
+
|
263
|
+
// Other
|
264
|
+
|
265
|
+
.is-marginless
|
266
|
+
margin: 0 !important
|
267
|
+
|
268
|
+
.is-paddingless
|
269
|
+
padding: 0 !important
|
270
|
+
|
271
|
+
.is-radiusless
|
272
|
+
border-radius: 0 !important
|
273
|
+
|
274
|
+
.is-shadowless
|
275
|
+
box-shadow: none !important
|
276
|
+
|
277
|
+
.is-unselectable
|
278
|
+
@extend %unselectable
|
279
|
+
|
280
|
+
.is-relative
|
281
|
+
position: relative !important
|
@@ -0,0 +1,79 @@
|
|
1
|
+
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
|
2
|
+
// Blocks
|
3
|
+
html,
|
4
|
+
body,
|
5
|
+
p,
|
6
|
+
ol,
|
7
|
+
ul,
|
8
|
+
li,
|
9
|
+
dl,
|
10
|
+
dt,
|
11
|
+
dd,
|
12
|
+
blockquote,
|
13
|
+
figure,
|
14
|
+
fieldset,
|
15
|
+
legend,
|
16
|
+
textarea,
|
17
|
+
pre,
|
18
|
+
iframe,
|
19
|
+
hr,
|
20
|
+
h1,
|
21
|
+
h2,
|
22
|
+
h3,
|
23
|
+
h4,
|
24
|
+
h5,
|
25
|
+
h6
|
26
|
+
margin: 0
|
27
|
+
padding: 0
|
28
|
+
|
29
|
+
// Headings
|
30
|
+
h1,
|
31
|
+
h2,
|
32
|
+
h3,
|
33
|
+
h4,
|
34
|
+
h5,
|
35
|
+
h6
|
36
|
+
font-size: 100%
|
37
|
+
font-weight: normal
|
38
|
+
|
39
|
+
// List
|
40
|
+
ul
|
41
|
+
list-style: none
|
42
|
+
|
43
|
+
// Form
|
44
|
+
button,
|
45
|
+
input,
|
46
|
+
select,
|
47
|
+
textarea
|
48
|
+
margin: 0
|
49
|
+
|
50
|
+
// Box sizing
|
51
|
+
html
|
52
|
+
box-sizing: border-box
|
53
|
+
|
54
|
+
*
|
55
|
+
&,
|
56
|
+
&::before,
|
57
|
+
&::after
|
58
|
+
box-sizing: inherit
|
59
|
+
|
60
|
+
// Media
|
61
|
+
img,
|
62
|
+
video
|
63
|
+
height: auto
|
64
|
+
max-width: 100%
|
65
|
+
|
66
|
+
// Iframe
|
67
|
+
iframe
|
68
|
+
border: 0
|
69
|
+
|
70
|
+
// Table
|
71
|
+
table
|
72
|
+
border-collapse: collapse
|
73
|
+
border-spacing: 0
|
74
|
+
|
75
|
+
td,
|
76
|
+
th
|
77
|
+
padding: 0
|
78
|
+
&:not([align])
|
79
|
+
text-align: left
|
@@ -0,0 +1,15 @@
|
|
1
|
+
@charset "utf-8"
|
2
|
+
|
3
|
+
@import "breadcrumb.sass"
|
4
|
+
@import "card.sass"
|
5
|
+
@import "dropdown.sass"
|
6
|
+
@import "level.sass"
|
7
|
+
@import "list.sass"
|
8
|
+
@import "media.sass"
|
9
|
+
@import "menu.sass"
|
10
|
+
@import "message.sass"
|
11
|
+
@import "modal.sass"
|
12
|
+
@import "navbar.sass"
|
13
|
+
@import "pagination.sass"
|
14
|
+
@import "panel.sass"
|
15
|
+
@import "tabs.sass"
|
@@ -0,0 +1,75 @@
|
|
1
|
+
$breadcrumb-item-color: $link !default
|
2
|
+
$breadcrumb-item-hover-color: $link-hover !default
|
3
|
+
$breadcrumb-item-active-color: $text-strong !default
|
4
|
+
|
5
|
+
$breadcrumb-item-padding-vertical: 0 !default
|
6
|
+
$breadcrumb-item-padding-horizontal: 0.75em !default
|
7
|
+
|
8
|
+
$breadcrumb-item-separator-color: $border-hover !default
|
9
|
+
|
10
|
+
.breadcrumb
|
11
|
+
@extend %block
|
12
|
+
@extend %unselectable
|
13
|
+
font-size: $size-normal
|
14
|
+
white-space: nowrap
|
15
|
+
a
|
16
|
+
align-items: center
|
17
|
+
color: $breadcrumb-item-color
|
18
|
+
display: flex
|
19
|
+
justify-content: center
|
20
|
+
padding: $breadcrumb-item-padding-vertical $breadcrumb-item-padding-horizontal
|
21
|
+
&:hover
|
22
|
+
color: $breadcrumb-item-hover-color
|
23
|
+
li
|
24
|
+
align-items: center
|
25
|
+
display: flex
|
26
|
+
&:first-child a
|
27
|
+
padding-left: 0
|
28
|
+
&.is-active
|
29
|
+
a
|
30
|
+
color: $breadcrumb-item-active-color
|
31
|
+
cursor: default
|
32
|
+
pointer-events: none
|
33
|
+
& + li::before
|
34
|
+
color: $breadcrumb-item-separator-color
|
35
|
+
content: "\0002f"
|
36
|
+
ul,
|
37
|
+
ol
|
38
|
+
align-items: flex-start
|
39
|
+
display: flex
|
40
|
+
flex-wrap: wrap
|
41
|
+
justify-content: flex-start
|
42
|
+
.icon
|
43
|
+
&:first-child
|
44
|
+
margin-right: 0.5em
|
45
|
+
&:last-child
|
46
|
+
margin-left: 0.5em
|
47
|
+
// Alignment
|
48
|
+
&.is-centered
|
49
|
+
ol,
|
50
|
+
ul
|
51
|
+
justify-content: center
|
52
|
+
&.is-right
|
53
|
+
ol,
|
54
|
+
ul
|
55
|
+
justify-content: flex-end
|
56
|
+
// Sizes
|
57
|
+
&.is-small
|
58
|
+
font-size: $size-small
|
59
|
+
&.is-medium
|
60
|
+
font-size: $size-medium
|
61
|
+
&.is-large
|
62
|
+
font-size: $size-large
|
63
|
+
// Styles
|
64
|
+
&.has-arrow-separator
|
65
|
+
li + li::before
|
66
|
+
content: "\02192"
|
67
|
+
&.has-bullet-separator
|
68
|
+
li + li::before
|
69
|
+
content: "\02022"
|
70
|
+
&.has-dot-separator
|
71
|
+
li + li::before
|
72
|
+
content: "\000b7"
|
73
|
+
&.has-succeeds-separator
|
74
|
+
li + li::before
|
75
|
+
content: "\0227B"
|
@@ -0,0 +1,79 @@
|
|
1
|
+
$card-color: $text !default
|
2
|
+
$card-background-color: $scheme-main !default
|
3
|
+
$card-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02) !default
|
4
|
+
|
5
|
+
$card-header-background-color: transparent !default
|
6
|
+
$card-header-color: $text-strong !default
|
7
|
+
$card-header-padding: 0.75rem 1rem !default
|
8
|
+
$card-header-shadow: 0 0.125em 0.25em rgba($scheme-invert, 0.1) !default
|
9
|
+
$card-header-weight: $weight-bold !default
|
10
|
+
|
11
|
+
$card-content-background-color: transparent !default
|
12
|
+
$card-content-padding: 1.5rem !default
|
13
|
+
|
14
|
+
$card-footer-background-color: transparent !default
|
15
|
+
$card-footer-border-top: 1px solid $border-light !default
|
16
|
+
$card-footer-padding: 0.75rem !default
|
17
|
+
|
18
|
+
$card-media-margin: $block-spacing !default
|
19
|
+
|
20
|
+
.card
|
21
|
+
background-color: $card-background-color
|
22
|
+
box-shadow: $card-shadow
|
23
|
+
color: $card-color
|
24
|
+
max-width: 100%
|
25
|
+
position: relative
|
26
|
+
|
27
|
+
.card-header
|
28
|
+
background-color: $card-header-background-color
|
29
|
+
align-items: stretch
|
30
|
+
box-shadow: $card-header-shadow
|
31
|
+
display: flex
|
32
|
+
|
33
|
+
.card-header-title
|
34
|
+
align-items: center
|
35
|
+
color: $card-header-color
|
36
|
+
display: flex
|
37
|
+
flex-grow: 1
|
38
|
+
font-weight: $card-header-weight
|
39
|
+
padding: $card-header-padding
|
40
|
+
&.is-centered
|
41
|
+
justify-content: center
|
42
|
+
|
43
|
+
.card-header-icon
|
44
|
+
align-items: center
|
45
|
+
cursor: pointer
|
46
|
+
display: flex
|
47
|
+
justify-content: center
|
48
|
+
padding: $card-header-padding
|
49
|
+
|
50
|
+
.card-image
|
51
|
+
display: block
|
52
|
+
position: relative
|
53
|
+
|
54
|
+
.card-content
|
55
|
+
background-color: $card-content-background-color
|
56
|
+
padding: $card-content-padding
|
57
|
+
|
58
|
+
.card-footer
|
59
|
+
background-color: $card-footer-background-color
|
60
|
+
border-top: $card-footer-border-top
|
61
|
+
align-items: stretch
|
62
|
+
display: flex
|
63
|
+
|
64
|
+
.card-footer-item
|
65
|
+
align-items: center
|
66
|
+
display: flex
|
67
|
+
flex-basis: 0
|
68
|
+
flex-grow: 1
|
69
|
+
flex-shrink: 0
|
70
|
+
justify-content: center
|
71
|
+
padding: $card-footer-padding
|
72
|
+
&:not(:last-child)
|
73
|
+
border-right: $card-footer-border-top
|
74
|
+
|
75
|
+
// Combinations
|
76
|
+
|
77
|
+
.card
|
78
|
+
.media:not(:last-child)
|
79
|
+
margin-bottom: $card-media-margin
|