bulma-clean-theme 1.0.1 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/_includes/cookie-banner.html +0 -4
- data/_includes/google-analytics.html +17 -8
- data/_includes/head.html +3 -0
- data/_includes/newsletter.html +12 -0
- data/_includes/review.html +2 -2
- data/_layouts/promo-page.html +105 -0
- data/_posts/2019-02-09-getting-started-with-bulma-clean-theme.markdown +1 -1
- data/_posts/2020-05-08-creating-a-docs-site-with-bulma-clean-theme.markdown +2 -2
- data/_sass/_main.scss +1 -0
- data/_sass/_promo-page.scss +8 -0
- data/node_modules/.package-lock.json +3 -206
- data/node_modules/bulma/README.md +1 -1
- data/node_modules/bulma/bulma.scss +1 -1
- data/node_modules/bulma/css/bulma.css +92 -84
- data/node_modules/bulma/css/bulma.css.map +1 -1
- data/node_modules/bulma/css/bulma.min.css +2 -2
- data/node_modules/bulma/css/versions/bulma-no-dark-mode.css +20542 -0
- data/node_modules/bulma/css/versions/bulma-no-dark-mode.css.map +1 -0
- data/node_modules/bulma/css/versions/bulma-no-dark-mode.min.css +2 -2
- data/node_modules/bulma/css/versions/bulma-no-helpers-prefixed.css +10620 -0
- data/node_modules/bulma/css/versions/bulma-no-helpers-prefixed.css.map +1 -0
- data/node_modules/bulma/css/versions/bulma-no-helpers-prefixed.min.css +2 -2
- data/node_modules/bulma/css/versions/bulma-no-helpers.css +10620 -0
- data/node_modules/bulma/css/versions/bulma-no-helpers.css.map +1 -0
- data/node_modules/bulma/css/versions/bulma-no-helpers.min.css +2 -2
- data/node_modules/bulma/css/versions/bulma-prefixed.min.css +22444 -2
- data/node_modules/bulma/css/versions/bulma-prefixed.min.css.map +1 -1
- data/node_modules/bulma/css/versions/bulma-prefixed.min.min.css +3 -0
- data/node_modules/bulma/package.json +10 -10
- data/node_modules/bulma/sass/base/skeleton.scss +0 -12
- data/node_modules/bulma/sass/elements/button.scss +9 -2
- data/node_modules/bulma/sass/form/select.scss +1 -0
- data/node_modules/bulma/sass/form/shared.scss +1 -1
- data/node_modules/bulma/sass/grid/grid.scss +2 -2
- data/node_modules/bulma/sass/themes/light.scss +1 -0
- data/node_modules/bulma/sass/utilities/mixins.scss +1 -1
- data/node_modules/bulma/versions/bulma-no-dark-mode.scss +2 -1
- data/node_modules/bulma/versions/bulma-no-helpers-prefixed.scss +1 -1
- data/node_modules/bulma/versions/bulma-no-helpers.scss +1 -1
- data/node_modules/bulma/versions/bulma-prefixed.scss +1 -1
- data/package-lock.json +6 -343
- metadata +12 -5
- data/node_modules/bulma/css/versions/bulma-no-dark-mode.min.css.map +0 -1
- data/node_modules/bulma/css/versions/bulma-no-helpers-prefixed.min.css.map +0 -1
- data/node_modules/bulma/css/versions/bulma-no-helpers.min.css.map +0 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
@charset "UTF-8";
|
2
|
-
/*! bulma.io v1.0.
|
2
|
+
/*! bulma.io v1.0.1 | MIT License | github.com/jgthms/bulma */
|
3
3
|
/* Bulma Utilities */
|
4
4
|
:root {
|
5
5
|
--bulma-control-radius: var(--bulma-radius);
|
@@ -69,6 +69,7 @@
|
|
69
69
|
--bulma-radius-large: 0.75rem;
|
70
70
|
--bulma-radius-rounded: 9999px;
|
71
71
|
--bulma-speed: 86ms;
|
72
|
+
--bulma-arrow-color: var(--bulma-link);
|
72
73
|
--bulma-loading-color: var(--bulma-border);
|
73
74
|
--bulma-burger-h: var(--bulma-link-h);
|
74
75
|
--bulma-burger-s: var(--bulma-link-s);
|
@@ -969,6 +970,7 @@
|
|
969
970
|
--bulma-radius-large: 0.75rem;
|
970
971
|
--bulma-radius-rounded: 9999px;
|
971
972
|
--bulma-speed: 86ms;
|
973
|
+
--bulma-arrow-color: var(--bulma-link);
|
972
974
|
--bulma-loading-color: var(--bulma-border);
|
973
975
|
--bulma-burger-h: var(--bulma-link-h);
|
974
976
|
--bulma-burger-s: var(--bulma-link-s);
|
@@ -1886,6 +1888,7 @@
|
|
1886
1888
|
--bulma-radius-large: 0.75rem;
|
1887
1889
|
--bulma-radius-rounded: 9999px;
|
1888
1890
|
--bulma-speed: 86ms;
|
1891
|
+
--bulma-arrow-color: var(--bulma-link);
|
1889
1892
|
--bulma-loading-color: var(--bulma-border);
|
1890
1893
|
--bulma-burger-h: var(--bulma-link-h);
|
1891
1894
|
--bulma-burger-s: var(--bulma-link-s);
|
@@ -3105,7 +3108,7 @@ table th {
|
|
3105
3108
|
}
|
3106
3109
|
/* Bulma Elements */
|
3107
3110
|
.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
|
3108
|
-
border: 0.125em solid var(--bulma-
|
3111
|
+
border: 0.125em solid var(--bulma-arrow-color);
|
3109
3112
|
border-right: 0;
|
3110
3113
|
border-top: 0;
|
3111
3114
|
content: " ";
|
@@ -3854,8 +3857,8 @@ a.box:active {
|
|
3854
3857
|
}
|
3855
3858
|
.button.is-rounded {
|
3856
3859
|
border-radius: var(--bulma-radius-rounded);
|
3857
|
-
padding-left: calc(var(--bulma-button-padding-horizontal) + 0.25em);
|
3858
|
-
padding-right: calc(var(--bulma-button-padding-horizontal) + 0.25em);
|
3860
|
+
padding-left: calc(var(--bulma-button-padding-horizontal) + 0.25em - var(--bulma-button-border-width));
|
3861
|
+
padding-right: calc(var(--bulma-button-padding-horizontal) + 0.25em - var(--bulma-button-border-width));
|
3859
3862
|
}
|
3860
3863
|
|
3861
3864
|
.buttons {
|
@@ -5426,7 +5429,7 @@ button.tag:active,
|
|
5426
5429
|
.control,
|
5427
5430
|
.input,
|
5428
5431
|
.textarea,
|
5429
|
-
.select
|
5432
|
+
.select {
|
5430
5433
|
--bulma-input-h: var(--bulma-scheme-h);
|
5431
5434
|
--bulma-input-s: var(--bulma-scheme-s);
|
5432
5435
|
--bulma-input-l: var(--bulma-scheme-main-l);
|
@@ -5744,6 +5747,7 @@ button.tag:active,
|
|
5744
5747
|
--bulma-input-focus-s: var(--bulma-white-s);
|
5745
5748
|
--bulma-input-focus-l: var(--bulma-white-l);
|
5746
5749
|
--bulma-input-border-l: var(--bulma-white-l);
|
5750
|
+
--bulma-arrow-color: var(--bulma-white);
|
5747
5751
|
}
|
5748
5752
|
.select.is-black {
|
5749
5753
|
--bulma-input-h: var(--bulma-black-h);
|
@@ -5753,6 +5757,7 @@ button.tag:active,
|
|
5753
5757
|
--bulma-input-focus-s: var(--bulma-black-s);
|
5754
5758
|
--bulma-input-focus-l: var(--bulma-black-l);
|
5755
5759
|
--bulma-input-border-l: var(--bulma-black-l);
|
5760
|
+
--bulma-arrow-color: var(--bulma-black);
|
5756
5761
|
}
|
5757
5762
|
.select.is-light {
|
5758
5763
|
--bulma-input-h: var(--bulma-light-h);
|
@@ -5762,6 +5767,7 @@ button.tag:active,
|
|
5762
5767
|
--bulma-input-focus-s: var(--bulma-light-s);
|
5763
5768
|
--bulma-input-focus-l: var(--bulma-light-l);
|
5764
5769
|
--bulma-input-border-l: var(--bulma-light-l);
|
5770
|
+
--bulma-arrow-color: var(--bulma-light);
|
5765
5771
|
}
|
5766
5772
|
.select.is-dark {
|
5767
5773
|
--bulma-input-h: var(--bulma-dark-h);
|
@@ -5771,6 +5777,7 @@ button.tag:active,
|
|
5771
5777
|
--bulma-input-focus-s: var(--bulma-dark-s);
|
5772
5778
|
--bulma-input-focus-l: var(--bulma-dark-l);
|
5773
5779
|
--bulma-input-border-l: var(--bulma-dark-l);
|
5780
|
+
--bulma-arrow-color: var(--bulma-dark);
|
5774
5781
|
}
|
5775
5782
|
.select.is-text {
|
5776
5783
|
--bulma-input-h: var(--bulma-text-h);
|
@@ -5780,6 +5787,7 @@ button.tag:active,
|
|
5780
5787
|
--bulma-input-focus-s: var(--bulma-text-s);
|
5781
5788
|
--bulma-input-focus-l: var(--bulma-text-l);
|
5782
5789
|
--bulma-input-border-l: var(--bulma-text-l);
|
5790
|
+
--bulma-arrow-color: var(--bulma-text);
|
5783
5791
|
}
|
5784
5792
|
.select.is-primary {
|
5785
5793
|
--bulma-input-h: var(--bulma-primary-h);
|
@@ -5789,6 +5797,7 @@ button.tag:active,
|
|
5789
5797
|
--bulma-input-focus-s: var(--bulma-primary-s);
|
5790
5798
|
--bulma-input-focus-l: var(--bulma-primary-l);
|
5791
5799
|
--bulma-input-border-l: var(--bulma-primary-l);
|
5800
|
+
--bulma-arrow-color: var(--bulma-primary);
|
5792
5801
|
}
|
5793
5802
|
.select.is-link {
|
5794
5803
|
--bulma-input-h: var(--bulma-link-h);
|
@@ -5798,6 +5807,7 @@ button.tag:active,
|
|
5798
5807
|
--bulma-input-focus-s: var(--bulma-link-s);
|
5799
5808
|
--bulma-input-focus-l: var(--bulma-link-l);
|
5800
5809
|
--bulma-input-border-l: var(--bulma-link-l);
|
5810
|
+
--bulma-arrow-color: var(--bulma-link);
|
5801
5811
|
}
|
5802
5812
|
.select.is-info {
|
5803
5813
|
--bulma-input-h: var(--bulma-info-h);
|
@@ -5807,6 +5817,7 @@ button.tag:active,
|
|
5807
5817
|
--bulma-input-focus-s: var(--bulma-info-s);
|
5808
5818
|
--bulma-input-focus-l: var(--bulma-info-l);
|
5809
5819
|
--bulma-input-border-l: var(--bulma-info-l);
|
5820
|
+
--bulma-arrow-color: var(--bulma-info);
|
5810
5821
|
}
|
5811
5822
|
.select.is-success {
|
5812
5823
|
--bulma-input-h: var(--bulma-success-h);
|
@@ -5816,6 +5827,7 @@ button.tag:active,
|
|
5816
5827
|
--bulma-input-focus-s: var(--bulma-success-s);
|
5817
5828
|
--bulma-input-focus-l: var(--bulma-success-l);
|
5818
5829
|
--bulma-input-border-l: var(--bulma-success-l);
|
5830
|
+
--bulma-arrow-color: var(--bulma-success);
|
5819
5831
|
}
|
5820
5832
|
.select.is-warning {
|
5821
5833
|
--bulma-input-h: var(--bulma-warning-h);
|
@@ -5825,6 +5837,7 @@ button.tag:active,
|
|
5825
5837
|
--bulma-input-focus-s: var(--bulma-warning-s);
|
5826
5838
|
--bulma-input-focus-l: var(--bulma-warning-l);
|
5827
5839
|
--bulma-input-border-l: var(--bulma-warning-l);
|
5840
|
+
--bulma-arrow-color: var(--bulma-warning);
|
5828
5841
|
}
|
5829
5842
|
.select.is-danger {
|
5830
5843
|
--bulma-input-h: var(--bulma-danger-h);
|
@@ -5834,6 +5847,7 @@ button.tag:active,
|
|
5834
5847
|
--bulma-input-focus-s: var(--bulma-danger-s);
|
5835
5848
|
--bulma-input-focus-l: var(--bulma-danger-l);
|
5836
5849
|
--bulma-input-border-l: var(--bulma-danger-l);
|
5850
|
+
--bulma-arrow-color: var(--bulma-danger);
|
5837
5851
|
}
|
5838
5852
|
.select.is-small {
|
5839
5853
|
border-radius: var(--bulma-radius-small);
|
@@ -9644,234 +9658,234 @@ label.panel-block:hover {
|
|
9644
9658
|
container-name: bulma-fixed-grid;
|
9645
9659
|
container-type: inline-size;
|
9646
9660
|
}
|
9647
|
-
.fixed-grid .grid {
|
9661
|
+
.fixed-grid > .grid {
|
9648
9662
|
--bulma-grid-gap-count: calc(var(--bulma-grid-column-count) - 1);
|
9649
9663
|
--bulma-grid-column-count: 2;
|
9650
9664
|
grid-template-columns: repeat(var(--bulma-grid-column-count), 1fr);
|
9651
9665
|
}
|
9652
|
-
.fixed-grid.has-1-cols .grid {
|
9666
|
+
.fixed-grid.has-1-cols > .grid {
|
9653
9667
|
--bulma-grid-column-count: 1;
|
9654
9668
|
}
|
9655
|
-
.fixed-grid.has-2-cols .grid {
|
9669
|
+
.fixed-grid.has-2-cols > .grid {
|
9656
9670
|
--bulma-grid-column-count: 2;
|
9657
9671
|
}
|
9658
|
-
.fixed-grid.has-3-cols .grid {
|
9672
|
+
.fixed-grid.has-3-cols > .grid {
|
9659
9673
|
--bulma-grid-column-count: 3;
|
9660
9674
|
}
|
9661
|
-
.fixed-grid.has-4-cols .grid {
|
9675
|
+
.fixed-grid.has-4-cols > .grid {
|
9662
9676
|
--bulma-grid-column-count: 4;
|
9663
9677
|
}
|
9664
|
-
.fixed-grid.has-5-cols .grid {
|
9678
|
+
.fixed-grid.has-5-cols > .grid {
|
9665
9679
|
--bulma-grid-column-count: 5;
|
9666
9680
|
}
|
9667
|
-
.fixed-grid.has-6-cols .grid {
|
9681
|
+
.fixed-grid.has-6-cols > .grid {
|
9668
9682
|
--bulma-grid-column-count: 6;
|
9669
9683
|
}
|
9670
|
-
.fixed-grid.has-7-cols .grid {
|
9684
|
+
.fixed-grid.has-7-cols > .grid {
|
9671
9685
|
--bulma-grid-column-count: 7;
|
9672
9686
|
}
|
9673
|
-
.fixed-grid.has-8-cols .grid {
|
9687
|
+
.fixed-grid.has-8-cols > .grid {
|
9674
9688
|
--bulma-grid-column-count: 8;
|
9675
9689
|
}
|
9676
|
-
.fixed-grid.has-9-cols .grid {
|
9690
|
+
.fixed-grid.has-9-cols > .grid {
|
9677
9691
|
--bulma-grid-column-count: 9;
|
9678
9692
|
}
|
9679
|
-
.fixed-grid.has-10-cols .grid {
|
9693
|
+
.fixed-grid.has-10-cols > .grid {
|
9680
9694
|
--bulma-grid-column-count: 10;
|
9681
9695
|
}
|
9682
|
-
.fixed-grid.has-11-cols .grid {
|
9696
|
+
.fixed-grid.has-11-cols > .grid {
|
9683
9697
|
--bulma-grid-column-count: 11;
|
9684
9698
|
}
|
9685
|
-
.fixed-grid.has-12-cols .grid {
|
9699
|
+
.fixed-grid.has-12-cols > .grid {
|
9686
9700
|
--bulma-grid-column-count: 12;
|
9687
9701
|
}
|
9688
9702
|
@container bulma-fixed-grid (max-width: 768px) {
|
9689
|
-
.fixed-grid.has-1-cols-mobile .grid {
|
9703
|
+
.fixed-grid.has-1-cols-mobile > .grid {
|
9690
9704
|
--bulma-grid-column-count: 1;
|
9691
9705
|
}
|
9692
|
-
.fixed-grid.has-2-cols-mobile .grid {
|
9706
|
+
.fixed-grid.has-2-cols-mobile > .grid {
|
9693
9707
|
--bulma-grid-column-count: 2;
|
9694
9708
|
}
|
9695
|
-
.fixed-grid.has-3-cols-mobile .grid {
|
9709
|
+
.fixed-grid.has-3-cols-mobile > .grid {
|
9696
9710
|
--bulma-grid-column-count: 3;
|
9697
9711
|
}
|
9698
|
-
.fixed-grid.has-4-cols-mobile .grid {
|
9712
|
+
.fixed-grid.has-4-cols-mobile > .grid {
|
9699
9713
|
--bulma-grid-column-count: 4;
|
9700
9714
|
}
|
9701
|
-
.fixed-grid.has-5-cols-mobile .grid {
|
9715
|
+
.fixed-grid.has-5-cols-mobile > .grid {
|
9702
9716
|
--bulma-grid-column-count: 5;
|
9703
9717
|
}
|
9704
|
-
.fixed-grid.has-6-cols-mobile .grid {
|
9718
|
+
.fixed-grid.has-6-cols-mobile > .grid {
|
9705
9719
|
--bulma-grid-column-count: 6;
|
9706
9720
|
}
|
9707
|
-
.fixed-grid.has-7-cols-mobile .grid {
|
9721
|
+
.fixed-grid.has-7-cols-mobile > .grid {
|
9708
9722
|
--bulma-grid-column-count: 7;
|
9709
9723
|
}
|
9710
|
-
.fixed-grid.has-8-cols-mobile .grid {
|
9724
|
+
.fixed-grid.has-8-cols-mobile > .grid {
|
9711
9725
|
--bulma-grid-column-count: 8;
|
9712
9726
|
}
|
9713
|
-
.fixed-grid.has-9-cols-mobile .grid {
|
9727
|
+
.fixed-grid.has-9-cols-mobile > .grid {
|
9714
9728
|
--bulma-grid-column-count: 9;
|
9715
9729
|
}
|
9716
|
-
.fixed-grid.has-10-cols-mobile .grid {
|
9730
|
+
.fixed-grid.has-10-cols-mobile > .grid {
|
9717
9731
|
--bulma-grid-column-count: 10;
|
9718
9732
|
}
|
9719
|
-
.fixed-grid.has-11-cols-mobile .grid {
|
9733
|
+
.fixed-grid.has-11-cols-mobile > .grid {
|
9720
9734
|
--bulma-grid-column-count: 11;
|
9721
9735
|
}
|
9722
|
-
.fixed-grid.has-12-cols-mobile .grid {
|
9736
|
+
.fixed-grid.has-12-cols-mobile > .grid {
|
9723
9737
|
--bulma-grid-column-count: 12;
|
9724
9738
|
}
|
9725
9739
|
}
|
9726
9740
|
@container bulma-fixed-grid (min-width: 769px) {
|
9727
|
-
.fixed-grid.has-1-cols-tablet .grid {
|
9741
|
+
.fixed-grid.has-1-cols-tablet > .grid {
|
9728
9742
|
--bulma-grid-column-count: 1;
|
9729
9743
|
}
|
9730
|
-
.fixed-grid.has-2-cols-tablet .grid {
|
9744
|
+
.fixed-grid.has-2-cols-tablet > .grid {
|
9731
9745
|
--bulma-grid-column-count: 2;
|
9732
9746
|
}
|
9733
|
-
.fixed-grid.has-3-cols-tablet .grid {
|
9747
|
+
.fixed-grid.has-3-cols-tablet > .grid {
|
9734
9748
|
--bulma-grid-column-count: 3;
|
9735
9749
|
}
|
9736
|
-
.fixed-grid.has-4-cols-tablet .grid {
|
9750
|
+
.fixed-grid.has-4-cols-tablet > .grid {
|
9737
9751
|
--bulma-grid-column-count: 4;
|
9738
9752
|
}
|
9739
|
-
.fixed-grid.has-5-cols-tablet .grid {
|
9753
|
+
.fixed-grid.has-5-cols-tablet > .grid {
|
9740
9754
|
--bulma-grid-column-count: 5;
|
9741
9755
|
}
|
9742
|
-
.fixed-grid.has-6-cols-tablet .grid {
|
9756
|
+
.fixed-grid.has-6-cols-tablet > .grid {
|
9743
9757
|
--bulma-grid-column-count: 6;
|
9744
9758
|
}
|
9745
|
-
.fixed-grid.has-7-cols-tablet .grid {
|
9759
|
+
.fixed-grid.has-7-cols-tablet > .grid {
|
9746
9760
|
--bulma-grid-column-count: 7;
|
9747
9761
|
}
|
9748
|
-
.fixed-grid.has-8-cols-tablet .grid {
|
9762
|
+
.fixed-grid.has-8-cols-tablet > .grid {
|
9749
9763
|
--bulma-grid-column-count: 8;
|
9750
9764
|
}
|
9751
|
-
.fixed-grid.has-9-cols-tablet .grid {
|
9765
|
+
.fixed-grid.has-9-cols-tablet > .grid {
|
9752
9766
|
--bulma-grid-column-count: 9;
|
9753
9767
|
}
|
9754
|
-
.fixed-grid.has-10-cols-tablet .grid {
|
9768
|
+
.fixed-grid.has-10-cols-tablet > .grid {
|
9755
9769
|
--bulma-grid-column-count: 10;
|
9756
9770
|
}
|
9757
|
-
.fixed-grid.has-11-cols-tablet .grid {
|
9771
|
+
.fixed-grid.has-11-cols-tablet > .grid {
|
9758
9772
|
--bulma-grid-column-count: 11;
|
9759
9773
|
}
|
9760
|
-
.fixed-grid.has-12-cols-tablet .grid {
|
9774
|
+
.fixed-grid.has-12-cols-tablet > .grid {
|
9761
9775
|
--bulma-grid-column-count: 12;
|
9762
9776
|
}
|
9763
9777
|
}
|
9764
9778
|
@container bulma-fixed-grid (min-width: 1024px) {
|
9765
|
-
.fixed-grid.has-1-cols-desktop .grid {
|
9779
|
+
.fixed-grid.has-1-cols-desktop > .grid {
|
9766
9780
|
--bulma-grid-column-count: 1;
|
9767
9781
|
}
|
9768
|
-
.fixed-grid.has-2-cols-desktop .grid {
|
9782
|
+
.fixed-grid.has-2-cols-desktop > .grid {
|
9769
9783
|
--bulma-grid-column-count: 2;
|
9770
9784
|
}
|
9771
|
-
.fixed-grid.has-3-cols-desktop .grid {
|
9785
|
+
.fixed-grid.has-3-cols-desktop > .grid {
|
9772
9786
|
--bulma-grid-column-count: 3;
|
9773
9787
|
}
|
9774
|
-
.fixed-grid.has-4-cols-desktop .grid {
|
9788
|
+
.fixed-grid.has-4-cols-desktop > .grid {
|
9775
9789
|
--bulma-grid-column-count: 4;
|
9776
9790
|
}
|
9777
|
-
.fixed-grid.has-5-cols-desktop .grid {
|
9791
|
+
.fixed-grid.has-5-cols-desktop > .grid {
|
9778
9792
|
--bulma-grid-column-count: 5;
|
9779
9793
|
}
|
9780
|
-
.fixed-grid.has-6-cols-desktop .grid {
|
9794
|
+
.fixed-grid.has-6-cols-desktop > .grid {
|
9781
9795
|
--bulma-grid-column-count: 6;
|
9782
9796
|
}
|
9783
|
-
.fixed-grid.has-7-cols-desktop .grid {
|
9797
|
+
.fixed-grid.has-7-cols-desktop > .grid {
|
9784
9798
|
--bulma-grid-column-count: 7;
|
9785
9799
|
}
|
9786
|
-
.fixed-grid.has-8-cols-desktop .grid {
|
9800
|
+
.fixed-grid.has-8-cols-desktop > .grid {
|
9787
9801
|
--bulma-grid-column-count: 8;
|
9788
9802
|
}
|
9789
|
-
.fixed-grid.has-9-cols-desktop .grid {
|
9803
|
+
.fixed-grid.has-9-cols-desktop > .grid {
|
9790
9804
|
--bulma-grid-column-count: 9;
|
9791
9805
|
}
|
9792
|
-
.fixed-grid.has-10-cols-desktop .grid {
|
9806
|
+
.fixed-grid.has-10-cols-desktop > .grid {
|
9793
9807
|
--bulma-grid-column-count: 10;
|
9794
9808
|
}
|
9795
|
-
.fixed-grid.has-11-cols-desktop .grid {
|
9809
|
+
.fixed-grid.has-11-cols-desktop > .grid {
|
9796
9810
|
--bulma-grid-column-count: 11;
|
9797
9811
|
}
|
9798
|
-
.fixed-grid.has-12-cols-desktop .grid {
|
9812
|
+
.fixed-grid.has-12-cols-desktop > .grid {
|
9799
9813
|
--bulma-grid-column-count: 12;
|
9800
9814
|
}
|
9801
9815
|
}
|
9802
9816
|
@container bulma-fixed-grid (min-width: 1216px) {
|
9803
|
-
.fixed-grid.has-1-cols-widescreen .grid {
|
9817
|
+
.fixed-grid.has-1-cols-widescreen > .grid {
|
9804
9818
|
--bulma-grid-column-count: 1;
|
9805
9819
|
}
|
9806
|
-
.fixed-grid.has-2-cols-widescreen .grid {
|
9820
|
+
.fixed-grid.has-2-cols-widescreen > .grid {
|
9807
9821
|
--bulma-grid-column-count: 2;
|
9808
9822
|
}
|
9809
|
-
.fixed-grid.has-3-cols-widescreen .grid {
|
9823
|
+
.fixed-grid.has-3-cols-widescreen > .grid {
|
9810
9824
|
--bulma-grid-column-count: 3;
|
9811
9825
|
}
|
9812
|
-
.fixed-grid.has-4-cols-widescreen .grid {
|
9826
|
+
.fixed-grid.has-4-cols-widescreen > .grid {
|
9813
9827
|
--bulma-grid-column-count: 4;
|
9814
9828
|
}
|
9815
|
-
.fixed-grid.has-5-cols-widescreen .grid {
|
9829
|
+
.fixed-grid.has-5-cols-widescreen > .grid {
|
9816
9830
|
--bulma-grid-column-count: 5;
|
9817
9831
|
}
|
9818
|
-
.fixed-grid.has-6-cols-widescreen .grid {
|
9832
|
+
.fixed-grid.has-6-cols-widescreen > .grid {
|
9819
9833
|
--bulma-grid-column-count: 6;
|
9820
9834
|
}
|
9821
|
-
.fixed-grid.has-7-cols-widescreen .grid {
|
9835
|
+
.fixed-grid.has-7-cols-widescreen > .grid {
|
9822
9836
|
--bulma-grid-column-count: 7;
|
9823
9837
|
}
|
9824
|
-
.fixed-grid.has-8-cols-widescreen .grid {
|
9838
|
+
.fixed-grid.has-8-cols-widescreen > .grid {
|
9825
9839
|
--bulma-grid-column-count: 8;
|
9826
9840
|
}
|
9827
|
-
.fixed-grid.has-9-cols-widescreen .grid {
|
9841
|
+
.fixed-grid.has-9-cols-widescreen > .grid {
|
9828
9842
|
--bulma-grid-column-count: 9;
|
9829
9843
|
}
|
9830
|
-
.fixed-grid.has-10-cols-widescreen .grid {
|
9844
|
+
.fixed-grid.has-10-cols-widescreen > .grid {
|
9831
9845
|
--bulma-grid-column-count: 10;
|
9832
9846
|
}
|
9833
|
-
.fixed-grid.has-11-cols-widescreen .grid {
|
9847
|
+
.fixed-grid.has-11-cols-widescreen > .grid {
|
9834
9848
|
--bulma-grid-column-count: 11;
|
9835
9849
|
}
|
9836
|
-
.fixed-grid.has-12-cols-widescreen .grid {
|
9850
|
+
.fixed-grid.has-12-cols-widescreen > .grid {
|
9837
9851
|
--bulma-grid-column-count: 12;
|
9838
9852
|
}
|
9839
9853
|
}
|
9840
9854
|
@container bulma-fixed-grid (min-width: 1408px) {
|
9841
|
-
.fixed-grid.has-1-cols-fullhd .grid {
|
9855
|
+
.fixed-grid.has-1-cols-fullhd > .grid {
|
9842
9856
|
--bulma-grid-column-count: 1;
|
9843
9857
|
}
|
9844
|
-
.fixed-grid.has-2-cols-fullhd .grid {
|
9858
|
+
.fixed-grid.has-2-cols-fullhd > .grid {
|
9845
9859
|
--bulma-grid-column-count: 2;
|
9846
9860
|
}
|
9847
|
-
.fixed-grid.has-3-cols-fullhd .grid {
|
9861
|
+
.fixed-grid.has-3-cols-fullhd > .grid {
|
9848
9862
|
--bulma-grid-column-count: 3;
|
9849
9863
|
}
|
9850
|
-
.fixed-grid.has-4-cols-fullhd .grid {
|
9864
|
+
.fixed-grid.has-4-cols-fullhd > .grid {
|
9851
9865
|
--bulma-grid-column-count: 4;
|
9852
9866
|
}
|
9853
|
-
.fixed-grid.has-5-cols-fullhd .grid {
|
9867
|
+
.fixed-grid.has-5-cols-fullhd > .grid {
|
9854
9868
|
--bulma-grid-column-count: 5;
|
9855
9869
|
}
|
9856
|
-
.fixed-grid.has-6-cols-fullhd .grid {
|
9870
|
+
.fixed-grid.has-6-cols-fullhd > .grid {
|
9857
9871
|
--bulma-grid-column-count: 6;
|
9858
9872
|
}
|
9859
|
-
.fixed-grid.has-7-cols-fullhd .grid {
|
9873
|
+
.fixed-grid.has-7-cols-fullhd > .grid {
|
9860
9874
|
--bulma-grid-column-count: 7;
|
9861
9875
|
}
|
9862
|
-
.fixed-grid.has-8-cols-fullhd .grid {
|
9876
|
+
.fixed-grid.has-8-cols-fullhd > .grid {
|
9863
9877
|
--bulma-grid-column-count: 8;
|
9864
9878
|
}
|
9865
|
-
.fixed-grid.has-9-cols-fullhd .grid {
|
9879
|
+
.fixed-grid.has-9-cols-fullhd > .grid {
|
9866
9880
|
--bulma-grid-column-count: 9;
|
9867
9881
|
}
|
9868
|
-
.fixed-grid.has-10-cols-fullhd .grid {
|
9882
|
+
.fixed-grid.has-10-cols-fullhd > .grid {
|
9869
9883
|
--bulma-grid-column-count: 10;
|
9870
9884
|
}
|
9871
|
-
.fixed-grid.has-11-cols-fullhd .grid {
|
9885
|
+
.fixed-grid.has-11-cols-fullhd > .grid {
|
9872
9886
|
--bulma-grid-column-count: 11;
|
9873
9887
|
}
|
9874
|
-
.fixed-grid.has-12-cols-fullhd .grid {
|
9888
|
+
.fixed-grid.has-12-cols-fullhd > .grid {
|
9875
9889
|
--bulma-grid-column-count: 12;
|
9876
9890
|
}
|
9877
9891
|
}
|
@@ -13406,12 +13420,6 @@ textarea.is-skeleton:-ms-input-placeholder {
|
|
13406
13420
|
width: 30%;
|
13407
13421
|
}
|
13408
13422
|
|
13409
|
-
.skeleton {
|
13410
|
-
background-image: linear-gradient(0deg, transparent 0%, transparent 50%, #f60 50%, #f60 100%);
|
13411
|
-
background-position: top left;
|
13412
|
-
background-size: 1.5em;
|
13413
|
-
}
|
13414
|
-
|
13415
13423
|
/* Bulma Helpers */
|
13416
13424
|
.is-aspect-ratio-1by1 {
|
13417
13425
|
aspect-ratio: 1/1;
|