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,166 @@
|
|
1
|
+
@import "../utilities/controls"
|
2
|
+
@import "../utilities/mixins"
|
3
|
+
|
4
|
+
$pagination-color: $text-strong !default
|
5
|
+
$pagination-border-color: $border !default
|
6
|
+
$pagination-margin: -0.25rem !default
|
7
|
+
$pagination-min-width: $control-height !default
|
8
|
+
|
9
|
+
$pagination-item-font-size: 1em !default
|
10
|
+
$pagination-item-margin: 0.25rem !default
|
11
|
+
$pagination-item-padding-left: 0.5em !default
|
12
|
+
$pagination-item-padding-right: 0.5em !default
|
13
|
+
|
14
|
+
$pagination-nav-padding-left: 0.75em !default
|
15
|
+
$pagination-nav-padding-right: 0.75em !default
|
16
|
+
|
17
|
+
$pagination-hover-color: $link-hover !default
|
18
|
+
$pagination-hover-border-color: $link-hover-border !default
|
19
|
+
|
20
|
+
$pagination-focus-color: $link-focus !default
|
21
|
+
$pagination-focus-border-color: $link-focus-border !default
|
22
|
+
|
23
|
+
$pagination-active-color: $link-active !default
|
24
|
+
$pagination-active-border-color: $link-active-border !default
|
25
|
+
|
26
|
+
$pagination-disabled-color: $text-light !default
|
27
|
+
$pagination-disabled-background-color: $border !default
|
28
|
+
$pagination-disabled-border-color: $border !default
|
29
|
+
|
30
|
+
$pagination-current-color: $link-invert !default
|
31
|
+
$pagination-current-background-color: $link !default
|
32
|
+
$pagination-current-border-color: $link !default
|
33
|
+
|
34
|
+
$pagination-ellipsis-color: $grey-light !default
|
35
|
+
|
36
|
+
$pagination-shadow-inset: inset 0 1px 2px rgba($scheme-invert, 0.2) !default
|
37
|
+
|
38
|
+
.pagination
|
39
|
+
@extend %block
|
40
|
+
font-size: $size-normal
|
41
|
+
margin: $pagination-margin
|
42
|
+
// Sizes
|
43
|
+
&.is-small
|
44
|
+
font-size: $size-small
|
45
|
+
&.is-medium
|
46
|
+
font-size: $size-medium
|
47
|
+
&.is-large
|
48
|
+
font-size: $size-large
|
49
|
+
&.is-rounded
|
50
|
+
.pagination-previous,
|
51
|
+
.pagination-next
|
52
|
+
padding-left: 1em
|
53
|
+
padding-right: 1em
|
54
|
+
border-radius: $radius-rounded
|
55
|
+
.pagination-link
|
56
|
+
border-radius: $radius-rounded
|
57
|
+
|
58
|
+
.pagination,
|
59
|
+
.pagination-list
|
60
|
+
align-items: center
|
61
|
+
display: flex
|
62
|
+
justify-content: center
|
63
|
+
text-align: center
|
64
|
+
|
65
|
+
.pagination-previous,
|
66
|
+
.pagination-next,
|
67
|
+
.pagination-link,
|
68
|
+
.pagination-ellipsis
|
69
|
+
@extend %control
|
70
|
+
@extend %unselectable
|
71
|
+
font-size: $pagination-item-font-size
|
72
|
+
justify-content: center
|
73
|
+
margin: $pagination-item-margin
|
74
|
+
padding-left: $pagination-item-padding-left
|
75
|
+
padding-right: $pagination-item-padding-right
|
76
|
+
text-align: center
|
77
|
+
|
78
|
+
.pagination-previous,
|
79
|
+
.pagination-next,
|
80
|
+
.pagination-link
|
81
|
+
border-color: $pagination-border-color
|
82
|
+
color: $pagination-color
|
83
|
+
min-width: $pagination-min-width
|
84
|
+
&:hover
|
85
|
+
border-color: $pagination-hover-border-color
|
86
|
+
color: $pagination-hover-color
|
87
|
+
&:focus
|
88
|
+
border-color: $pagination-focus-border-color
|
89
|
+
&:active
|
90
|
+
box-shadow: $pagination-shadow-inset
|
91
|
+
&[disabled]
|
92
|
+
background-color: $pagination-disabled-background-color
|
93
|
+
border-color: $pagination-disabled-border-color
|
94
|
+
box-shadow: none
|
95
|
+
color: $pagination-disabled-color
|
96
|
+
opacity: 0.5
|
97
|
+
|
98
|
+
.pagination-previous,
|
99
|
+
.pagination-next
|
100
|
+
padding-left: $pagination-nav-padding-left
|
101
|
+
padding-right: $pagination-nav-padding-right
|
102
|
+
white-space: nowrap
|
103
|
+
|
104
|
+
.pagination-link
|
105
|
+
&.is-current
|
106
|
+
background-color: $pagination-current-background-color
|
107
|
+
border-color: $pagination-current-border-color
|
108
|
+
color: $pagination-current-color
|
109
|
+
|
110
|
+
.pagination-ellipsis
|
111
|
+
color: $pagination-ellipsis-color
|
112
|
+
pointer-events: none
|
113
|
+
|
114
|
+
.pagination-list
|
115
|
+
flex-wrap: wrap
|
116
|
+
li
|
117
|
+
list-style: none
|
118
|
+
|
119
|
+
+mobile
|
120
|
+
.pagination
|
121
|
+
flex-wrap: wrap
|
122
|
+
.pagination-previous,
|
123
|
+
.pagination-next
|
124
|
+
flex-grow: 1
|
125
|
+
flex-shrink: 1
|
126
|
+
.pagination-list
|
127
|
+
li
|
128
|
+
flex-grow: 1
|
129
|
+
flex-shrink: 1
|
130
|
+
|
131
|
+
+tablet
|
132
|
+
.pagination-list
|
133
|
+
flex-grow: 1
|
134
|
+
flex-shrink: 1
|
135
|
+
justify-content: flex-start
|
136
|
+
order: 1
|
137
|
+
.pagination-previous,
|
138
|
+
.pagination-next,
|
139
|
+
.pagination-link,
|
140
|
+
.pagination-ellipsis
|
141
|
+
margin-bottom: 0
|
142
|
+
margin-top: 0
|
143
|
+
.pagination-previous
|
144
|
+
order: 2
|
145
|
+
.pagination-next
|
146
|
+
order: 3
|
147
|
+
.pagination
|
148
|
+
justify-content: space-between
|
149
|
+
margin-bottom: 0
|
150
|
+
margin-top: 0
|
151
|
+
&.is-centered
|
152
|
+
.pagination-previous
|
153
|
+
order: 1
|
154
|
+
.pagination-list
|
155
|
+
justify-content: center
|
156
|
+
order: 2
|
157
|
+
.pagination-next
|
158
|
+
order: 3
|
159
|
+
&.is-right
|
160
|
+
.pagination-previous
|
161
|
+
order: 1
|
162
|
+
.pagination-next
|
163
|
+
order: 2
|
164
|
+
.pagination-list
|
165
|
+
justify-content: flex-end
|
166
|
+
order: 3
|
@@ -0,0 +1,121 @@
|
|
1
|
+
@import "../utilities/mixins"
|
2
|
+
|
3
|
+
$panel-margin: $block-spacing !default
|
4
|
+
$panel-item-border: 1px solid $border-light !default
|
5
|
+
$panel-radius: $radius-large !default
|
6
|
+
$panel-shadow: $shadow !default
|
7
|
+
|
8
|
+
$panel-heading-background-color: $border-light !default
|
9
|
+
$panel-heading-color: $text-strong !default
|
10
|
+
$panel-heading-line-height: 1.25 !default
|
11
|
+
$panel-heading-padding: 0.75em 1em !default
|
12
|
+
$panel-heading-radius: $radius !default
|
13
|
+
$panel-heading-size: 1.25em !default
|
14
|
+
$panel-heading-weight: $weight-bold !default
|
15
|
+
|
16
|
+
$panel-tabs-font-size: 0.875em !default
|
17
|
+
$panel-tab-border-bottom: 1px solid $border !default
|
18
|
+
$panel-tab-active-border-bottom-color: $link-active-border !default
|
19
|
+
$panel-tab-active-color: $link-active !default
|
20
|
+
|
21
|
+
$panel-list-item-color: $text !default
|
22
|
+
$panel-list-item-hover-color: $link !default
|
23
|
+
|
24
|
+
$panel-block-color: $text-strong !default
|
25
|
+
$panel-block-hover-background-color: $background !default
|
26
|
+
$panel-block-active-border-left-color: $link !default
|
27
|
+
$panel-block-active-color: $link-active !default
|
28
|
+
$panel-block-active-icon-color: $link !default
|
29
|
+
|
30
|
+
$panel-icon-color: $text-light !default
|
31
|
+
$panel-colors: $colors !default
|
32
|
+
|
33
|
+
.panel
|
34
|
+
border-radius: $panel-radius
|
35
|
+
box-shadow: $panel-shadow
|
36
|
+
font-size: $size-normal
|
37
|
+
&:not(:last-child)
|
38
|
+
margin-bottom: $panel-margin
|
39
|
+
// Colors
|
40
|
+
@each $name, $components in $panel-colors
|
41
|
+
$color: nth($components, 1)
|
42
|
+
$color-invert: nth($components, 2)
|
43
|
+
&.is-#{$name}
|
44
|
+
.panel-heading
|
45
|
+
background-color: $color
|
46
|
+
color: $color-invert
|
47
|
+
.panel-tabs a.is-active
|
48
|
+
border-bottom-color: $color
|
49
|
+
.panel-block.is-active .panel-icon
|
50
|
+
color: $color
|
51
|
+
|
52
|
+
.panel-tabs,
|
53
|
+
.panel-block
|
54
|
+
&:not(:last-child)
|
55
|
+
border-bottom: $panel-item-border
|
56
|
+
|
57
|
+
.panel-heading
|
58
|
+
background-color: $panel-heading-background-color
|
59
|
+
border-radius: $panel-radius $panel-radius 0 0
|
60
|
+
color: $panel-heading-color
|
61
|
+
font-size: $panel-heading-size
|
62
|
+
font-weight: $panel-heading-weight
|
63
|
+
line-height: $panel-heading-line-height
|
64
|
+
padding: $panel-heading-padding
|
65
|
+
|
66
|
+
.panel-tabs
|
67
|
+
align-items: flex-end
|
68
|
+
display: flex
|
69
|
+
font-size: $panel-tabs-font-size
|
70
|
+
justify-content: center
|
71
|
+
a
|
72
|
+
border-bottom: $panel-tab-border-bottom
|
73
|
+
margin-bottom: -1px
|
74
|
+
padding: 0.5em
|
75
|
+
// Modifiers
|
76
|
+
&.is-active
|
77
|
+
border-bottom-color: $panel-tab-active-border-bottom-color
|
78
|
+
color: $panel-tab-active-color
|
79
|
+
|
80
|
+
.panel-list
|
81
|
+
a
|
82
|
+
color: $panel-list-item-color
|
83
|
+
&:hover
|
84
|
+
color: $panel-list-item-hover-color
|
85
|
+
|
86
|
+
.panel-block
|
87
|
+
align-items: center
|
88
|
+
color: $panel-block-color
|
89
|
+
display: flex
|
90
|
+
justify-content: flex-start
|
91
|
+
padding: 0.5em 0.75em
|
92
|
+
input[type="checkbox"]
|
93
|
+
+ltr-property("margin", 0.75em)
|
94
|
+
& > .control
|
95
|
+
flex-grow: 1
|
96
|
+
flex-shrink: 1
|
97
|
+
width: 100%
|
98
|
+
&.is-wrapped
|
99
|
+
flex-wrap: wrap
|
100
|
+
&.is-active
|
101
|
+
border-left-color: $panel-block-active-border-left-color
|
102
|
+
color: $panel-block-active-color
|
103
|
+
.panel-icon
|
104
|
+
color: $panel-block-active-icon-color
|
105
|
+
&:last-child
|
106
|
+
border-bottom-left-radius: $panel-radius
|
107
|
+
border-bottom-right-radius: $panel-radius
|
108
|
+
|
109
|
+
a.panel-block,
|
110
|
+
label.panel-block
|
111
|
+
cursor: pointer
|
112
|
+
&:hover
|
113
|
+
background-color: $panel-block-hover-background-color
|
114
|
+
|
115
|
+
.panel-icon
|
116
|
+
+fa(14px, 1em)
|
117
|
+
color: $panel-icon-color
|
118
|
+
+ltr-property("margin", 0.75em)
|
119
|
+
.fa
|
120
|
+
font-size: inherit
|
121
|
+
line-height: inherit
|
@@ -0,0 +1,176 @@
|
|
1
|
+
@import "../utilities/mixins"
|
2
|
+
|
3
|
+
$tabs-border-bottom-color: $border !default
|
4
|
+
$tabs-border-bottom-style: solid !default
|
5
|
+
$tabs-border-bottom-width: 1px !default
|
6
|
+
$tabs-link-color: $text !default
|
7
|
+
$tabs-link-hover-border-bottom-color: $text-strong !default
|
8
|
+
$tabs-link-hover-color: $text-strong !default
|
9
|
+
$tabs-link-active-border-bottom-color: $link !default
|
10
|
+
$tabs-link-active-color: $link !default
|
11
|
+
$tabs-link-padding: 0.5em 1em !default
|
12
|
+
|
13
|
+
$tabs-boxed-link-radius: $radius !default
|
14
|
+
$tabs-boxed-link-hover-background-color: $background !default
|
15
|
+
$tabs-boxed-link-hover-border-bottom-color: $border !default
|
16
|
+
|
17
|
+
$tabs-boxed-link-active-background-color: $scheme-main !default
|
18
|
+
$tabs-boxed-link-active-border-color: $border !default
|
19
|
+
$tabs-boxed-link-active-border-bottom-color: transparent !default
|
20
|
+
|
21
|
+
$tabs-toggle-link-border-color: $border !default
|
22
|
+
$tabs-toggle-link-border-style: solid !default
|
23
|
+
$tabs-toggle-link-border-width: 1px !default
|
24
|
+
$tabs-toggle-link-hover-background-color: $background !default
|
25
|
+
$tabs-toggle-link-hover-border-color: $border-hover !default
|
26
|
+
$tabs-toggle-link-radius: $radius !default
|
27
|
+
$tabs-toggle-link-active-background-color: $link !default
|
28
|
+
$tabs-toggle-link-active-border-color: $link !default
|
29
|
+
$tabs-toggle-link-active-color: $link-invert !default
|
30
|
+
|
31
|
+
.tabs
|
32
|
+
@extend %block
|
33
|
+
+overflow-touch
|
34
|
+
@extend %unselectable
|
35
|
+
align-items: stretch
|
36
|
+
display: flex
|
37
|
+
font-size: $size-normal
|
38
|
+
justify-content: space-between
|
39
|
+
overflow: hidden
|
40
|
+
overflow-x: auto
|
41
|
+
white-space: nowrap
|
42
|
+
a
|
43
|
+
align-items: center
|
44
|
+
border-bottom-color: $tabs-border-bottom-color
|
45
|
+
border-bottom-style: $tabs-border-bottom-style
|
46
|
+
border-bottom-width: $tabs-border-bottom-width
|
47
|
+
color: $tabs-link-color
|
48
|
+
display: flex
|
49
|
+
justify-content: center
|
50
|
+
margin-bottom: -#{$tabs-border-bottom-width}
|
51
|
+
padding: $tabs-link-padding
|
52
|
+
vertical-align: top
|
53
|
+
&:hover
|
54
|
+
border-bottom-color: $tabs-link-hover-border-bottom-color
|
55
|
+
color: $tabs-link-hover-color
|
56
|
+
li
|
57
|
+
display: block
|
58
|
+
&.is-active
|
59
|
+
a
|
60
|
+
border-bottom-color: $tabs-link-active-border-bottom-color
|
61
|
+
color: $tabs-link-active-color
|
62
|
+
ul
|
63
|
+
align-items: center
|
64
|
+
border-bottom-color: $tabs-border-bottom-color
|
65
|
+
border-bottom-style: $tabs-border-bottom-style
|
66
|
+
border-bottom-width: $tabs-border-bottom-width
|
67
|
+
display: flex
|
68
|
+
flex-grow: 1
|
69
|
+
flex-shrink: 0
|
70
|
+
justify-content: flex-start
|
71
|
+
&.is-left
|
72
|
+
padding-right: 0.75em
|
73
|
+
&.is-center
|
74
|
+
flex: none
|
75
|
+
justify-content: center
|
76
|
+
padding-left: 0.75em
|
77
|
+
padding-right: 0.75em
|
78
|
+
&.is-right
|
79
|
+
justify-content: flex-end
|
80
|
+
padding-left: 0.75em
|
81
|
+
.icon
|
82
|
+
&:first-child
|
83
|
+
+ltr-property("margin", 0.5em)
|
84
|
+
&:last-child
|
85
|
+
+ltr-property("margin", 0.5em, false)
|
86
|
+
// Alignment
|
87
|
+
&.is-centered
|
88
|
+
ul
|
89
|
+
justify-content: center
|
90
|
+
&.is-right
|
91
|
+
ul
|
92
|
+
justify-content: flex-end
|
93
|
+
// Styles
|
94
|
+
&.is-boxed
|
95
|
+
a
|
96
|
+
border: 1px solid transparent
|
97
|
+
+ltr
|
98
|
+
border-radius: $tabs-boxed-link-radius $tabs-boxed-link-radius 0 0
|
99
|
+
+rtl
|
100
|
+
border-radius: 0 0 $tabs-boxed-link-radius $tabs-boxed-link-radius
|
101
|
+
&:hover
|
102
|
+
background-color: $tabs-boxed-link-hover-background-color
|
103
|
+
border-bottom-color: $tabs-boxed-link-hover-border-bottom-color
|
104
|
+
li
|
105
|
+
&.is-active
|
106
|
+
a
|
107
|
+
background-color: $tabs-boxed-link-active-background-color
|
108
|
+
border-color: $tabs-boxed-link-active-border-color
|
109
|
+
border-bottom-color: $tabs-boxed-link-active-border-bottom-color !important
|
110
|
+
&.is-fullwidth
|
111
|
+
li
|
112
|
+
flex-grow: 1
|
113
|
+
flex-shrink: 0
|
114
|
+
&.is-toggle
|
115
|
+
a
|
116
|
+
border-color: $tabs-toggle-link-border-color
|
117
|
+
border-style: $tabs-toggle-link-border-style
|
118
|
+
border-width: $tabs-toggle-link-border-width
|
119
|
+
margin-bottom: 0
|
120
|
+
position: relative
|
121
|
+
&:hover
|
122
|
+
background-color: $tabs-toggle-link-hover-background-color
|
123
|
+
border-color: $tabs-toggle-link-hover-border-color
|
124
|
+
z-index: 2
|
125
|
+
li
|
126
|
+
& + li
|
127
|
+
+ltr-property("margin", -#{$tabs-toggle-link-border-width}, false)
|
128
|
+
&:first-child a
|
129
|
+
+ltr
|
130
|
+
border-top-left-radius: $tabs-toggle-link-radius
|
131
|
+
border-bottom-left-radius: $tabs-toggle-link-radius
|
132
|
+
+rtl
|
133
|
+
border-top-right-radius: $tabs-toggle-link-radius
|
134
|
+
border-bottom-right-radius: $tabs-toggle-link-radius
|
135
|
+
&:last-child a
|
136
|
+
+ltr
|
137
|
+
border-top-right-radius: $tabs-toggle-link-radius
|
138
|
+
border-bottom-right-radius: $tabs-toggle-link-radius
|
139
|
+
+rtl
|
140
|
+
border-top-left-radius: $tabs-toggle-link-radius
|
141
|
+
border-bottom-left-radius: $tabs-toggle-link-radius
|
142
|
+
&.is-active
|
143
|
+
a
|
144
|
+
background-color: $tabs-toggle-link-active-background-color
|
145
|
+
border-color: $tabs-toggle-link-active-border-color
|
146
|
+
color: $tabs-toggle-link-active-color
|
147
|
+
z-index: 1
|
148
|
+
ul
|
149
|
+
border-bottom: none
|
150
|
+
&.is-toggle-rounded
|
151
|
+
li
|
152
|
+
&:first-child a
|
153
|
+
+ltr
|
154
|
+
border-bottom-left-radius: $radius-rounded
|
155
|
+
border-top-left-radius: $radius-rounded
|
156
|
+
padding-left: 1.25em
|
157
|
+
+rtl
|
158
|
+
border-bottom-right-radius: $radius-rounded
|
159
|
+
border-top-right-radius: $radius-rounded
|
160
|
+
padding-right: 1.25em
|
161
|
+
&:last-child a
|
162
|
+
+ltr
|
163
|
+
border-bottom-right-radius: $radius-rounded
|
164
|
+
border-top-right-radius: $radius-rounded
|
165
|
+
padding-right: 1.25em
|
166
|
+
+rtl
|
167
|
+
border-bottom-left-radius: $radius-rounded
|
168
|
+
border-top-left-radius: $radius-rounded
|
169
|
+
padding-left: 1.25em
|
170
|
+
// Sizes
|
171
|
+
&.is-small
|
172
|
+
font-size: $size-small
|
173
|
+
&.is-medium
|
174
|
+
font-size: $size-medium
|
175
|
+
&.is-large
|
176
|
+
font-size: $size-large
|
@@ -0,0 +1,16 @@
|
|
1
|
+
/* Bulma Elements */
|
2
|
+
@charset "utf-8"
|
3
|
+
|
4
|
+
@import "box"
|
5
|
+
@import "button"
|
6
|
+
@import "container"
|
7
|
+
@import "content"
|
8
|
+
@import "icon"
|
9
|
+
@import "image"
|
10
|
+
@import "notification"
|
11
|
+
@import "progress"
|
12
|
+
@import "table"
|
13
|
+
@import "tag"
|
14
|
+
@import "title"
|
15
|
+
|
16
|
+
@import "other"
|
@@ -0,0 +1,26 @@
|
|
1
|
+
@import "../utilities/mixins"
|
2
|
+
|
3
|
+
$box-color: $text !default
|
4
|
+
$box-background-color: $scheme-main !default
|
5
|
+
$box-radius: $radius-large !default
|
6
|
+
$box-shadow: $shadow !default
|
7
|
+
$box-padding: 1.25rem !default
|
8
|
+
|
9
|
+
$box-link-hover-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0 0 1px $link !default
|
10
|
+
$box-link-active-shadow: inset 0 1px 2px rgba($scheme-invert, 0.2), 0 0 0 1px $link !default
|
11
|
+
|
12
|
+
.box
|
13
|
+
@extend %block
|
14
|
+
background-color: $box-background-color
|
15
|
+
border-radius: $box-radius
|
16
|
+
box-shadow: $box-shadow
|
17
|
+
color: $box-color
|
18
|
+
display: block
|
19
|
+
padding: $box-padding
|
20
|
+
|
21
|
+
a.box
|
22
|
+
&:hover,
|
23
|
+
&:focus
|
24
|
+
box-shadow: $box-link-hover-shadow
|
25
|
+
&:active
|
26
|
+
box-shadow: $box-link-active-shadow
|