intia-theme 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/_main.scss +13 -11
- 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 +217 -2
- data/_config.yml +0 -72
@@ -0,0 +1,441 @@
|
|
1
|
+
$navbar-background-color: $scheme-main !default
|
2
|
+
$navbar-box-shadow-size: 0 2px 0 0 !default
|
3
|
+
$navbar-box-shadow-color: $background !default
|
4
|
+
$navbar-height: 3.25rem !default
|
5
|
+
$navbar-padding-vertical: 1rem !default
|
6
|
+
$navbar-padding-horizontal: 2rem !default
|
7
|
+
$navbar-z: 30 !default
|
8
|
+
$navbar-fixed-z: 30 !default
|
9
|
+
|
10
|
+
$navbar-item-color: $text !default
|
11
|
+
$navbar-item-hover-color: $link !default
|
12
|
+
$navbar-item-hover-background-color: $scheme-main-bis !default
|
13
|
+
$navbar-item-active-color: $scheme-invert !default
|
14
|
+
$navbar-item-active-background-color: transparent !default
|
15
|
+
$navbar-item-img-max-height: 1.75rem !default
|
16
|
+
|
17
|
+
$navbar-burger-color: $navbar-item-color !default
|
18
|
+
|
19
|
+
$navbar-tab-hover-background-color: transparent !default
|
20
|
+
$navbar-tab-hover-border-bottom-color: $link !default
|
21
|
+
$navbar-tab-active-color: $link !default
|
22
|
+
$navbar-tab-active-background-color: transparent !default
|
23
|
+
$navbar-tab-active-border-bottom-color: $link !default
|
24
|
+
$navbar-tab-active-border-bottom-style: solid !default
|
25
|
+
$navbar-tab-active-border-bottom-width: 3px !default
|
26
|
+
|
27
|
+
$navbar-dropdown-background-color: $scheme-main !default
|
28
|
+
$navbar-dropdown-border-top: 2px solid $border !default
|
29
|
+
$navbar-dropdown-offset: -4px !default
|
30
|
+
$navbar-dropdown-arrow: $link !default
|
31
|
+
$navbar-dropdown-radius: $radius-large !default
|
32
|
+
$navbar-dropdown-z: 20 !default
|
33
|
+
|
34
|
+
$navbar-dropdown-boxed-radius: $radius-large !default
|
35
|
+
$navbar-dropdown-boxed-shadow: 0 8px 8px bulmaRgba($scheme-invert, 0.1), 0 0 0 1px bulmaRgba($scheme-invert, 0.1) !default
|
36
|
+
|
37
|
+
$navbar-dropdown-item-hover-color: $scheme-invert !default
|
38
|
+
$navbar-dropdown-item-hover-background-color: $background !default
|
39
|
+
$navbar-dropdown-item-active-color: $link !default
|
40
|
+
$navbar-dropdown-item-active-background-color: $background !default
|
41
|
+
|
42
|
+
$navbar-divider-background-color: $background !default
|
43
|
+
$navbar-divider-height: 2px !default
|
44
|
+
|
45
|
+
$navbar-bottom-box-shadow-size: 0 -2px 0 0 !default
|
46
|
+
|
47
|
+
$navbar-breakpoint: $desktop !default
|
48
|
+
|
49
|
+
=navbar-fixed
|
50
|
+
left: 0
|
51
|
+
position: fixed
|
52
|
+
right: 0
|
53
|
+
z-index: $navbar-fixed-z
|
54
|
+
|
55
|
+
.navbar
|
56
|
+
background-color: $navbar-background-color
|
57
|
+
min-height: $navbar-height
|
58
|
+
position: relative
|
59
|
+
z-index: $navbar-z
|
60
|
+
@each $name, $pair in $colors
|
61
|
+
$color: nth($pair, 1)
|
62
|
+
$color-invert: nth($pair, 2)
|
63
|
+
&.is-#{$name}
|
64
|
+
background-color: $color
|
65
|
+
color: $color-invert
|
66
|
+
.navbar-brand
|
67
|
+
& > .navbar-item,
|
68
|
+
.navbar-link
|
69
|
+
color: $color-invert
|
70
|
+
& > a.navbar-item,
|
71
|
+
.navbar-link
|
72
|
+
&:focus,
|
73
|
+
&:hover,
|
74
|
+
&.is-active
|
75
|
+
background-color: bulmaDarken($color, 5%)
|
76
|
+
color: $color-invert
|
77
|
+
.navbar-link
|
78
|
+
&::after
|
79
|
+
border-color: $color-invert
|
80
|
+
.navbar-burger
|
81
|
+
color: $color-invert
|
82
|
+
+from($navbar-breakpoint)
|
83
|
+
.navbar-start,
|
84
|
+
.navbar-end
|
85
|
+
& > .navbar-item,
|
86
|
+
.navbar-link
|
87
|
+
color: $color-invert
|
88
|
+
& > a.navbar-item,
|
89
|
+
.navbar-link
|
90
|
+
&:focus,
|
91
|
+
&:hover,
|
92
|
+
&.is-active
|
93
|
+
background-color: bulmaDarken($color, 5%)
|
94
|
+
color: $color-invert
|
95
|
+
.navbar-link
|
96
|
+
&::after
|
97
|
+
border-color: $color-invert
|
98
|
+
.navbar-item.has-dropdown:focus .navbar-link,
|
99
|
+
.navbar-item.has-dropdown:hover .navbar-link,
|
100
|
+
.navbar-item.has-dropdown.is-active .navbar-link
|
101
|
+
background-color: bulmaDarken($color, 5%)
|
102
|
+
color: $color-invert
|
103
|
+
.navbar-dropdown
|
104
|
+
a.navbar-item
|
105
|
+
&.is-active
|
106
|
+
background-color: $color
|
107
|
+
color: $color-invert
|
108
|
+
& > .container
|
109
|
+
align-items: stretch
|
110
|
+
display: flex
|
111
|
+
min-height: $navbar-height
|
112
|
+
width: 100%
|
113
|
+
&.has-shadow
|
114
|
+
box-shadow: $navbar-box-shadow-size $navbar-box-shadow-color
|
115
|
+
&.is-fixed-bottom,
|
116
|
+
&.is-fixed-top
|
117
|
+
+navbar-fixed
|
118
|
+
&.is-fixed-bottom
|
119
|
+
bottom: 0
|
120
|
+
&.has-shadow
|
121
|
+
box-shadow: $navbar-bottom-box-shadow-size $navbar-box-shadow-color
|
122
|
+
&.is-fixed-top
|
123
|
+
top: 0
|
124
|
+
|
125
|
+
html,
|
126
|
+
body
|
127
|
+
&.has-navbar-fixed-top
|
128
|
+
padding-top: $navbar-height
|
129
|
+
&.has-navbar-fixed-bottom
|
130
|
+
padding-bottom: $navbar-height
|
131
|
+
|
132
|
+
.navbar-brand,
|
133
|
+
.navbar-tabs
|
134
|
+
align-items: stretch
|
135
|
+
display: flex
|
136
|
+
flex-shrink: 0
|
137
|
+
min-height: $navbar-height
|
138
|
+
|
139
|
+
.navbar-brand
|
140
|
+
a.navbar-item
|
141
|
+
&:focus,
|
142
|
+
&:hover
|
143
|
+
background-color: transparent
|
144
|
+
|
145
|
+
.navbar-tabs
|
146
|
+
+overflow-touch
|
147
|
+
max-width: 100vw
|
148
|
+
overflow-x: auto
|
149
|
+
overflow-y: hidden
|
150
|
+
|
151
|
+
.navbar-burger
|
152
|
+
color: $navbar-burger-color
|
153
|
+
+hamburger($navbar-height)
|
154
|
+
margin-left: auto
|
155
|
+
|
156
|
+
.navbar-menu
|
157
|
+
display: none
|
158
|
+
|
159
|
+
.navbar-item,
|
160
|
+
.navbar-link
|
161
|
+
color: $navbar-item-color
|
162
|
+
display: block
|
163
|
+
line-height: 1.5
|
164
|
+
padding: 0.5rem 0.75rem
|
165
|
+
position: relative
|
166
|
+
.icon
|
167
|
+
&:only-child
|
168
|
+
margin-left: -0.25rem
|
169
|
+
margin-right: -0.25rem
|
170
|
+
|
171
|
+
a.navbar-item,
|
172
|
+
.navbar-link
|
173
|
+
cursor: pointer
|
174
|
+
&:focus,
|
175
|
+
&:focus-within,
|
176
|
+
&:hover,
|
177
|
+
&.is-active
|
178
|
+
background-color: $navbar-item-hover-background-color
|
179
|
+
color: $navbar-item-hover-color
|
180
|
+
|
181
|
+
.navbar-item
|
182
|
+
flex-grow: 0
|
183
|
+
flex-shrink: 0
|
184
|
+
img
|
185
|
+
max-height: $navbar-item-img-max-height
|
186
|
+
&.has-dropdown
|
187
|
+
padding: 0
|
188
|
+
&.is-expanded
|
189
|
+
flex-grow: 1
|
190
|
+
flex-shrink: 1
|
191
|
+
&.is-tab
|
192
|
+
border-bottom: 1px solid transparent
|
193
|
+
min-height: $navbar-height
|
194
|
+
padding-bottom: calc(0.5rem - 1px)
|
195
|
+
&:focus,
|
196
|
+
&:hover
|
197
|
+
background-color: $navbar-tab-hover-background-color
|
198
|
+
border-bottom-color: $navbar-tab-hover-border-bottom-color
|
199
|
+
&.is-active
|
200
|
+
background-color: $navbar-tab-active-background-color
|
201
|
+
border-bottom-color: $navbar-tab-active-border-bottom-color
|
202
|
+
border-bottom-style: $navbar-tab-active-border-bottom-style
|
203
|
+
border-bottom-width: $navbar-tab-active-border-bottom-width
|
204
|
+
color: $navbar-tab-active-color
|
205
|
+
padding-bottom: calc(0.5rem - #{$navbar-tab-active-border-bottom-width})
|
206
|
+
|
207
|
+
.navbar-content
|
208
|
+
flex-grow: 1
|
209
|
+
flex-shrink: 1
|
210
|
+
|
211
|
+
.navbar-link:not(.is-arrowless)
|
212
|
+
padding-right: 2.5em
|
213
|
+
&::after
|
214
|
+
@extend %arrow
|
215
|
+
border-color: $navbar-dropdown-arrow
|
216
|
+
margin-top: -0.375em
|
217
|
+
right: 1.125em
|
218
|
+
|
219
|
+
.navbar-dropdown
|
220
|
+
font-size: 0.875rem
|
221
|
+
padding-bottom: 0.5rem
|
222
|
+
padding-top: 0.5rem
|
223
|
+
.navbar-item
|
224
|
+
padding-left: 1.5rem
|
225
|
+
padding-right: 1.5rem
|
226
|
+
|
227
|
+
.navbar-divider
|
228
|
+
background-color: $navbar-divider-background-color
|
229
|
+
border: none
|
230
|
+
display: none
|
231
|
+
height: $navbar-divider-height
|
232
|
+
margin: 0.5rem 0
|
233
|
+
|
234
|
+
+until($navbar-breakpoint)
|
235
|
+
.navbar > .container
|
236
|
+
display: block
|
237
|
+
.navbar-brand,
|
238
|
+
.navbar-tabs
|
239
|
+
.navbar-item
|
240
|
+
align-items: center
|
241
|
+
display: flex
|
242
|
+
.navbar-link
|
243
|
+
&::after
|
244
|
+
display: none
|
245
|
+
.navbar-menu
|
246
|
+
background-color: $navbar-background-color
|
247
|
+
box-shadow: 0 8px 16px bulmaRgba($scheme-invert, 0.1)
|
248
|
+
padding: 0.5rem 0
|
249
|
+
&.is-active
|
250
|
+
display: block
|
251
|
+
// Fixed navbar
|
252
|
+
.navbar
|
253
|
+
&.is-fixed-bottom-touch,
|
254
|
+
&.is-fixed-top-touch
|
255
|
+
+navbar-fixed
|
256
|
+
&.is-fixed-bottom-touch
|
257
|
+
bottom: 0
|
258
|
+
&.has-shadow
|
259
|
+
box-shadow: 0 -2px 3px bulmaRgba($scheme-invert, 0.1)
|
260
|
+
&.is-fixed-top-touch
|
261
|
+
top: 0
|
262
|
+
&.is-fixed-top,
|
263
|
+
&.is-fixed-top-touch
|
264
|
+
.navbar-menu
|
265
|
+
+overflow-touch
|
266
|
+
max-height: calc(100vh - #{$navbar-height})
|
267
|
+
overflow: auto
|
268
|
+
html,
|
269
|
+
body
|
270
|
+
&.has-navbar-fixed-top-touch
|
271
|
+
padding-top: $navbar-height
|
272
|
+
&.has-navbar-fixed-bottom-touch
|
273
|
+
padding-bottom: $navbar-height
|
274
|
+
|
275
|
+
+from($navbar-breakpoint)
|
276
|
+
.navbar,
|
277
|
+
.navbar-menu,
|
278
|
+
.navbar-start,
|
279
|
+
.navbar-end
|
280
|
+
align-items: stretch
|
281
|
+
display: flex
|
282
|
+
.navbar
|
283
|
+
min-height: $navbar-height
|
284
|
+
&.is-spaced
|
285
|
+
padding: $navbar-padding-vertical $navbar-padding-horizontal
|
286
|
+
.navbar-start,
|
287
|
+
.navbar-end
|
288
|
+
align-items: center
|
289
|
+
a.navbar-item,
|
290
|
+
.navbar-link
|
291
|
+
border-radius: $radius
|
292
|
+
&.is-transparent
|
293
|
+
a.navbar-item,
|
294
|
+
.navbar-link
|
295
|
+
&:focus,
|
296
|
+
&:hover,
|
297
|
+
&.is-active
|
298
|
+
background-color: transparent !important
|
299
|
+
.navbar-item.has-dropdown
|
300
|
+
&.is-active,
|
301
|
+
&.is-hoverable:focus,
|
302
|
+
&.is-hoverable:focus-within,
|
303
|
+
&.is-hoverable:hover
|
304
|
+
.navbar-link
|
305
|
+
background-color: transparent !important
|
306
|
+
.navbar-dropdown
|
307
|
+
a.navbar-item
|
308
|
+
&:focus,
|
309
|
+
&:hover
|
310
|
+
background-color: $navbar-dropdown-item-hover-background-color
|
311
|
+
color: $navbar-dropdown-item-hover-color
|
312
|
+
&.is-active
|
313
|
+
background-color: $navbar-dropdown-item-active-background-color
|
314
|
+
color: $navbar-dropdown-item-active-color
|
315
|
+
.navbar-burger
|
316
|
+
display: none
|
317
|
+
.navbar-item,
|
318
|
+
.navbar-link
|
319
|
+
align-items: center
|
320
|
+
display: flex
|
321
|
+
.navbar-item
|
322
|
+
&.has-dropdown
|
323
|
+
align-items: stretch
|
324
|
+
&.has-dropdown-up
|
325
|
+
.navbar-link::after
|
326
|
+
transform: rotate(135deg) translate(0.25em, -0.25em)
|
327
|
+
.navbar-dropdown
|
328
|
+
border-bottom: $navbar-dropdown-border-top
|
329
|
+
border-radius: $navbar-dropdown-radius $navbar-dropdown-radius 0 0
|
330
|
+
border-top: none
|
331
|
+
bottom: 100%
|
332
|
+
box-shadow: 0 -8px 8px bulmaRgba($scheme-invert, 0.1)
|
333
|
+
top: auto
|
334
|
+
&.is-active,
|
335
|
+
&.is-hoverable:focus,
|
336
|
+
&.is-hoverable:focus-within,
|
337
|
+
&.is-hoverable:hover
|
338
|
+
.navbar-dropdown
|
339
|
+
display: block
|
340
|
+
.navbar.is-spaced &,
|
341
|
+
&.is-boxed
|
342
|
+
opacity: 1
|
343
|
+
pointer-events: auto
|
344
|
+
transform: translateY(0)
|
345
|
+
.navbar-menu
|
346
|
+
flex-grow: 1
|
347
|
+
flex-shrink: 0
|
348
|
+
.navbar-start
|
349
|
+
justify-content: flex-start
|
350
|
+
margin-right: auto
|
351
|
+
.navbar-end
|
352
|
+
justify-content: flex-end
|
353
|
+
margin-left: auto
|
354
|
+
.navbar-dropdown
|
355
|
+
background-color: $navbar-dropdown-background-color
|
356
|
+
border-bottom-left-radius: $navbar-dropdown-radius
|
357
|
+
border-bottom-right-radius: $navbar-dropdown-radius
|
358
|
+
border-top: $navbar-dropdown-border-top
|
359
|
+
box-shadow: 0 8px 8px bulmaRgba($scheme-invert, 0.1)
|
360
|
+
display: none
|
361
|
+
font-size: 0.875rem
|
362
|
+
left: 0
|
363
|
+
min-width: 100%
|
364
|
+
position: absolute
|
365
|
+
top: 100%
|
366
|
+
z-index: $navbar-dropdown-z
|
367
|
+
.navbar-item
|
368
|
+
padding: 0.375rem 1rem
|
369
|
+
white-space: nowrap
|
370
|
+
a.navbar-item
|
371
|
+
padding-right: 3rem
|
372
|
+
&:focus,
|
373
|
+
&:hover
|
374
|
+
background-color: $navbar-dropdown-item-hover-background-color
|
375
|
+
color: $navbar-dropdown-item-hover-color
|
376
|
+
&.is-active
|
377
|
+
background-color: $navbar-dropdown-item-active-background-color
|
378
|
+
color: $navbar-dropdown-item-active-color
|
379
|
+
.navbar.is-spaced &,
|
380
|
+
&.is-boxed
|
381
|
+
border-radius: $navbar-dropdown-boxed-radius
|
382
|
+
border-top: none
|
383
|
+
box-shadow: $navbar-dropdown-boxed-shadow
|
384
|
+
display: block
|
385
|
+
opacity: 0
|
386
|
+
pointer-events: none
|
387
|
+
top: calc(100% + (#{$navbar-dropdown-offset}))
|
388
|
+
transform: translateY(-5px)
|
389
|
+
transition-duration: $speed
|
390
|
+
transition-property: opacity, transform
|
391
|
+
&.is-right
|
392
|
+
left: auto
|
393
|
+
right: 0
|
394
|
+
.navbar-divider
|
395
|
+
display: block
|
396
|
+
.navbar > .container,
|
397
|
+
.container > .navbar
|
398
|
+
.navbar-brand
|
399
|
+
margin-left: -.75rem
|
400
|
+
.navbar-menu
|
401
|
+
margin-right: -.75rem
|
402
|
+
// Fixed navbar
|
403
|
+
.navbar
|
404
|
+
&.is-fixed-bottom-desktop,
|
405
|
+
&.is-fixed-top-desktop
|
406
|
+
+navbar-fixed
|
407
|
+
&.is-fixed-bottom-desktop
|
408
|
+
bottom: 0
|
409
|
+
&.has-shadow
|
410
|
+
box-shadow: 0 -2px 3px bulmaRgba($scheme-invert, 0.1)
|
411
|
+
&.is-fixed-top-desktop
|
412
|
+
top: 0
|
413
|
+
html,
|
414
|
+
body
|
415
|
+
&.has-navbar-fixed-top-desktop
|
416
|
+
padding-top: $navbar-height
|
417
|
+
&.has-navbar-fixed-bottom-desktop
|
418
|
+
padding-bottom: $navbar-height
|
419
|
+
&.has-spaced-navbar-fixed-top
|
420
|
+
padding-top: $navbar-height + ($navbar-padding-vertical * 2)
|
421
|
+
&.has-spaced-navbar-fixed-bottom
|
422
|
+
padding-bottom: $navbar-height + ($navbar-padding-vertical * 2)
|
423
|
+
// Hover/Active states
|
424
|
+
a.navbar-item,
|
425
|
+
.navbar-link
|
426
|
+
&.is-active
|
427
|
+
color: $navbar-item-active-color
|
428
|
+
&.is-active:not(:focus):not(:hover)
|
429
|
+
background-color: $navbar-item-active-background-color
|
430
|
+
.navbar-item.has-dropdown
|
431
|
+
&:focus,
|
432
|
+
&:hover,
|
433
|
+
&.is-active
|
434
|
+
.navbar-link
|
435
|
+
background-color: $navbar-item-hover-background-color
|
436
|
+
|
437
|
+
// Combination
|
438
|
+
|
439
|
+
.hero
|
440
|
+
&.is-fullheight-with-navbar
|
441
|
+
min-height: calc(100vh - #{$navbar-height})
|
@@ -0,0 +1,150 @@
|
|
1
|
+
$pagination-color: $text-strong !default
|
2
|
+
$pagination-border-color: $border !default
|
3
|
+
$pagination-margin: -0.25rem !default
|
4
|
+
$pagination-min-width: $control-height !default
|
5
|
+
|
6
|
+
$pagination-item-font-size: 1em !default
|
7
|
+
$pagination-item-margin: 0.25rem !default
|
8
|
+
$pagination-item-padding-left: 0.5em !default
|
9
|
+
$pagination-item-padding-right: 0.5em !default
|
10
|
+
|
11
|
+
$pagination-hover-color: $link-hover !default
|
12
|
+
$pagination-hover-border-color: $link-hover-border !default
|
13
|
+
|
14
|
+
$pagination-focus-color: $link-focus !default
|
15
|
+
$pagination-focus-border-color: $link-focus-border !default
|
16
|
+
|
17
|
+
$pagination-active-color: $link-active !default
|
18
|
+
$pagination-active-border-color: $link-active-border !default
|
19
|
+
|
20
|
+
$pagination-disabled-color: $text-light !default
|
21
|
+
$pagination-disabled-background-color: $border !default
|
22
|
+
$pagination-disabled-border-color: $border !default
|
23
|
+
|
24
|
+
$pagination-current-color: $link-invert !default
|
25
|
+
$pagination-current-background-color: $link !default
|
26
|
+
$pagination-current-border-color: $link !default
|
27
|
+
|
28
|
+
$pagination-ellipsis-color: $grey-light !default
|
29
|
+
|
30
|
+
$pagination-shadow-inset: inset 0 1px 2px rgba($scheme-invert, 0.2)
|
31
|
+
|
32
|
+
.pagination
|
33
|
+
@extend %block
|
34
|
+
font-size: $size-normal
|
35
|
+
margin: $pagination-margin
|
36
|
+
// Sizes
|
37
|
+
&.is-small
|
38
|
+
font-size: $size-small
|
39
|
+
&.is-medium
|
40
|
+
font-size: $size-medium
|
41
|
+
&.is-large
|
42
|
+
font-size: $size-large
|
43
|
+
&.is-rounded
|
44
|
+
.pagination-previous,
|
45
|
+
.pagination-next
|
46
|
+
padding-left: 1em
|
47
|
+
padding-right: 1em
|
48
|
+
border-radius: $radius-rounded
|
49
|
+
.pagination-link
|
50
|
+
border-radius: $radius-rounded
|
51
|
+
|
52
|
+
.pagination,
|
53
|
+
.pagination-list
|
54
|
+
align-items: center
|
55
|
+
display: flex
|
56
|
+
justify-content: center
|
57
|
+
text-align: center
|
58
|
+
|
59
|
+
.pagination-previous,
|
60
|
+
.pagination-next,
|
61
|
+
.pagination-link,
|
62
|
+
.pagination-ellipsis
|
63
|
+
@extend %control
|
64
|
+
@extend %unselectable
|
65
|
+
font-size: $pagination-item-font-size
|
66
|
+
justify-content: center
|
67
|
+
margin: $pagination-item-margin
|
68
|
+
padding-left: $pagination-item-padding-left
|
69
|
+
padding-right: $pagination-item-padding-right
|
70
|
+
text-align: center
|
71
|
+
|
72
|
+
.pagination-previous,
|
73
|
+
.pagination-next,
|
74
|
+
.pagination-link
|
75
|
+
border-color: $pagination-border-color
|
76
|
+
color: $pagination-color
|
77
|
+
min-width: $pagination-min-width
|
78
|
+
&:hover
|
79
|
+
border-color: $pagination-hover-border-color
|
80
|
+
color: $pagination-hover-color
|
81
|
+
&:focus
|
82
|
+
border-color: $pagination-focus-border-color
|
83
|
+
&:active
|
84
|
+
box-shadow: $pagination-shadow-inset
|
85
|
+
&[disabled]
|
86
|
+
background-color: $pagination-disabled-background-color
|
87
|
+
border-color: $pagination-disabled-border-color
|
88
|
+
box-shadow: none
|
89
|
+
color: $pagination-disabled-color
|
90
|
+
opacity: 0.5
|
91
|
+
|
92
|
+
.pagination-previous,
|
93
|
+
.pagination-next
|
94
|
+
padding-left: 0.75em
|
95
|
+
padding-right: 0.75em
|
96
|
+
white-space: nowrap
|
97
|
+
|
98
|
+
.pagination-link
|
99
|
+
&.is-current
|
100
|
+
background-color: $pagination-current-background-color
|
101
|
+
border-color: $pagination-current-border-color
|
102
|
+
color: $pagination-current-color
|
103
|
+
|
104
|
+
.pagination-ellipsis
|
105
|
+
color: $pagination-ellipsis-color
|
106
|
+
pointer-events: none
|
107
|
+
|
108
|
+
.pagination-list
|
109
|
+
flex-wrap: wrap
|
110
|
+
|
111
|
+
+mobile
|
112
|
+
.pagination
|
113
|
+
flex-wrap: wrap
|
114
|
+
.pagination-previous,
|
115
|
+
.pagination-next
|
116
|
+
flex-grow: 1
|
117
|
+
flex-shrink: 1
|
118
|
+
.pagination-list
|
119
|
+
li
|
120
|
+
flex-grow: 1
|
121
|
+
flex-shrink: 1
|
122
|
+
|
123
|
+
+tablet
|
124
|
+
.pagination-list
|
125
|
+
flex-grow: 1
|
126
|
+
flex-shrink: 1
|
127
|
+
justify-content: flex-start
|
128
|
+
order: 1
|
129
|
+
.pagination-previous
|
130
|
+
order: 2
|
131
|
+
.pagination-next
|
132
|
+
order: 3
|
133
|
+
.pagination
|
134
|
+
justify-content: space-between
|
135
|
+
&.is-centered
|
136
|
+
.pagination-previous
|
137
|
+
order: 1
|
138
|
+
.pagination-list
|
139
|
+
justify-content: center
|
140
|
+
order: 2
|
141
|
+
.pagination-next
|
142
|
+
order: 3
|
143
|
+
&.is-right
|
144
|
+
.pagination-previous
|
145
|
+
order: 1
|
146
|
+
.pagination-next
|
147
|
+
order: 2
|
148
|
+
.pagination-list
|
149
|
+
justify-content: flex-end
|
150
|
+
order: 3
|
@@ -0,0 +1,119 @@
|
|
1
|
+
$panel-margin: $block-spacing !default
|
2
|
+
$panel-item-border: 1px solid $border-light !default
|
3
|
+
$panel-radius: $radius-large !default
|
4
|
+
$panel-shadow: 0 0.5em 1em -0.125em rgba($scheme-invert, 0.1), 0 0px 0 1px rgba($scheme-invert, 0.02) !default
|
5
|
+
|
6
|
+
$panel-heading-background-color: $border-light !default
|
7
|
+
$panel-heading-color: $text-strong !default
|
8
|
+
$panel-heading-line-height: 1.25 !default
|
9
|
+
$panel-heading-padding: 0.75em 1em !default
|
10
|
+
$panel-heading-radius: $radius !default
|
11
|
+
$panel-heading-size: 1.25em !default
|
12
|
+
$panel-heading-weight: $weight-bold !default
|
13
|
+
|
14
|
+
$panel-tabs-font-size: 0.875em !default
|
15
|
+
$panel-tab-border-bottom: 1px solid $border !default
|
16
|
+
$panel-tab-active-border-bottom-color: $link-active-border !default
|
17
|
+
$panel-tab-active-color: $link-active !default
|
18
|
+
|
19
|
+
$panel-list-item-color: $text !default
|
20
|
+
$panel-list-item-hover-color: $link !default
|
21
|
+
|
22
|
+
$panel-block-color: $text-strong !default
|
23
|
+
$panel-block-hover-background-color: $background !default
|
24
|
+
$panel-block-active-border-left-color: $link !default
|
25
|
+
$panel-block-active-color: $link-active !default
|
26
|
+
$panel-block-active-icon-color: $link !default
|
27
|
+
|
28
|
+
$panel-icon-color: $text-light !default
|
29
|
+
$panel-colors: $colors !default
|
30
|
+
|
31
|
+
.panel
|
32
|
+
border-radius: $panel-radius
|
33
|
+
box-shadow: $panel-shadow
|
34
|
+
font-size: $size-normal
|
35
|
+
&:not(:last-child)
|
36
|
+
margin-bottom: $panel-margin
|
37
|
+
// Colors
|
38
|
+
@each $name, $components in $panel-colors
|
39
|
+
$color: nth($components, 1)
|
40
|
+
$color-invert: nth($components, 2)
|
41
|
+
&.is-#{$name}
|
42
|
+
.panel-heading
|
43
|
+
background-color: $color
|
44
|
+
color: $color-invert
|
45
|
+
.panel-tabs a.is-active
|
46
|
+
border-bottom-color: $color
|
47
|
+
.panel-block.is-active .panel-icon
|
48
|
+
color: $color
|
49
|
+
|
50
|
+
.panel-tabs,
|
51
|
+
.panel-block
|
52
|
+
&:not(:last-child)
|
53
|
+
border-bottom: $panel-item-border
|
54
|
+
|
55
|
+
.panel-heading
|
56
|
+
background-color: $panel-heading-background-color
|
57
|
+
border-radius: $panel-radius $panel-radius 0 0
|
58
|
+
color: $panel-heading-color
|
59
|
+
font-size: $panel-heading-size
|
60
|
+
font-weight: $panel-heading-weight
|
61
|
+
line-height: $panel-heading-line-height
|
62
|
+
padding: $panel-heading-padding
|
63
|
+
|
64
|
+
.panel-tabs
|
65
|
+
align-items: flex-end
|
66
|
+
display: flex
|
67
|
+
font-size: $panel-tabs-font-size
|
68
|
+
justify-content: center
|
69
|
+
a
|
70
|
+
border-bottom: $panel-tab-border-bottom
|
71
|
+
margin-bottom: -1px
|
72
|
+
padding: 0.5em
|
73
|
+
// Modifiers
|
74
|
+
&.is-active
|
75
|
+
border-bottom-color: $panel-tab-active-border-bottom-color
|
76
|
+
color: $panel-tab-active-color
|
77
|
+
|
78
|
+
.panel-list
|
79
|
+
a
|
80
|
+
color: $panel-list-item-color
|
81
|
+
&:hover
|
82
|
+
color: $panel-list-item-hover-color
|
83
|
+
|
84
|
+
.panel-block
|
85
|
+
align-items: center
|
86
|
+
color: $panel-block-color
|
87
|
+
display: flex
|
88
|
+
justify-content: flex-start
|
89
|
+
padding: 0.5em 0.75em
|
90
|
+
input[type="checkbox"]
|
91
|
+
margin-right: 0.75em
|
92
|
+
& > .control
|
93
|
+
flex-grow: 1
|
94
|
+
flex-shrink: 1
|
95
|
+
width: 100%
|
96
|
+
&.is-wrapped
|
97
|
+
flex-wrap: wrap
|
98
|
+
&.is-active
|
99
|
+
border-left-color: $panel-block-active-border-left-color
|
100
|
+
color: $panel-block-active-color
|
101
|
+
.panel-icon
|
102
|
+
color: $panel-block-active-icon-color
|
103
|
+
&:last-child
|
104
|
+
border-bottom-left-radius: $panel-radius
|
105
|
+
border-bottom-right-radius: $panel-radius
|
106
|
+
|
107
|
+
a.panel-block,
|
108
|
+
label.panel-block
|
109
|
+
cursor: pointer
|
110
|
+
&:hover
|
111
|
+
background-color: $panel-block-hover-background-color
|
112
|
+
|
113
|
+
.panel-icon
|
114
|
+
+fa(14px, 1em)
|
115
|
+
color: $panel-icon-color
|
116
|
+
margin-right: 0.75em
|
117
|
+
.fa
|
118
|
+
font-size: inherit
|
119
|
+
line-height: inherit
|