bulma-rails 0.7.4 → 0.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +2 -0
- data/README.md +1 -1
- data/app/assets/stylesheets/bulma.sass +3 -1
- data/app/assets/stylesheets/sass/base/_all.sass +1 -1
- data/app/assets/stylesheets/sass/base/generic.sass +23 -10
- data/app/assets/stylesheets/sass/base/helpers.sass +1 -276
- data/app/assets/stylesheets/sass/base/minireset.sass +3 -8
- data/app/assets/stylesheets/sass/components/_all.sass +1 -1
- data/app/assets/stylesheets/sass/components/breadcrumb.sass +4 -4
- data/app/assets/stylesheets/sass/components/card.sass +19 -10
- data/app/assets/stylesheets/sass/components/dropdown.sass +15 -11
- data/app/assets/stylesheets/sass/components/level.sass +5 -3
- data/app/assets/stylesheets/sass/components/media.sass +14 -10
- data/app/assets/stylesheets/sass/components/menu.sass +16 -9
- data/app/assets/stylesheets/sass/components/message.sass +24 -11
- data/app/assets/stylesheets/sass/components/modal.sass +7 -5
- data/app/assets/stylesheets/sass/components/navbar.sass +43 -28
- data/app/assets/stylesheets/sass/components/pagination.sass +16 -10
- data/app/assets/stylesheets/sass/components/panel.sass +33 -15
- data/app/assets/stylesheets/sass/components/tabs.sass +36 -13
- data/app/assets/stylesheets/sass/elements/_all.sass +1 -1
- data/app/assets/stylesheets/sass/elements/box.sass +4 -4
- data/app/assets/stylesheets/sass/elements/button.sass +82 -32
- data/app/assets/stylesheets/sass/elements/container.sass +19 -17
- data/app/assets/stylesheets/sass/elements/content.sass +9 -5
- data/app/assets/stylesheets/sass/elements/form.sass +1 -602
- data/app/assets/stylesheets/sass/elements/image.sass +2 -0
- data/app/assets/stylesheets/sass/elements/notification.sass +19 -4
- data/app/assets/stylesheets/sass/elements/progress.sass +20 -14
- data/app/assets/stylesheets/sass/elements/table.sass +13 -8
- data/app/assets/stylesheets/sass/elements/tag.sass +34 -26
- data/app/assets/stylesheets/sass/elements/title.sass +9 -3
- data/app/assets/stylesheets/sass/form/_all.sass +9 -0
- data/app/assets/stylesheets/sass/form/checkbox-radio.sass +22 -0
- data/app/assets/stylesheets/sass/form/file.sass +182 -0
- data/app/assets/stylesheets/sass/form/input-textarea.sass +66 -0
- data/app/assets/stylesheets/sass/form/select.sass +87 -0
- data/app/assets/stylesheets/sass/form/shared.sass +57 -0
- data/app/assets/stylesheets/sass/form/tools.sass +215 -0
- data/app/assets/stylesheets/sass/grid/_all.sass +1 -0
- data/app/assets/stylesheets/sass/grid/columns.sass +7 -7
- data/app/assets/stylesheets/sass/grid/tiles.sass +8 -6
- data/app/assets/stylesheets/sass/helpers/_all.sass +12 -0
- data/app/assets/stylesheets/sass/helpers/color.sass +37 -0
- data/app/assets/stylesheets/sass/helpers/flexbox.sass +35 -0
- data/app/assets/stylesheets/sass/helpers/float.sass +8 -0
- data/app/assets/stylesheets/sass/helpers/other.sass +11 -0
- data/app/assets/stylesheets/sass/helpers/overflow.sass +2 -0
- data/app/assets/stylesheets/sass/helpers/position.sass +5 -0
- data/app/assets/stylesheets/sass/helpers/spacing.sass +31 -0
- data/app/assets/stylesheets/sass/helpers/typography.sass +98 -0
- data/app/assets/stylesheets/sass/helpers/visibility.sass +122 -0
- data/app/assets/stylesheets/sass/layout/_all.sass +1 -0
- data/app/assets/stylesheets/sass/layout/footer.sass +4 -1
- data/app/assets/stylesheets/sass/layout/hero.sass +26 -35
- data/app/assets/stylesheets/sass/utilities/_all.sass +1 -0
- data/app/assets/stylesheets/sass/utilities/controls.sass +3 -3
- data/app/assets/stylesheets/sass/utilities/derived-variables.sass +32 -10
- data/app/assets/stylesheets/sass/utilities/functions.sass +68 -15
- data/app/assets/stylesheets/sass/utilities/initial-variables.sass +10 -4
- data/app/assets/stylesheets/sass/utilities/mixins.sass +31 -7
- data/bulma-rails.gemspec +2 -2
- metadata +23 -7
- data/app/assets/stylesheets/sass/components/list.sass +0 -39
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41b5fc12ffe9ec0813cb85b62e9c378dde1bf49cb495310321f98670babc5e81
|
4
|
+
data.tar.gz: e1f1416581b6145f60a72119eabfa4584f4c8ecc2cf667247983327078b2b3a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d0201fcc1931f21bad020d6ad7c2667ad9381fc5cc93c2bcfb92f59be0ba68a197da9785d5f91e8b5b11e746a1080a8146e1157e5a323280dd078f79a65b66a0
|
7
|
+
data.tar.gz: c2473c57268be1eb151fcb54c9c8575561501d1ea003455ac67fb344cf5f3e45322ba22139e6c78e022ea94f06f818753604e3ff6ef589225259daf54133f423
|
data/.gitignore
CHANGED
data/README.md
CHANGED
@@ -1,8 +1,10 @@
|
|
1
1
|
@charset "utf-8"
|
2
|
-
/*! bulma.io v0.
|
2
|
+
/*! bulma.io v0.9.1 | MIT License | github.com/jgthms/bulma */
|
3
3
|
@import "sass/utilities/_all"
|
4
4
|
@import "sass/base/_all"
|
5
5
|
@import "sass/elements/_all"
|
6
|
+
@import "sass/form/_all"
|
6
7
|
@import "sass/components/_all"
|
7
8
|
@import "sass/grid/_all"
|
9
|
+
@import "sass/helpers/_all"
|
8
10
|
@import "sass/layout/_all"
|
@@ -1,8 +1,13 @@
|
|
1
|
-
$body-background-color: $
|
1
|
+
$body-background-color: $scheme-main !default
|
2
2
|
$body-size: 16px !default
|
3
|
+
$body-min-width: 300px !default
|
3
4
|
$body-rendering: optimizeLegibility !default
|
4
5
|
$body-family: $family-primary !default
|
6
|
+
$body-overflow-x: hidden !default
|
7
|
+
$body-overflow-y: scroll !default
|
8
|
+
|
5
9
|
$body-color: $text !default
|
10
|
+
$body-font-size: 1em !default
|
6
11
|
$body-weight: $weight-normal !default
|
7
12
|
$body-line-height: 1.5 !default
|
8
13
|
|
@@ -11,6 +16,8 @@ $code-padding: 0.25em 0.5em 0.25em !default
|
|
11
16
|
$code-weight: normal !default
|
12
17
|
$code-size: 0.875em !default
|
13
18
|
|
19
|
+
$small-font-size: 0.875em !default
|
20
|
+
|
14
21
|
$hr-background-color: $background !default
|
15
22
|
$hr-height: 2px !default
|
16
23
|
$hr-margin: 1.5rem 0 !default
|
@@ -18,14 +25,18 @@ $hr-margin: 1.5rem 0 !default
|
|
18
25
|
$strong-color: $text-strong !default
|
19
26
|
$strong-weight: $weight-bold !default
|
20
27
|
|
28
|
+
$pre-font-size: 0.875em !default
|
29
|
+
$pre-padding: 1.25rem 1.5rem !default
|
30
|
+
$pre-code-font-size: 1em !default
|
31
|
+
|
21
32
|
html
|
22
33
|
background-color: $body-background-color
|
23
34
|
font-size: $body-size
|
24
35
|
-moz-osx-font-smoothing: grayscale
|
25
36
|
-webkit-font-smoothing: antialiased
|
26
|
-
min-width:
|
27
|
-
overflow-x:
|
28
|
-
overflow-y:
|
37
|
+
min-width: $body-min-width
|
38
|
+
overflow-x: $body-overflow-x
|
39
|
+
overflow-y: $body-overflow-y
|
29
40
|
text-rendering: $body-rendering
|
30
41
|
text-size-adjust: 100%
|
31
42
|
|
@@ -41,6 +52,7 @@ section
|
|
41
52
|
body,
|
42
53
|
button,
|
43
54
|
input,
|
55
|
+
optgroup,
|
44
56
|
select,
|
45
57
|
textarea
|
46
58
|
font-family: $body-family
|
@@ -53,7 +65,7 @@ pre
|
|
53
65
|
|
54
66
|
body
|
55
67
|
color: $body-color
|
56
|
-
font-size:
|
68
|
+
font-size: $body-font-size
|
57
69
|
font-weight: $body-weight
|
58
70
|
line-height: $body-line-height
|
59
71
|
|
@@ -91,7 +103,7 @@ input[type="radio"]
|
|
91
103
|
vertical-align: baseline
|
92
104
|
|
93
105
|
small
|
94
|
-
font-size:
|
106
|
+
font-size: $small-font-size
|
95
107
|
|
96
108
|
span
|
97
109
|
font-style: inherit
|
@@ -110,21 +122,22 @@ pre
|
|
110
122
|
+overflow-touch
|
111
123
|
background-color: $pre-background
|
112
124
|
color: $pre
|
113
|
-
font-size:
|
125
|
+
font-size: $pre-font-size
|
114
126
|
overflow-x: auto
|
115
|
-
padding:
|
127
|
+
padding: $pre-padding
|
116
128
|
white-space: pre
|
117
129
|
word-wrap: normal
|
118
130
|
code
|
119
131
|
background-color: transparent
|
120
132
|
color: currentColor
|
121
|
-
font-size:
|
133
|
+
font-size: $pre-code-font-size
|
122
134
|
padding: 0
|
123
135
|
|
124
136
|
table
|
125
137
|
td,
|
126
138
|
th
|
127
|
-
text-align: left
|
128
139
|
vertical-align: top
|
140
|
+
&:not([align])
|
141
|
+
text-align: inherit
|
129
142
|
th
|
130
143
|
color: $text-strong
|
@@ -1,276 +1 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
.is-clearfix
|
4
|
-
+clearfix
|
5
|
-
|
6
|
-
.is-pulled-left
|
7
|
-
float: left !important
|
8
|
-
|
9
|
-
.is-pulled-right
|
10
|
-
float: right !important
|
11
|
-
|
12
|
-
// Overflow
|
13
|
-
|
14
|
-
.is-clipped
|
15
|
-
overflow: hidden !important
|
16
|
-
|
17
|
-
// Overlay
|
18
|
-
|
19
|
-
.is-overlay
|
20
|
-
@extend %overlay
|
21
|
-
|
22
|
-
// Typography
|
23
|
-
|
24
|
-
=typography-size($target:'')
|
25
|
-
@each $size in $sizes
|
26
|
-
$i: index($sizes, $size)
|
27
|
-
.is-size-#{$i}#{if($target == '', '', '-' + $target)}
|
28
|
-
font-size: $size !important
|
29
|
-
|
30
|
-
+typography-size()
|
31
|
-
|
32
|
-
+mobile
|
33
|
-
+typography-size('mobile')
|
34
|
-
|
35
|
-
+tablet
|
36
|
-
+typography-size('tablet')
|
37
|
-
|
38
|
-
+touch
|
39
|
-
+typography-size('touch')
|
40
|
-
|
41
|
-
+desktop
|
42
|
-
+typography-size('desktop')
|
43
|
-
|
44
|
-
+widescreen
|
45
|
-
+typography-size('widescreen')
|
46
|
-
|
47
|
-
+fullhd
|
48
|
-
+typography-size('fullhd')
|
49
|
-
|
50
|
-
$alignments: ('centered': 'center', 'justified': 'justify', 'left': 'left', 'right': 'right')
|
51
|
-
|
52
|
-
@each $alignment, $text-align in $alignments
|
53
|
-
.has-text-#{$alignment}
|
54
|
-
text-align: #{$text-align} !important
|
55
|
-
|
56
|
-
@each $alignment, $text-align in $alignments
|
57
|
-
+mobile
|
58
|
-
.has-text-#{$alignment}-mobile
|
59
|
-
text-align: #{$text-align} !important
|
60
|
-
+tablet
|
61
|
-
.has-text-#{$alignment}-tablet
|
62
|
-
text-align: #{$text-align} !important
|
63
|
-
+tablet-only
|
64
|
-
.has-text-#{$alignment}-tablet-only
|
65
|
-
text-align: #{$text-align} !important
|
66
|
-
+touch
|
67
|
-
.has-text-#{$alignment}-touch
|
68
|
-
text-align: #{$text-align} !important
|
69
|
-
+desktop
|
70
|
-
.has-text-#{$alignment}-desktop
|
71
|
-
text-align: #{$text-align} !important
|
72
|
-
+desktop-only
|
73
|
-
.has-text-#{$alignment}-desktop-only
|
74
|
-
text-align: #{$text-align} !important
|
75
|
-
+widescreen
|
76
|
-
.has-text-#{$alignment}-widescreen
|
77
|
-
text-align: #{$text-align} !important
|
78
|
-
+widescreen-only
|
79
|
-
.has-text-#{$alignment}-widescreen-only
|
80
|
-
text-align: #{$text-align} !important
|
81
|
-
+fullhd
|
82
|
-
.has-text-#{$alignment}-fullhd
|
83
|
-
text-align: #{$text-align} !important
|
84
|
-
|
85
|
-
.is-capitalized
|
86
|
-
text-transform: capitalize !important
|
87
|
-
|
88
|
-
.is-lowercase
|
89
|
-
text-transform: lowercase !important
|
90
|
-
|
91
|
-
.is-uppercase
|
92
|
-
text-transform: uppercase !important
|
93
|
-
|
94
|
-
.is-italic
|
95
|
-
font-style: italic !important
|
96
|
-
|
97
|
-
@each $name, $pair in $colors
|
98
|
-
$color: nth($pair, 1)
|
99
|
-
.has-text-#{$name}
|
100
|
-
color: $color !important
|
101
|
-
a.has-text-#{$name}
|
102
|
-
&:hover,
|
103
|
-
&:focus
|
104
|
-
color: darken($color, 10%) !important
|
105
|
-
.has-background-#{$name}
|
106
|
-
background-color: $color !important
|
107
|
-
|
108
|
-
@each $name, $shade in $shades
|
109
|
-
.has-text-#{$name}
|
110
|
-
color: $shade !important
|
111
|
-
.has-background-#{$name}
|
112
|
-
background-color: $shade !important
|
113
|
-
|
114
|
-
.has-text-weight-light
|
115
|
-
font-weight: $weight-light !important
|
116
|
-
.has-text-weight-normal
|
117
|
-
font-weight: $weight-normal !important
|
118
|
-
.has-text-weight-semibold
|
119
|
-
font-weight: $weight-semibold !important
|
120
|
-
.has-text-weight-bold
|
121
|
-
font-weight: $weight-bold !important
|
122
|
-
|
123
|
-
.is-family-primary
|
124
|
-
font-family: $family-primary !important
|
125
|
-
|
126
|
-
.is-family-secondary
|
127
|
-
font-family: $family-secondary !important
|
128
|
-
|
129
|
-
.is-family-sans-serif
|
130
|
-
font-family: $family-sans-serif !important
|
131
|
-
|
132
|
-
.is-family-monospace
|
133
|
-
font-family: $family-monospace !important
|
134
|
-
|
135
|
-
.is-family-code
|
136
|
-
font-family: $family-code !important
|
137
|
-
|
138
|
-
// Visibility
|
139
|
-
|
140
|
-
$displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
|
141
|
-
|
142
|
-
@each $display in $displays
|
143
|
-
.is-#{$display}
|
144
|
-
display: #{$display} !important
|
145
|
-
+mobile
|
146
|
-
.is-#{$display}-mobile
|
147
|
-
display: #{$display} !important
|
148
|
-
+tablet
|
149
|
-
.is-#{$display}-tablet
|
150
|
-
display: #{$display} !important
|
151
|
-
+tablet-only
|
152
|
-
.is-#{$display}-tablet-only
|
153
|
-
display: #{$display} !important
|
154
|
-
+touch
|
155
|
-
.is-#{$display}-touch
|
156
|
-
display: #{$display} !important
|
157
|
-
+desktop
|
158
|
-
.is-#{$display}-desktop
|
159
|
-
display: #{$display} !important
|
160
|
-
+desktop-only
|
161
|
-
.is-#{$display}-desktop-only
|
162
|
-
display: #{$display} !important
|
163
|
-
+widescreen
|
164
|
-
.is-#{$display}-widescreen
|
165
|
-
display: #{$display} !important
|
166
|
-
+widescreen-only
|
167
|
-
.is-#{$display}-widescreen-only
|
168
|
-
display: #{$display} !important
|
169
|
-
+fullhd
|
170
|
-
.is-#{$display}-fullhd
|
171
|
-
display: #{$display} !important
|
172
|
-
|
173
|
-
.is-hidden
|
174
|
-
display: none !important
|
175
|
-
|
176
|
-
.is-sr-only
|
177
|
-
border: none !important
|
178
|
-
clip: rect(0, 0, 0, 0) !important
|
179
|
-
height: 0.01em !important
|
180
|
-
overflow: hidden !important
|
181
|
-
padding: 0 !important
|
182
|
-
position: absolute !important
|
183
|
-
white-space: nowrap !important
|
184
|
-
width: 0.01em !important
|
185
|
-
|
186
|
-
+mobile
|
187
|
-
.is-hidden-mobile
|
188
|
-
display: none !important
|
189
|
-
|
190
|
-
+tablet
|
191
|
-
.is-hidden-tablet
|
192
|
-
display: none !important
|
193
|
-
|
194
|
-
+tablet-only
|
195
|
-
.is-hidden-tablet-only
|
196
|
-
display: none !important
|
197
|
-
|
198
|
-
+touch
|
199
|
-
.is-hidden-touch
|
200
|
-
display: none !important
|
201
|
-
|
202
|
-
+desktop
|
203
|
-
.is-hidden-desktop
|
204
|
-
display: none !important
|
205
|
-
|
206
|
-
+desktop-only
|
207
|
-
.is-hidden-desktop-only
|
208
|
-
display: none !important
|
209
|
-
|
210
|
-
+widescreen
|
211
|
-
.is-hidden-widescreen
|
212
|
-
display: none !important
|
213
|
-
|
214
|
-
+widescreen-only
|
215
|
-
.is-hidden-widescreen-only
|
216
|
-
display: none !important
|
217
|
-
|
218
|
-
+fullhd
|
219
|
-
.is-hidden-fullhd
|
220
|
-
display: none !important
|
221
|
-
|
222
|
-
.is-invisible
|
223
|
-
visibility: hidden !important
|
224
|
-
|
225
|
-
+mobile
|
226
|
-
.is-invisible-mobile
|
227
|
-
visibility: hidden !important
|
228
|
-
|
229
|
-
+tablet
|
230
|
-
.is-invisible-tablet
|
231
|
-
visibility: hidden !important
|
232
|
-
|
233
|
-
+tablet-only
|
234
|
-
.is-invisible-tablet-only
|
235
|
-
visibility: hidden !important
|
236
|
-
|
237
|
-
+touch
|
238
|
-
.is-invisible-touch
|
239
|
-
visibility: hidden !important
|
240
|
-
|
241
|
-
+desktop
|
242
|
-
.is-invisible-desktop
|
243
|
-
visibility: hidden !important
|
244
|
-
|
245
|
-
+desktop-only
|
246
|
-
.is-invisible-desktop-only
|
247
|
-
visibility: hidden !important
|
248
|
-
|
249
|
-
+widescreen
|
250
|
-
.is-invisible-widescreen
|
251
|
-
visibility: hidden !important
|
252
|
-
|
253
|
-
+widescreen-only
|
254
|
-
.is-invisible-widescreen-only
|
255
|
-
visibility: hidden !important
|
256
|
-
|
257
|
-
+fullhd
|
258
|
-
.is-invisible-fullhd
|
259
|
-
visibility: hidden !important
|
260
|
-
|
261
|
-
// Other
|
262
|
-
|
263
|
-
.is-marginless
|
264
|
-
margin: 0 !important
|
265
|
-
|
266
|
-
.is-paddingless
|
267
|
-
padding: 0 !important
|
268
|
-
|
269
|
-
.is-radiusless
|
270
|
-
border-radius: 0 !important
|
271
|
-
|
272
|
-
.is-shadowless
|
273
|
-
box-shadow: none !important
|
274
|
-
|
275
|
-
.is-unselectable
|
276
|
-
@extend %unselectable
|
1
|
+
@warn "The helpers.sass file is DEPRECATED. It has moved into its own /helpers folder. Please import sass/helpers/_all instead."
|
@@ -1,4 +1,4 @@
|
|
1
|
-
/*! minireset.css v0.0.
|
1
|
+
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
|
2
2
|
// Blocks
|
3
3
|
html,
|
4
4
|
body,
|
@@ -59,16 +59,10 @@ html
|
|
59
59
|
|
60
60
|
// Media
|
61
61
|
img,
|
62
|
-
embed,
|
63
|
-
iframe,
|
64
|
-
object,
|
65
62
|
video
|
66
63
|
height: auto
|
67
64
|
max-width: 100%
|
68
65
|
|
69
|
-
audio
|
70
|
-
max-width: 100%
|
71
|
-
|
72
66
|
// Iframe
|
73
67
|
iframe
|
74
68
|
border: 0
|
@@ -81,4 +75,5 @@ table
|
|
81
75
|
td,
|
82
76
|
th
|
83
77
|
padding: 0
|
84
|
-
|
78
|
+
&:not([align])
|
79
|
+
text-align: inherit
|