bulma-rails 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +15 -3
- data/app/assets/stylesheets/bulma.scss +2 -2
- data/app/assets/stylesheets/{sass → bulma_sass}/base/generic.scss +2 -1
- data/app/assets/stylesheets/{sass → bulma_sass}/base/skeleton.scss +1 -1
- data/app/assets/stylesheets/{sass → bulma_sass}/components/navbar.scss +1 -1
- data/app/assets/stylesheets/{sass → bulma_sass}/elements/button.scss +12 -0
- data/app/assets/stylesheets/{sass → bulma_sass}/elements/image.scss +4 -2
- data/app/assets/stylesheets/{sass → bulma_sass}/elements/title.scss +4 -2
- data/app/assets/stylesheets/{sass → bulma_sass}/form/input-textarea.scss +3 -1
- data/app/assets/stylesheets/{sass → bulma_sass}/form/shared.scss +7 -5
- data/app/assets/stylesheets/{sass → bulma_sass}/form/tools.scss +1 -1
- data/app/assets/stylesheets/{sass → bulma_sass}/grid/columns.scss +1 -1
- data/app/assets/stylesheets/bulma_sass/helpers/aspect-ratio.scss +12 -0
- data/app/assets/stylesheets/{sass → bulma_sass}/helpers/border.scss +1 -1
- data/app/assets/stylesheets/{sass → bulma_sass}/helpers/color.scss +40 -40
- data/app/assets/stylesheets/{sass → bulma_sass}/helpers/flexbox.scss +7 -7
- data/app/assets/stylesheets/bulma_sass/helpers/float.scss +28 -0
- data/app/assets/stylesheets/{sass → bulma_sass}/helpers/gap.scss +3 -3
- data/app/assets/stylesheets/{sass → bulma_sass}/helpers/other.scss +4 -4
- data/app/assets/stylesheets/{sass → bulma_sass}/helpers/overflow.scss +4 -4
- data/app/assets/stylesheets/{sass → bulma_sass}/helpers/position.scss +4 -4
- data/app/assets/stylesheets/{sass → bulma_sass}/helpers/spacing.scss +6 -6
- data/app/assets/stylesheets/{sass → bulma_sass}/helpers/typography.scss +33 -27
- data/app/assets/stylesheets/bulma_sass/helpers/visibility.scss +221 -0
- data/app/assets/stylesheets/{sass → bulma_sass}/layout/hero.scss +12 -9
- data/app/assets/stylesheets/{sass → bulma_sass}/themes/_index.scss +2 -1
- data/app/assets/stylesheets/{sass → bulma_sass}/themes/dark.scss +2 -1
- data/app/assets/stylesheets/{sass → bulma_sass}/themes/light.scss +7 -6
- data/app/assets/stylesheets/{sass → bulma_sass}/utilities/controls.scss +1 -1
- data/app/assets/stylesheets/{sass → bulma_sass}/utilities/css-variables.scss +99 -23
- data/app/assets/stylesheets/{sass → bulma_sass}/utilities/functions.scss +100 -48
- data/app/assets/stylesheets/{sass → bulma_sass}/utilities/initial-variables.scss +2 -0
- data/app/assets/stylesheets/{sass → bulma_sass}/utilities/mixins.scss +5 -3
- data/bulma-rails.gemspec +1 -1
- metadata +75 -75
- data/app/assets/stylesheets/sass/helpers/aspect-ratio.scss +0 -10
- data/app/assets/stylesheets/sass/helpers/float.scss +0 -28
- data/app/assets/stylesheets/sass/helpers/visibility.scss +0 -221
- /data/app/assets/stylesheets/{sass → bulma_sass}/_index.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/base/_index.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/base/animations.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/base/minireset.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/components/_index.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/components/breadcrumb.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/components/card.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/components/dropdown.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/components/menu.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/components/message.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/components/modal.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/components/pagination.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/components/panel.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/components/tabs.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/elements/_index.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/elements/block.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/elements/box.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/elements/content.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/elements/delete.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/elements/icon.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/elements/loader.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/elements/notification.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/elements/progress.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/elements/table.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/elements/tag.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/form/_index.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/form/checkbox-radio.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/form/file.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/form/select.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/grid/_index.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/grid/grid.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/helpers/_index.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/layout/_index.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/layout/container.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/layout/footer.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/layout/level.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/layout/media.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/layout/section.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/themes/setup.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/utilities/_index.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/utilities/derived-variables.scss +0 -0
- /data/app/assets/stylesheets/{sass → bulma_sass}/utilities/extends.scss +0 -0
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bulma-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joshua Jansen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-04-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dartsass-rails
|
@@ -34,79 +34,79 @@ files:
|
|
34
34
|
- ".gitignore"
|
35
35
|
- README.md
|
36
36
|
- app/assets/stylesheets/bulma.scss
|
37
|
-
- app/assets/stylesheets/
|
38
|
-
- app/assets/stylesheets/
|
39
|
-
- app/assets/stylesheets/
|
40
|
-
- app/assets/stylesheets/
|
41
|
-
- app/assets/stylesheets/
|
42
|
-
- app/assets/stylesheets/
|
43
|
-
- app/assets/stylesheets/
|
44
|
-
- app/assets/stylesheets/
|
45
|
-
- app/assets/stylesheets/
|
46
|
-
- app/assets/stylesheets/
|
47
|
-
- app/assets/stylesheets/
|
48
|
-
- app/assets/stylesheets/
|
49
|
-
- app/assets/stylesheets/
|
50
|
-
- app/assets/stylesheets/
|
51
|
-
- app/assets/stylesheets/
|
52
|
-
- app/assets/stylesheets/
|
53
|
-
- app/assets/stylesheets/
|
54
|
-
- app/assets/stylesheets/
|
55
|
-
- app/assets/stylesheets/
|
56
|
-
- app/assets/stylesheets/
|
57
|
-
- app/assets/stylesheets/
|
58
|
-
- app/assets/stylesheets/
|
59
|
-
- app/assets/stylesheets/
|
60
|
-
- app/assets/stylesheets/
|
61
|
-
- app/assets/stylesheets/
|
62
|
-
- app/assets/stylesheets/
|
63
|
-
- app/assets/stylesheets/
|
64
|
-
- app/assets/stylesheets/
|
65
|
-
- app/assets/stylesheets/
|
66
|
-
- app/assets/stylesheets/
|
67
|
-
- app/assets/stylesheets/
|
68
|
-
- app/assets/stylesheets/
|
69
|
-
- app/assets/stylesheets/
|
70
|
-
- app/assets/stylesheets/
|
71
|
-
- app/assets/stylesheets/
|
72
|
-
- app/assets/stylesheets/
|
73
|
-
- app/assets/stylesheets/
|
74
|
-
- app/assets/stylesheets/
|
75
|
-
- app/assets/stylesheets/
|
76
|
-
- app/assets/stylesheets/
|
77
|
-
- app/assets/stylesheets/
|
78
|
-
- app/assets/stylesheets/
|
79
|
-
- app/assets/stylesheets/
|
80
|
-
- app/assets/stylesheets/
|
81
|
-
- app/assets/stylesheets/
|
82
|
-
- app/assets/stylesheets/
|
83
|
-
- app/assets/stylesheets/
|
84
|
-
- app/assets/stylesheets/
|
85
|
-
- app/assets/stylesheets/
|
86
|
-
- app/assets/stylesheets/
|
87
|
-
- app/assets/stylesheets/
|
88
|
-
- app/assets/stylesheets/
|
89
|
-
- app/assets/stylesheets/
|
90
|
-
- app/assets/stylesheets/
|
91
|
-
- app/assets/stylesheets/
|
92
|
-
- app/assets/stylesheets/
|
93
|
-
- app/assets/stylesheets/
|
94
|
-
- app/assets/stylesheets/
|
95
|
-
- app/assets/stylesheets/
|
96
|
-
- app/assets/stylesheets/
|
97
|
-
- app/assets/stylesheets/
|
98
|
-
- app/assets/stylesheets/
|
99
|
-
- app/assets/stylesheets/
|
100
|
-
- app/assets/stylesheets/
|
101
|
-
- app/assets/stylesheets/
|
102
|
-
- app/assets/stylesheets/
|
103
|
-
- app/assets/stylesheets/
|
104
|
-
- app/assets/stylesheets/
|
105
|
-
- app/assets/stylesheets/
|
106
|
-
- app/assets/stylesheets/
|
107
|
-
- app/assets/stylesheets/
|
108
|
-
- app/assets/stylesheets/
|
109
|
-
- app/assets/stylesheets/
|
37
|
+
- app/assets/stylesheets/bulma_sass/_index.scss
|
38
|
+
- app/assets/stylesheets/bulma_sass/base/_index.scss
|
39
|
+
- app/assets/stylesheets/bulma_sass/base/animations.scss
|
40
|
+
- app/assets/stylesheets/bulma_sass/base/generic.scss
|
41
|
+
- app/assets/stylesheets/bulma_sass/base/minireset.scss
|
42
|
+
- app/assets/stylesheets/bulma_sass/base/skeleton.scss
|
43
|
+
- app/assets/stylesheets/bulma_sass/components/_index.scss
|
44
|
+
- app/assets/stylesheets/bulma_sass/components/breadcrumb.scss
|
45
|
+
- app/assets/stylesheets/bulma_sass/components/card.scss
|
46
|
+
- app/assets/stylesheets/bulma_sass/components/dropdown.scss
|
47
|
+
- app/assets/stylesheets/bulma_sass/components/menu.scss
|
48
|
+
- app/assets/stylesheets/bulma_sass/components/message.scss
|
49
|
+
- app/assets/stylesheets/bulma_sass/components/modal.scss
|
50
|
+
- app/assets/stylesheets/bulma_sass/components/navbar.scss
|
51
|
+
- app/assets/stylesheets/bulma_sass/components/pagination.scss
|
52
|
+
- app/assets/stylesheets/bulma_sass/components/panel.scss
|
53
|
+
- app/assets/stylesheets/bulma_sass/components/tabs.scss
|
54
|
+
- app/assets/stylesheets/bulma_sass/elements/_index.scss
|
55
|
+
- app/assets/stylesheets/bulma_sass/elements/block.scss
|
56
|
+
- app/assets/stylesheets/bulma_sass/elements/box.scss
|
57
|
+
- app/assets/stylesheets/bulma_sass/elements/button.scss
|
58
|
+
- app/assets/stylesheets/bulma_sass/elements/content.scss
|
59
|
+
- app/assets/stylesheets/bulma_sass/elements/delete.scss
|
60
|
+
- app/assets/stylesheets/bulma_sass/elements/icon.scss
|
61
|
+
- app/assets/stylesheets/bulma_sass/elements/image.scss
|
62
|
+
- app/assets/stylesheets/bulma_sass/elements/loader.scss
|
63
|
+
- app/assets/stylesheets/bulma_sass/elements/notification.scss
|
64
|
+
- app/assets/stylesheets/bulma_sass/elements/progress.scss
|
65
|
+
- app/assets/stylesheets/bulma_sass/elements/table.scss
|
66
|
+
- app/assets/stylesheets/bulma_sass/elements/tag.scss
|
67
|
+
- app/assets/stylesheets/bulma_sass/elements/title.scss
|
68
|
+
- app/assets/stylesheets/bulma_sass/form/_index.scss
|
69
|
+
- app/assets/stylesheets/bulma_sass/form/checkbox-radio.scss
|
70
|
+
- app/assets/stylesheets/bulma_sass/form/file.scss
|
71
|
+
- app/assets/stylesheets/bulma_sass/form/input-textarea.scss
|
72
|
+
- app/assets/stylesheets/bulma_sass/form/select.scss
|
73
|
+
- app/assets/stylesheets/bulma_sass/form/shared.scss
|
74
|
+
- app/assets/stylesheets/bulma_sass/form/tools.scss
|
75
|
+
- app/assets/stylesheets/bulma_sass/grid/_index.scss
|
76
|
+
- app/assets/stylesheets/bulma_sass/grid/columns.scss
|
77
|
+
- app/assets/stylesheets/bulma_sass/grid/grid.scss
|
78
|
+
- app/assets/stylesheets/bulma_sass/helpers/_index.scss
|
79
|
+
- app/assets/stylesheets/bulma_sass/helpers/aspect-ratio.scss
|
80
|
+
- app/assets/stylesheets/bulma_sass/helpers/border.scss
|
81
|
+
- app/assets/stylesheets/bulma_sass/helpers/color.scss
|
82
|
+
- app/assets/stylesheets/bulma_sass/helpers/flexbox.scss
|
83
|
+
- app/assets/stylesheets/bulma_sass/helpers/float.scss
|
84
|
+
- app/assets/stylesheets/bulma_sass/helpers/gap.scss
|
85
|
+
- app/assets/stylesheets/bulma_sass/helpers/other.scss
|
86
|
+
- app/assets/stylesheets/bulma_sass/helpers/overflow.scss
|
87
|
+
- app/assets/stylesheets/bulma_sass/helpers/position.scss
|
88
|
+
- app/assets/stylesheets/bulma_sass/helpers/spacing.scss
|
89
|
+
- app/assets/stylesheets/bulma_sass/helpers/typography.scss
|
90
|
+
- app/assets/stylesheets/bulma_sass/helpers/visibility.scss
|
91
|
+
- app/assets/stylesheets/bulma_sass/layout/_index.scss
|
92
|
+
- app/assets/stylesheets/bulma_sass/layout/container.scss
|
93
|
+
- app/assets/stylesheets/bulma_sass/layout/footer.scss
|
94
|
+
- app/assets/stylesheets/bulma_sass/layout/hero.scss
|
95
|
+
- app/assets/stylesheets/bulma_sass/layout/level.scss
|
96
|
+
- app/assets/stylesheets/bulma_sass/layout/media.scss
|
97
|
+
- app/assets/stylesheets/bulma_sass/layout/section.scss
|
98
|
+
- app/assets/stylesheets/bulma_sass/themes/_index.scss
|
99
|
+
- app/assets/stylesheets/bulma_sass/themes/dark.scss
|
100
|
+
- app/assets/stylesheets/bulma_sass/themes/light.scss
|
101
|
+
- app/assets/stylesheets/bulma_sass/themes/setup.scss
|
102
|
+
- app/assets/stylesheets/bulma_sass/utilities/_index.scss
|
103
|
+
- app/assets/stylesheets/bulma_sass/utilities/controls.scss
|
104
|
+
- app/assets/stylesheets/bulma_sass/utilities/css-variables.scss
|
105
|
+
- app/assets/stylesheets/bulma_sass/utilities/derived-variables.scss
|
106
|
+
- app/assets/stylesheets/bulma_sass/utilities/extends.scss
|
107
|
+
- app/assets/stylesheets/bulma_sass/utilities/functions.scss
|
108
|
+
- app/assets/stylesheets/bulma_sass/utilities/initial-variables.scss
|
109
|
+
- app/assets/stylesheets/bulma_sass/utilities/mixins.scss
|
110
110
|
- bulma-rails.gemspec
|
111
111
|
- lib/bulma-rails.rb
|
112
112
|
homepage: https://github.com/joshuajansen/bulma-rails
|
@@ -1,28 +0,0 @@
|
|
1
|
-
@use "../utilities/initial-variables" as iv;
|
2
|
-
@use "../utilities/mixins" as mx;
|
3
|
-
|
4
|
-
.#{iv.$helpers-prefix}clearfix {
|
5
|
-
@include mx.clearfix;
|
6
|
-
}
|
7
|
-
|
8
|
-
.#{iv.$helpers-prefix}float-left,
|
9
|
-
.#{iv.$helpers-prefix}pulled-left {
|
10
|
-
float: left !important;
|
11
|
-
}
|
12
|
-
|
13
|
-
.#{iv.$helpers-prefix}float-right,
|
14
|
-
.#{iv.$helpers-prefix}pulled-right {
|
15
|
-
float: right !important;
|
16
|
-
}
|
17
|
-
|
18
|
-
.#{iv.$helpers-prefix}float-none {
|
19
|
-
float: none !important;
|
20
|
-
}
|
21
|
-
|
22
|
-
$clears: both left none right;
|
23
|
-
|
24
|
-
@each $clear in $clears {
|
25
|
-
.#{iv.$helpers-prefix}clear-#{$clear} {
|
26
|
-
clear: $clear !important;
|
27
|
-
}
|
28
|
-
}
|
@@ -1,221 +0,0 @@
|
|
1
|
-
@use "../utilities/initial-variables" as iv;
|
2
|
-
@use "../utilities/mixins" as mx;
|
3
|
-
|
4
|
-
.#{iv.$helpers-prefix}display-none,
|
5
|
-
.#{iv.$helpers-prefix}hidden {
|
6
|
-
display: none !important;
|
7
|
-
}
|
8
|
-
|
9
|
-
$displays: block flex inline inline-block inline-flex grid;
|
10
|
-
|
11
|
-
@each $display in $displays {
|
12
|
-
.#{iv.$helpers-prefix}display-#{$display},
|
13
|
-
.#{iv.$helpers-prefix}#{$display} {
|
14
|
-
display: $display !important;
|
15
|
-
}
|
16
|
-
|
17
|
-
@include mx.mobile {
|
18
|
-
.#{iv.$helpers-prefix}display-#{$display}-mobile,
|
19
|
-
.#{iv.$helpers-prefix}#{$display}-mobile {
|
20
|
-
display: $display !important;
|
21
|
-
}
|
22
|
-
}
|
23
|
-
|
24
|
-
@include mx.tablet {
|
25
|
-
.#{iv.$helpers-prefix}display-#{$display}-tablet,
|
26
|
-
.#{iv.$helpers-prefix}#{$display}-tablet {
|
27
|
-
display: $display !important;
|
28
|
-
}
|
29
|
-
}
|
30
|
-
|
31
|
-
@include mx.tablet-only {
|
32
|
-
.#{iv.$helpers-prefix}display-#{$display}-tablet-only,
|
33
|
-
.#{iv.$helpers-prefix}#{$display}-tablet-only {
|
34
|
-
display: $display !important;
|
35
|
-
}
|
36
|
-
}
|
37
|
-
|
38
|
-
@include mx.touch {
|
39
|
-
.#{iv.$helpers-prefix}display-#{$display}-touch,
|
40
|
-
.#{iv.$helpers-prefix}#{$display}-touch {
|
41
|
-
display: $display !important;
|
42
|
-
}
|
43
|
-
}
|
44
|
-
|
45
|
-
@include mx.desktop {
|
46
|
-
.#{iv.$helpers-prefix}display-#{$display}-desktop,
|
47
|
-
.#{iv.$helpers-prefix}#{$display}-desktop {
|
48
|
-
display: $display !important;
|
49
|
-
}
|
50
|
-
}
|
51
|
-
|
52
|
-
@include mx.desktop-only {
|
53
|
-
.#{iv.$helpers-prefix}display-#{$display}-desktop-only,
|
54
|
-
.#{iv.$helpers-prefix}#{$display}-desktop-only {
|
55
|
-
display: $display !important;
|
56
|
-
}
|
57
|
-
}
|
58
|
-
|
59
|
-
@include mx.widescreen {
|
60
|
-
.#{iv.$helpers-prefix}display-#{$display}-widescreen,
|
61
|
-
.#{iv.$helpers-prefix}#{$display}-widescreen {
|
62
|
-
display: $display !important;
|
63
|
-
}
|
64
|
-
}
|
65
|
-
|
66
|
-
@include mx.widescreen-only {
|
67
|
-
.#{iv.$helpers-prefix}display-#{$display}-widescreen-only,
|
68
|
-
.#{iv.$helpers-prefix}#{$display}-widescreen-only {
|
69
|
-
display: $display !important;
|
70
|
-
}
|
71
|
-
}
|
72
|
-
|
73
|
-
@include mx.fullhd {
|
74
|
-
.#{iv.$helpers-prefix}display-#{$display}-fullhd,
|
75
|
-
.#{iv.$helpers-prefix}#{$display}-fullhd {
|
76
|
-
display: $display !important;
|
77
|
-
}
|
78
|
-
}
|
79
|
-
}
|
80
|
-
|
81
|
-
.#{iv.$helpers-prefix}sr-only {
|
82
|
-
border: none !important;
|
83
|
-
clip: rect(0, 0, 0, 0) !important;
|
84
|
-
height: 0.01em !important;
|
85
|
-
overflow: hidden !important;
|
86
|
-
padding: 0 !important;
|
87
|
-
position: absolute !important;
|
88
|
-
white-space: nowrap !important;
|
89
|
-
width: 0.01em !important;
|
90
|
-
}
|
91
|
-
|
92
|
-
@include mx.mobile {
|
93
|
-
.#{iv.$helpers-prefix}display-none-mobile,
|
94
|
-
.#{iv.$helpers-prefix}hidden-mobile {
|
95
|
-
display: none !important;
|
96
|
-
}
|
97
|
-
}
|
98
|
-
|
99
|
-
@include mx.tablet {
|
100
|
-
.#{iv.$helpers-prefix}display-none-tablet,
|
101
|
-
.#{iv.$helpers-prefix}hidden-tablet {
|
102
|
-
display: none !important;
|
103
|
-
}
|
104
|
-
}
|
105
|
-
|
106
|
-
@include mx.tablet-only {
|
107
|
-
.#{iv.$helpers-prefix}display-none-tablet-only,
|
108
|
-
.#{iv.$helpers-prefix}hidden-tablet-only {
|
109
|
-
display: none !important;
|
110
|
-
}
|
111
|
-
}
|
112
|
-
|
113
|
-
@include mx.touch {
|
114
|
-
.#{iv.$helpers-prefix}display-none-touch,
|
115
|
-
.#{iv.$helpers-prefix}hidden-touch {
|
116
|
-
display: none !important;
|
117
|
-
}
|
118
|
-
}
|
119
|
-
|
120
|
-
@include mx.desktop {
|
121
|
-
.#{iv.$helpers-prefix}display-none-desktop,
|
122
|
-
.#{iv.$helpers-prefix}hidden-desktop {
|
123
|
-
display: none !important;
|
124
|
-
}
|
125
|
-
}
|
126
|
-
|
127
|
-
@include mx.desktop-only {
|
128
|
-
.#{iv.$helpers-prefix}display-none-desktop-only,
|
129
|
-
.#{iv.$helpers-prefix}hidden-desktop-only {
|
130
|
-
display: none !important;
|
131
|
-
}
|
132
|
-
}
|
133
|
-
|
134
|
-
@include mx.widescreen {
|
135
|
-
.#{iv.$helpers-prefix}display-none-widescreen,
|
136
|
-
.#{iv.$helpers-prefix}hidden-widescreen {
|
137
|
-
display: none !important;
|
138
|
-
}
|
139
|
-
}
|
140
|
-
|
141
|
-
@include mx.widescreen-only {
|
142
|
-
.#{iv.$helpers-prefix}display-none-widescreen-only,
|
143
|
-
.#{iv.$helpers-prefix}hidden-widescreen-only {
|
144
|
-
display: none !important;
|
145
|
-
}
|
146
|
-
}
|
147
|
-
|
148
|
-
@include mx.fullhd {
|
149
|
-
.#{iv.$helpers-prefix}display-none-fullhd,
|
150
|
-
.#{iv.$helpers-prefix}hidden-fullhd {
|
151
|
-
display: none !important;
|
152
|
-
}
|
153
|
-
}
|
154
|
-
|
155
|
-
.#{iv.$helpers-prefix}visibility-hidden,
|
156
|
-
.#{iv.$helpers-prefix}invisible {
|
157
|
-
visibility: hidden !important;
|
158
|
-
}
|
159
|
-
|
160
|
-
@include mx.mobile {
|
161
|
-
.#{iv.$helpers-prefix}visibility-hidden-mobile,
|
162
|
-
.#{iv.$helpers-prefix}invisible-mobile {
|
163
|
-
visibility: hidden !important;
|
164
|
-
}
|
165
|
-
}
|
166
|
-
|
167
|
-
@include mx.tablet {
|
168
|
-
.#{iv.$helpers-prefix}visibility-hidden-tablet,
|
169
|
-
.#{iv.$helpers-prefix}invisible-tablet {
|
170
|
-
visibility: hidden !important;
|
171
|
-
}
|
172
|
-
}
|
173
|
-
|
174
|
-
@include mx.tablet-only {
|
175
|
-
.#{iv.$helpers-prefix}visibility-hidden-tablet-only,
|
176
|
-
.#{iv.$helpers-prefix}invisible-tablet-only {
|
177
|
-
visibility: hidden !important;
|
178
|
-
}
|
179
|
-
}
|
180
|
-
|
181
|
-
@include mx.touch {
|
182
|
-
.#{iv.$helpers-prefix}visibility-hidden-touch,
|
183
|
-
.#{iv.$helpers-prefix}invisible-touch {
|
184
|
-
visibility: hidden !important;
|
185
|
-
}
|
186
|
-
}
|
187
|
-
|
188
|
-
@include mx.desktop {
|
189
|
-
.#{iv.$helpers-prefix}visibility-hidden-desktop,
|
190
|
-
.#{iv.$helpers-prefix}invisible-desktop {
|
191
|
-
visibility: hidden !important;
|
192
|
-
}
|
193
|
-
}
|
194
|
-
|
195
|
-
@include mx.desktop-only {
|
196
|
-
.#{iv.$helpers-prefix}visibility-hidden-desktop-only,
|
197
|
-
.#{iv.$helpers-prefix}invisible-desktop-only {
|
198
|
-
visibility: hidden !important;
|
199
|
-
}
|
200
|
-
}
|
201
|
-
|
202
|
-
@include mx.widescreen {
|
203
|
-
.#{iv.$helpers-prefix}visibility-hidden-widescreen,
|
204
|
-
.#{iv.$helpers-prefix}invisible-widescreen {
|
205
|
-
visibility: hidden !important;
|
206
|
-
}
|
207
|
-
}
|
208
|
-
|
209
|
-
@include mx.widescreen-only {
|
210
|
-
.#{iv.$helpers-prefix}visibility-hidden-widescreen-only,
|
211
|
-
.#{iv.$helpers-prefix}invisible-widescreen-only {
|
212
|
-
visibility: hidden !important;
|
213
|
-
}
|
214
|
-
}
|
215
|
-
|
216
|
-
@include mx.fullhd {
|
217
|
-
.#{iv.$helpers-prefix}visibility-hidden-fullhd,
|
218
|
-
.#{iv.$helpers-prefix}invisible-fullhd {
|
219
|
-
visibility: hidden !important;
|
220
|
-
}
|
221
|
-
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|