bulma-clean-theme 0.11 → 0.13

Sign up to get free protection for your applications and to get access to all the features.
Files changed (150) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -634
  3. data/_includes/head.html +1 -1
  4. data/_includes/header.html +1 -1
  5. data/_includes/image-modal.html +1 -1
  6. data/_includes/notification.html +2 -2
  7. data/_includes/series.html +32 -0
  8. data/_layouts/default.html +2 -2
  9. data/_layouts/post.html +4 -0
  10. data/_layouts/recipe.html +22 -0
  11. data/_posts/2021-10-30-creating-a-post-series.md +59 -0
  12. data/node_modules/.package-lock.json +21 -0
  13. data/node_modules/bulma/CHANGELOG.md +521 -448
  14. data/node_modules/bulma/README.md +5 -2
  15. data/node_modules/bulma/bulma.sass +1 -1
  16. data/node_modules/bulma/css/bulma-rtl.css +778 -591
  17. data/node_modules/bulma/css/bulma-rtl.css.map +1 -1
  18. data/node_modules/bulma/css/bulma-rtl.min.css +1 -1
  19. data/node_modules/bulma/css/bulma.css +621 -434
  20. data/node_modules/bulma/css/bulma.css.map +1 -1
  21. data/node_modules/bulma/css/bulma.min.css +1 -1
  22. data/node_modules/bulma/package.json +28 -54
  23. data/node_modules/bulma/sass/base/_all.sass +3 -2
  24. data/node_modules/{bulma-block-list/node_modules/bulma/sass/utilities → bulma/sass/base}/animations.sass +0 -0
  25. data/node_modules/bulma/sass/base/generic.sass +2 -0
  26. data/node_modules/bulma/sass/components/_all.sass +12 -12
  27. data/node_modules/bulma/sass/components/breadcrumb.sass +2 -0
  28. data/node_modules/bulma/sass/components/card.sass +23 -3
  29. data/node_modules/bulma/sass/components/dropdown.sass +3 -1
  30. data/node_modules/bulma/sass/components/level.sass +3 -1
  31. data/node_modules/bulma/sass/components/media.sass +16 -9
  32. data/node_modules/bulma/sass/components/menu.sass +2 -0
  33. data/node_modules/bulma/sass/components/message.sass +2 -0
  34. data/node_modules/bulma/sass/components/modal.sass +2 -0
  35. data/node_modules/bulma/sass/components/navbar.sass +3 -0
  36. data/node_modules/bulma/sass/components/pagination.sass +19 -3
  37. data/node_modules/bulma/sass/components/panel.sass +3 -1
  38. data/node_modules/bulma/sass/components/tabs.sass +2 -0
  39. data/node_modules/bulma/sass/elements/_all.sass +12 -12
  40. data/node_modules/bulma/sass/elements/box.sass +3 -1
  41. data/node_modules/bulma/sass/elements/button.sass +27 -7
  42. data/node_modules/bulma/sass/elements/container.sass +2 -0
  43. data/node_modules/bulma/sass/elements/content.sass +4 -0
  44. data/node_modules/bulma/sass/elements/icon.sass +25 -0
  45. data/node_modules/bulma/sass/elements/image.sass +2 -0
  46. data/node_modules/bulma/sass/elements/notification.sass +2 -0
  47. data/node_modules/bulma/sass/elements/other.sass +2 -10
  48. data/node_modules/bulma/sass/elements/progress.sass +2 -0
  49. data/node_modules/bulma/sass/elements/table.sass +2 -0
  50. data/node_modules/bulma/sass/elements/tag.sass +2 -0
  51. data/node_modules/bulma/sass/elements/title.sass +2 -2
  52. data/node_modules/bulma/sass/form/_all.sass +6 -6
  53. data/node_modules/bulma/sass/form/file.sass +2 -0
  54. data/node_modules/bulma/sass/form/shared.sass +3 -0
  55. data/node_modules/bulma/sass/grid/_all.sass +2 -2
  56. data/node_modules/bulma/sass/grid/columns.sass +93 -84
  57. data/node_modules/bulma/sass/grid/tiles.sass +3 -1
  58. data/node_modules/bulma/sass/helpers/_all.sass +9 -9
  59. data/node_modules/bulma/sass/helpers/color.sass +2 -0
  60. data/node_modules/bulma/sass/helpers/float.sass +2 -0
  61. data/node_modules/bulma/sass/helpers/other.sass +3 -0
  62. data/node_modules/bulma/sass/helpers/position.sass +2 -0
  63. data/node_modules/bulma/sass/helpers/spacing.sass +1 -1
  64. data/node_modules/bulma/sass/helpers/typography.sass +5 -0
  65. data/node_modules/bulma/sass/helpers/visibility.sass +1 -1
  66. data/node_modules/bulma/sass/layout/_all.sass +3 -3
  67. data/node_modules/bulma/sass/layout/footer.sass +2 -0
  68. data/node_modules/bulma/sass/layout/hero.sass +8 -2
  69. data/node_modules/bulma/sass/layout/section.sass +6 -2
  70. data/node_modules/bulma/sass/utilities/_all.sass +6 -6
  71. data/node_modules/bulma/sass/utilities/animations.sass +1 -5
  72. data/node_modules/bulma/sass/utilities/controls.sass +2 -3
  73. data/node_modules/bulma/sass/utilities/derived-variables.sass +7 -0
  74. data/node_modules/bulma/sass/utilities/extends.sass +25 -0
  75. data/node_modules/bulma/sass/utilities/functions.sass +25 -4
  76. data/node_modules/bulma/sass/utilities/initial-variables.sass +5 -5
  77. data/node_modules/bulma/sass/utilities/mixins.sass +18 -23
  78. data/node_modules/bulma-block-list/.editorconfig +15 -0
  79. data/node_modules/bulma-block-list/.github/FUNDING.yml +12 -0
  80. data/node_modules/bulma-block-list/changelog.txt +20 -0
  81. data/node_modules/bulma-block-list/docs/Gemfile +2 -2
  82. data/node_modules/bulma-block-list/docs/_config.yml +2 -0
  83. data/node_modules/bulma-block-list/docs/_data/menu.yaml +5 -1
  84. data/node_modules/bulma-block-list/docs/_sass/_block-list.scss +30 -2
  85. data/node_modules/bulma-block-list/docs/index.html +106 -7
  86. data/node_modules/bulma-block-list/package.json +10 -44
  87. data/node_modules/bulma-block-list/src/block-list.scss +30 -2
  88. data/package-lock.json +32 -15
  89. data/package.json +2 -2
  90. metadata +20 -67
  91. data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +0 -1390
  92. data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +0 -21
  93. data/node_modules/bulma-block-list/node_modules/bulma/README.md +0 -130
  94. data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +0 -9
  95. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +0 -10855
  96. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css.map +0 -1
  97. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.min.css +0 -1
  98. data/node_modules/bulma-block-list/node_modules/bulma/package.json +0 -77
  99. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +0 -5
  100. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +0 -142
  101. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +0 -281
  102. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +0 -79
  103. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +0 -15
  104. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +0 -75
  105. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +0 -79
  106. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +0 -81
  107. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +0 -77
  108. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/list.sass +0 -39
  109. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +0 -50
  110. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +0 -57
  111. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +0 -99
  112. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +0 -113
  113. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +0 -441
  114. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +0 -150
  115. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +0 -119
  116. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +0 -151
  117. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +0 -15
  118. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +0 -24
  119. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +0 -323
  120. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +0 -24
  121. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +0 -155
  122. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +0 -1
  123. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +0 -21
  124. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +0 -71
  125. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +0 -43
  126. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +0 -39
  127. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +0 -67
  128. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +0 -127
  129. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +0 -128
  130. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +0 -70
  131. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +0 -8
  132. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +0 -21
  133. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +0 -180
  134. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +0 -64
  135. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +0 -85
  136. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +0 -55
  137. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +0 -205
  138. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +0 -4
  139. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +0 -504
  140. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +0 -34
  141. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +0 -5
  142. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +0 -9
  143. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +0 -145
  144. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +0 -13
  145. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +0 -8
  146. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +0 -50
  147. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/derived-variables.sass +0 -106
  148. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +0 -110
  149. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +0 -77
  150. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +0 -261
@@ -1,50 +0,0 @@
1
- $control-radius: $radius !default
2
- $control-radius-small: $radius-small !default
3
-
4
- $control-border-width: 1px !default
5
-
6
- $control-height: 2.5em !default
7
- $control-line-height: 1.5 !default
8
-
9
- $control-padding-vertical: calc(0.5em - #{$control-border-width}) !default
10
- $control-padding-horizontal: calc(0.75em - #{$control-border-width}) !default
11
-
12
- =control
13
- -moz-appearance: none
14
- -webkit-appearance: none
15
- align-items: center
16
- border: $control-border-width solid transparent
17
- border-radius: $control-radius
18
- box-shadow: none
19
- display: inline-flex
20
- font-size: $size-normal
21
- height: $control-height
22
- justify-content: flex-start
23
- line-height: $control-line-height
24
- padding-bottom: $control-padding-vertical
25
- padding-left: $control-padding-horizontal
26
- padding-right: $control-padding-horizontal
27
- padding-top: $control-padding-vertical
28
- position: relative
29
- vertical-align: top
30
- // States
31
- &:focus,
32
- &.is-focused,
33
- &:active,
34
- &.is-active
35
- outline: none
36
- &[disabled],
37
- fieldset[disabled] &
38
- cursor: not-allowed
39
-
40
- %control
41
- +control
42
-
43
- // The controls sizes use mixins so they can be used at different breakpoints
44
- =control-small
45
- border-radius: $control-radius-small
46
- font-size: $size-small
47
- =control-medium
48
- font-size: $size-medium
49
- =control-large
50
- font-size: $size-large
@@ -1,106 +0,0 @@
1
- $primary: $turquoise !default
2
-
3
- $info: $cyan !default
4
- $success: $green !default
5
- $warning: $yellow !default
6
- $danger: $red !default
7
-
8
- $light: $white-ter !default
9
- $dark: $grey-darker !default
10
-
11
- // Invert colors
12
-
13
- $orange-invert: findColorInvert($orange) !default
14
- $yellow-invert: findColorInvert($yellow) !default
15
- $green-invert: findColorInvert($green) !default
16
- $turquoise-invert: findColorInvert($turquoise) !default
17
- $cyan-invert: findColorInvert($cyan) !default
18
- $blue-invert: findColorInvert($blue) !default
19
- $purple-invert: findColorInvert($purple) !default
20
- $red-invert: findColorInvert($red) !default
21
-
22
- $primary-invert: findColorInvert($primary) !default
23
- $primary-light: findLightColor($primary) !default
24
- $primary-dark: findDarkColor($primary) !default
25
- $info-invert: findColorInvert($info) !default
26
- $info-light: findLightColor($info) !default
27
- $info-dark: findDarkColor($info) !default
28
- $success-invert: findColorInvert($success) !default
29
- $success-light: findLightColor($success) !default
30
- $success-dark: findDarkColor($success) !default
31
- $warning-invert: findColorInvert($warning) !default
32
- $warning-light: findLightColor($warning) !default
33
- $warning-dark: findDarkColor($warning) !default
34
- $danger-invert: findColorInvert($danger) !default
35
- $danger-light: findLightColor($danger) !default
36
- $danger-dark: findDarkColor($danger) !default
37
- $light-invert: findColorInvert($light) !default
38
- $dark-invert: findColorInvert($dark) !default
39
-
40
- // General colors
41
-
42
- $scheme-main: $white !default
43
- $scheme-main-bis: $white-bis !default
44
- $scheme-main-ter: $white-ter !default
45
- $scheme-invert: $black !default
46
- $scheme-invert-bis: $black-bis !default
47
- $scheme-invert-ter: $black-ter !default
48
-
49
- $background: $white-ter !default
50
-
51
- $border: $grey-lighter !default
52
- $border-hover: $grey-light !default
53
- $border-light: $grey-lightest !default
54
- $border-light-hover: $grey-light !default
55
-
56
- // Text colors
57
-
58
- $text: $grey-dark !default
59
- $text-invert: findColorInvert($text) !default
60
- $text-light: $grey !default
61
- $text-strong: $grey-darker !default
62
-
63
- // Code colors
64
-
65
- $code: $red !default
66
- $code-background: $background !default
67
-
68
- $pre: $text !default
69
- $pre-background: $background !default
70
-
71
- // Link colors
72
-
73
- $link: $blue !default
74
- $link-invert: findColorInvert($link) !default
75
- $link-light: findLightColor($link) !default
76
- $link-dark: findDarkColor($link) !default
77
- $link-visited: $purple !default
78
-
79
- $link-hover: $grey-darker !default
80
- $link-hover-border: $grey-light !default
81
-
82
- $link-focus: $grey-darker !default
83
- $link-focus-border: $blue !default
84
-
85
- $link-active: $grey-darker !default
86
- $link-active-border: $grey-dark !default
87
-
88
- // Typography
89
-
90
- $family-primary: $family-sans-serif !default
91
- $family-secondary: $family-sans-serif !default
92
- $family-code: $family-monospace !default
93
-
94
- $size-small: $size-7 !default
95
- $size-normal: $size-6 !default
96
- $size-medium: $size-5 !default
97
- $size-large: $size-4 !default
98
-
99
- // Lists and maps
100
- $custom-colors: null !default
101
- $custom-shades: null !default
102
-
103
- $colors: mergeColorMaps(("white": ($white, $black), "black": ($black, $white), "light": ($light, $light-invert), "dark": ($dark, $dark-invert), "primary": ($primary, $primary-invert, $primary-light, $primary-dark), "link": ($link, $link-invert, $link-light, $link-dark), "info": ($info, $info-invert, $info-light, $info-dark), "success": ($success, $success-invert, $success-light, $success-dark), "warning": ($warning, $warning-invert, $warning-light, $warning-dark), "danger": ($danger, $danger-invert, $danger-light, $danger-dark)), $custom-colors) !default
104
- $shades: mergeColorMaps(("black-bis": $black-bis, "black-ter": $black-ter, "grey-darker": $grey-darker, "grey-dark": $grey-dark, "grey": $grey, "grey-light": $grey-light, "grey-lighter": $grey-lighter, "white-ter": $white-ter, "white-bis": $white-bis), $custom-shades) !default
105
-
106
- $sizes: $size-1 $size-2 $size-3 $size-4 $size-5 $size-6 $size-7 !default
@@ -1,110 +0,0 @@
1
- @function mergeColorMaps($bulma-colors, $custom-colors)
2
- // We return at least Bulma's hard-coded colors
3
- $merged-colors: $bulma-colors
4
-
5
- // We want a map as input
6
- @if type-of($custom-colors) == 'map'
7
- @each $name, $components in $custom-colors
8
- // The color name should be a string
9
- // and the components either a single color
10
- // or a colors list with at least one element
11
- @if type-of($name) == 'string' and (type-of($components) == 'list' or type-of($components) == 'color') and length($components) >= 1
12
- $color-base: null
13
- $color-invert: null
14
- $color-light: null
15
- $color-dark: null
16
- $value: null
17
-
18
- // The param can either be a single color
19
- // or a list of 2 colors
20
- @if type-of($components) == 'color'
21
- $color-base: $components
22
- $color-invert: findColorInvert($color-base)
23
- $color-light: findLightColor($color-base)
24
- $color-dark: findDarkColor($color-base)
25
- @else if type-of($components) == 'list'
26
- $color-base: nth($components, 1)
27
- // If Invert, Light and Dark are provided
28
- @if length($components) > 3
29
- $color-invert: nth($components, 2)
30
- $color-light: nth($components, 3)
31
- $color-dark: nth($components, 4)
32
- // If only Invert and Light are provided
33
- @else if length($components) > 2
34
- $color-invert: nth($components, 2)
35
- $color-light: nth($components, 3)
36
- $color-dark: findDarkColor($color-base)
37
- // If only Invert is provided
38
- @else
39
- $color-invert: nth($components, 2)
40
- $color-light: findLightColor($color-base)
41
- $color-dark: findDarkColor($color-base)
42
-
43
- $value: ($color-base, $color-invert, $color-light, $color-dark)
44
-
45
- // We only want to merge the map if the color base is an actual color
46
- @if type-of($color-base) == 'color'
47
- // We merge this colors elements as map with Bulma's colors map
48
- // (we can override them this way, no multiple definition for the same name)
49
- // $merged-colors: map_merge($merged-colors, ($name: ($color-base, $color-invert, $color-light, $color-dark)))
50
- $merged-colors: map_merge($merged-colors, ($name: $value))
51
-
52
- @return $merged-colors
53
-
54
- @function powerNumber($number, $exp)
55
- $value: 1
56
- @if $exp > 0
57
- @for $i from 1 through $exp
58
- $value: $value * $number
59
- @else if $exp < 0
60
- @for $i from 1 through -$exp
61
- $value: $value / $number
62
- @return $value
63
-
64
- @function colorLuminance($color)
65
- @if type-of($color) != 'color'
66
- @return 0.55
67
- $color-rgb: ('red': red($color),'green': green($color),'blue': blue($color))
68
- @each $name, $value in $color-rgb
69
- $adjusted: 0
70
- $value: $value / 255
71
- @if $value < 0.03928
72
- $value: $value / 12.92
73
- @else
74
- $value: ($value + .055) / 1.055
75
- $value: powerNumber($value, 2)
76
- $color-rgb: map-merge($color-rgb, ($name: $value))
77
- @return (map-get($color-rgb, 'red') * .2126) + (map-get($color-rgb, 'green') * .7152) + (map-get($color-rgb, 'blue') * .0722)
78
-
79
- @function findColorInvert($color)
80
- @if (colorLuminance($color) > 0.55)
81
- @return rgba(#000, 0.7)
82
- @else
83
- @return #fff
84
-
85
- @function findLightColor($color)
86
- @if type-of($color) == 'color'
87
- $l: 96%
88
- @if lightness($color) > 96%
89
- $l: lightness($color)
90
- @return change-color($color, $lightness: $l)
91
- @return $background
92
-
93
- @function findDarkColor($color)
94
- @if type-of($color) == 'color'
95
- $base-l: 29%
96
- $luminance: colorLuminance($color)
97
- $luminance-delta: (0.53 - $luminance)
98
- $target-l: round($base-l + ($luminance-delta * 53))
99
- @return change-color($color, $lightness: max($base-l, $target-l))
100
- @return $text-strong
101
-
102
- @function bulmaRgba($color, $alpha)
103
- @if type-of($color) != 'color'
104
- @return $color
105
- @return rgba($color, $alpha)
106
-
107
- @function bulmaDarken($color, $amount)
108
- @if type-of($color) != 'color'
109
- @return $color
110
- @return darken($color, $amount)
@@ -1,77 +0,0 @@
1
- // Colors
2
-
3
- $black: hsl(0, 0%, 4%) !default
4
- $black-bis: hsl(0, 0%, 7%) !default
5
- $black-ter: hsl(0, 0%, 14%) !default
6
-
7
- $grey-darker: hsl(0, 0%, 21%) !default
8
- $grey-dark: hsl(0, 0%, 29%) !default
9
- $grey: hsl(0, 0%, 48%) !default
10
- $grey-light: hsl(0, 0%, 71%) !default
11
- $grey-lighter: hsl(0, 0%, 86%) !default
12
- $grey-lightest: hsl(0, 0%, 93%) !default
13
-
14
- $white-ter: hsl(0, 0%, 96%) !default
15
- $white-bis: hsl(0, 0%, 98%) !default
16
- $white: hsl(0, 0%, 100%) !default
17
-
18
- $orange: hsl(14, 100%, 53%) !default
19
- $yellow: hsl(48, 100%, 67%) !default
20
- $green: hsl(141, 53%, 53%) !default
21
- $turquoise: hsl(171, 100%, 41%) !default
22
- $cyan: hsl(204, 71%, 53%) !default
23
- $blue: hsl(217, 71%, 53%) !default
24
- $purple: hsl(271, 100%, 71%) !default
25
- $red: hsl(348, 86%, 61%) !default
26
-
27
- // Typography
28
-
29
- $family-sans-serif: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
30
- $family-monospace: monospace !default
31
- $render-mode: optimizeLegibility !default
32
-
33
- $size-1: 3rem !default
34
- $size-2: 2.5rem !default
35
- $size-3: 2rem !default
36
- $size-4: 1.5rem !default
37
- $size-5: 1.25rem !default
38
- $size-6: 1rem !default
39
- $size-7: 0.75rem !default
40
-
41
- $weight-light: 300 !default
42
- $weight-normal: 400 !default
43
- $weight-medium: 500 !default
44
- $weight-semibold: 600 !default
45
- $weight-bold: 700 !default
46
-
47
- // Spacing
48
-
49
- $block-spacing: 1.5rem !default
50
-
51
- // Responsiveness
52
-
53
- // The container horizontal gap, which acts as the offset for breakpoints
54
- $gap: 32px !default
55
- // 960, 1152, and 1344 have been chosen because they are divisible by both 12 and 16
56
- $tablet: 769px !default
57
- // 960px container + 4rem
58
- $desktop: 960px + (2 * $gap) !default
59
- // 1152px container + 4rem
60
- $widescreen: 1152px + (2 * $gap) !default
61
- $widescreen-enabled: true !default
62
- // 1344px container + 4rem
63
- $fullhd: 1344px + (2 * $gap) !default
64
- $fullhd-enabled: true !default
65
-
66
- // Miscellaneous
67
-
68
- $easing: ease-out !default
69
- $radius-small: 2px !default
70
- $radius: 4px !default
71
- $radius-large: 6px !default
72
- $radius-rounded: 290486px !default
73
- $speed: 86ms !default
74
-
75
- // Flags
76
-
77
- $variable-columns: true !default
@@ -1,261 +0,0 @@
1
- @import "initial-variables"
2
-
3
- =clearfix
4
- &::after
5
- clear: both
6
- content: " "
7
- display: table
8
-
9
- =center($width, $height: 0)
10
- position: absolute
11
- @if $height != 0
12
- left: calc(50% - (#{$width} / 2))
13
- top: calc(50% - (#{$height} / 2))
14
- @else
15
- left: calc(50% - (#{$width} / 2))
16
- top: calc(50% - (#{$width} / 2))
17
-
18
- =fa($size, $dimensions)
19
- display: inline-block
20
- font-size: $size
21
- height: $dimensions
22
- line-height: $dimensions
23
- text-align: center
24
- vertical-align: top
25
- width: $dimensions
26
-
27
- =hamburger($dimensions)
28
- cursor: pointer
29
- display: block
30
- height: $dimensions
31
- position: relative
32
- width: $dimensions
33
- span
34
- background-color: currentColor
35
- display: block
36
- height: 1px
37
- left: calc(50% - 8px)
38
- position: absolute
39
- transform-origin: center
40
- transition-duration: $speed
41
- transition-property: background-color, opacity, transform
42
- transition-timing-function: $easing
43
- width: 16px
44
- &:nth-child(1)
45
- top: calc(50% - 6px)
46
- &:nth-child(2)
47
- top: calc(50% - 1px)
48
- &:nth-child(3)
49
- top: calc(50% + 4px)
50
- &:hover
51
- background-color: bulmaRgba(black, 0.05)
52
- // Modifers
53
- &.is-active
54
- span
55
- &:nth-child(1)
56
- transform: translateY(5px) rotate(45deg)
57
- &:nth-child(2)
58
- opacity: 0
59
- &:nth-child(3)
60
- transform: translateY(-5px) rotate(-45deg)
61
-
62
- =overflow-touch
63
- -webkit-overflow-scrolling: touch
64
-
65
- =placeholder
66
- $placeholders: ':-moz' ':-webkit-input' '-moz' '-ms-input'
67
- @each $placeholder in $placeholders
68
- &:#{$placeholder}-placeholder
69
- @content
70
-
71
- // Responsiveness
72
-
73
- =from($device)
74
- @media screen and (min-width: $device)
75
- @content
76
-
77
- =until($device)
78
- @media screen and (max-width: $device - 1px)
79
- @content
80
-
81
- =mobile
82
- @media screen and (max-width: $tablet - 1px)
83
- @content
84
-
85
- =tablet
86
- @media screen and (min-width: $tablet), print
87
- @content
88
-
89
- =tablet-only
90
- @media screen and (min-width: $tablet) and (max-width: $desktop - 1px)
91
- @content
92
-
93
- =touch
94
- @media screen and (max-width: $desktop - 1px)
95
- @content
96
-
97
- =desktop
98
- @media screen and (min-width: $desktop)
99
- @content
100
-
101
- =desktop-only
102
- @if $widescreen-enabled
103
- @media screen and (min-width: $desktop) and (max-width: $widescreen - 1px)
104
- @content
105
-
106
- =until-widescreen
107
- @if $widescreen-enabled
108
- @media screen and (max-width: $widescreen - 1px)
109
- @content
110
-
111
- =widescreen
112
- @if $widescreen-enabled
113
- @media screen and (min-width: $widescreen)
114
- @content
115
-
116
- =widescreen-only
117
- @if $widescreen-enabled and $fullhd-enabled
118
- @media screen and (min-width: $widescreen) and (max-width: $fullhd - 1px)
119
- @content
120
-
121
- =until-fullhd
122
- @if $fullhd-enabled
123
- @media screen and (max-width: $fullhd - 1px)
124
- @content
125
-
126
- =fullhd
127
- @if $fullhd-enabled
128
- @media screen and (min-width: $fullhd)
129
- @content
130
-
131
- // Placeholders
132
-
133
- =unselectable
134
- -webkit-touch-callout: none
135
- -webkit-user-select: none
136
- -moz-user-select: none
137
- -ms-user-select: none
138
- user-select: none
139
-
140
- %unselectable
141
- +unselectable
142
-
143
- =arrow($color: transparent)
144
- border: 3px solid $color
145
- border-radius: 2px
146
- border-right: 0
147
- border-top: 0
148
- content: " "
149
- display: block
150
- height: 0.625em
151
- margin-top: -0.4375em
152
- pointer-events: none
153
- position: absolute
154
- top: 50%
155
- transform: rotate(-45deg)
156
- transform-origin: center
157
- width: 0.625em
158
-
159
- %arrow
160
- +arrow
161
-
162
- =block($spacing: $block-spacing)
163
- &:not(:last-child)
164
- margin-bottom: $spacing
165
-
166
- %block
167
- +block
168
-
169
- =delete
170
- @extend %unselectable
171
- -moz-appearance: none
172
- -webkit-appearance: none
173
- background-color: bulmaRgba($scheme-invert, 0.2)
174
- border: none
175
- border-radius: $radius-rounded
176
- cursor: pointer
177
- pointer-events: auto
178
- display: inline-block
179
- flex-grow: 0
180
- flex-shrink: 0
181
- font-size: 0
182
- height: 20px
183
- max-height: 20px
184
- max-width: 20px
185
- min-height: 20px
186
- min-width: 20px
187
- outline: none
188
- position: relative
189
- vertical-align: top
190
- width: 20px
191
- &::before,
192
- &::after
193
- background-color: $scheme-main
194
- content: ""
195
- display: block
196
- left: 50%
197
- position: absolute
198
- top: 50%
199
- transform: translateX(-50%) translateY(-50%) rotate(45deg)
200
- transform-origin: center center
201
- &::before
202
- height: 2px
203
- width: 50%
204
- &::after
205
- height: 50%
206
- width: 2px
207
- &:hover,
208
- &:focus
209
- background-color: bulmaRgba($scheme-invert, 0.3)
210
- &:active
211
- background-color: bulmaRgba($scheme-invert, 0.4)
212
- // Sizes
213
- &.is-small
214
- height: 16px
215
- max-height: 16px
216
- max-width: 16px
217
- min-height: 16px
218
- min-width: 16px
219
- width: 16px
220
- &.is-medium
221
- height: 24px
222
- max-height: 24px
223
- max-width: 24px
224
- min-height: 24px
225
- min-width: 24px
226
- width: 24px
227
- &.is-large
228
- height: 32px
229
- max-height: 32px
230
- max-width: 32px
231
- min-height: 32px
232
- min-width: 32px
233
- width: 32px
234
-
235
- %delete
236
- +delete
237
-
238
- =loader
239
- animation: spinAround 500ms infinite linear
240
- border: 2px solid $grey-lighter
241
- border-radius: $radius-rounded
242
- border-right-color: transparent
243
- border-top-color: transparent
244
- content: ""
245
- display: block
246
- height: 1em
247
- position: relative
248
- width: 1em
249
-
250
- %loader
251
- +loader
252
-
253
- =overlay($offset: 0)
254
- bottom: $offset
255
- left: $offset
256
- position: absolute
257
- right: $offset
258
- top: $offset
259
-
260
- %overlay
261
- +overlay