fomantic-ui 2.9.1-beta.27 → 2.9.1-beta.29
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.
- package/.eslintrc.js +0 -1
- package/.github/workflows/ci.yml +6 -0
- package/.prettierrc.js +12 -0
- package/.stylelintrc.js +13 -7
- package/README.md +1 -1
- package/dist/components/accordion.css +9 -21
- package/dist/components/accordion.js +3 -3
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +2 -3
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +3 -3
- package/dist/components/api.min.js +2 -2
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +336 -713
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +5 -10
- package/dist/components/calendar.js +3 -3
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +2 -2
- package/dist/components/card.css +88 -201
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +35 -86
- package/dist/components/checkbox.js +3 -3
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +2 -2
- package/dist/components/comment.css +4 -8
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +20 -129
- package/dist/components/dimmer.js +3 -3
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +3 -6
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +51 -149
- package/dist/components/dropdown.js +13 -7
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +2 -7
- package/dist/components/embed.js +3 -3
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +1 -2
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +7 -21
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +1 -1
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +30 -71
- package/dist/components/flyout.js +3 -16
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +32 -101
- package/dist/components/form.js +3 -3
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +72 -182
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +5 -11
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +37 -74
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +8 -21
- package/dist/components/image.min.css +2 -2
- package/dist/components/input.css +15 -50
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +13 -38
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +18 -45
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +1 -7
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +21 -103
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +49 -145
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +50 -114
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +20 -54
- package/dist/components/modal.js +3 -11
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +2 -5
- package/dist/components/nag.js +3 -3
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +2 -2
- package/dist/components/placeholder.css +7 -25
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +68 -139
- package/dist/components/popup.js +16 -7
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +25 -120
- package/dist/components/progress.js +3 -3
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +2 -2
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +2 -39
- package/dist/components/rating.js +3 -3
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +2 -2
- package/dist/components/reset.css +6 -11
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +26 -58
- package/dist/components/reveal.min.css +2 -2
- package/dist/components/search.css +8 -22
- package/dist/components/search.js +3 -3
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +32 -89
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +4 -16
- package/dist/components/shape.js +3 -15
- package/dist/components/shape.min.css +2 -2
- package/dist/components/shape.min.js +2 -2
- package/dist/components/sidebar.css +59 -147
- package/dist/components/sidebar.js +3 -16
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +1 -14
- package/dist/components/site.js +11 -38
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +2 -2
- package/dist/components/slider.css +8 -26
- package/dist/components/slider.js +3 -3
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +3 -3
- package/dist/components/state.min.js +2 -2
- package/dist/components/statistic.css +11 -43
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +26 -89
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -5
- package/dist/components/sticky.js +3 -11
- package/dist/components/sticky.min.css +2 -2
- package/dist/components/sticky.min.js +2 -2
- package/dist/components/tab.css +3 -5
- package/dist/components/tab.js +3 -3
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +2 -2
- package/dist/components/table.css +202 -409
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +32 -108
- package/dist/components/toast.js +3 -3
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +264 -1312
- package/dist/components/transition.js +3 -3
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +3 -11
- package/dist/components/visibility.min.js +2 -2
- package/dist/semantic.css +51 -3547
- package/dist/semantic.js +107 -181
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/examples/fixed.html +1 -1
- package/examples/grid.html +1 -1
- package/package.json +2 -2
- package/src/definitions/behaviors/api.js +2 -2
- package/src/definitions/behaviors/form.js +2 -2
- package/src/definitions/behaviors/state.js +2 -2
- package/src/definitions/behaviors/visibility.js +2 -10
- package/src/definitions/collections/table.less +4 -0
- package/src/definitions/elements/button.less +7 -2
- package/src/definitions/elements/icon.less +19 -27
- package/src/definitions/elements/image.less +0 -4
- package/src/definitions/elements/loader.less +2 -0
- package/src/definitions/elements/segment.less +3 -1
- package/src/definitions/globals/site.js +10 -37
- package/src/definitions/modules/accordion.js +2 -2
- package/src/definitions/modules/calendar.js +2 -2
- package/src/definitions/modules/checkbox.js +2 -2
- package/src/definitions/modules/dimmer.js +2 -2
- package/src/definitions/modules/dimmer.less +2 -10
- package/src/definitions/modules/dropdown.js +12 -6
- package/src/definitions/modules/dropdown.less +1 -4
- package/src/definitions/modules/embed.js +2 -2
- package/src/definitions/modules/flyout.js +2 -15
- package/src/definitions/modules/flyout.less +0 -1
- package/src/definitions/modules/modal.js +2 -10
- package/src/definitions/modules/modal.less +0 -2
- package/src/definitions/modules/nag.js +2 -2
- package/src/definitions/modules/popup.js +15 -6
- package/src/definitions/modules/popup.less +2 -0
- package/src/definitions/modules/progress.js +2 -2
- package/src/definitions/modules/rating.js +2 -2
- package/src/definitions/modules/rating.less +2 -4
- package/src/definitions/modules/search.js +2 -2
- package/src/definitions/modules/search.less +0 -1
- package/src/definitions/modules/shape.js +2 -14
- package/src/definitions/modules/sidebar.js +2 -15
- package/src/definitions/modules/sidebar.less +0 -1
- package/src/definitions/modules/slider.js +2 -2
- package/src/definitions/modules/sticky.js +2 -10
- package/src/definitions/modules/sticky.less +0 -7
- package/src/definitions/modules/tab.js +2 -2
- package/src/definitions/modules/toast.js +2 -2
- package/src/definitions/modules/toast.less +3 -1
- package/src/definitions/modules/transition.js +2 -2
- package/src/definitions/views/card.less +4 -15
- package/src/semantic.less +6 -6
- package/src/themes/amazon/elements/button.variables +4 -9
- package/src/themes/bootstrap3/elements/button.variables +3 -7
- package/src/themes/classic/elements/button.variables +6 -12
- package/src/themes/classic/views/card.overrides +2 -4
- package/src/themes/colored/modules/checkbox.variables +1 -3
- package/src/themes/default/collections/form.variables +1 -2
- package/src/themes/default/collections/menu.variables +2 -4
- package/src/themes/default/collections/message.variables +38 -76
- package/src/themes/default/collections/table.variables +2 -4
- package/src/themes/default/elements/button.variables +6 -12
- package/src/themes/default/elements/flag.variables +3 -3
- package/src/themes/default/elements/icon.variables +9 -11
- package/src/themes/default/elements/input.variables +1 -2
- package/src/themes/default/elements/list.variables +3 -7
- package/src/themes/default/elements/placeholder.variables +12 -8
- package/src/themes/default/elements/segment.variables +5 -6
- package/src/themes/default/elements/step.variables +1 -2
- package/src/themes/default/globals/site.variables +41 -83
- package/src/themes/default/modules/accordion.variables +4 -8
- package/src/themes/default/modules/checkbox.variables +4 -8
- package/src/themes/default/modules/dimmer.variables +1 -3
- package/src/themes/default/modules/dropdown.variables +1 -2
- package/src/themes/default/modules/embed.variables +2 -5
- package/src/themes/default/modules/modal.variables +3 -6
- package/src/themes/default/modules/progress.variables +1 -2
- package/src/themes/default/modules/rating.variables +1 -2
- package/src/themes/default/modules/search.variables +3 -6
- package/src/themes/default/modules/shape.variables +1 -2
- package/src/themes/default/modules/slider.variables +3 -1
- package/src/themes/default/views/card.variables +8 -18
- package/src/themes/github/collections/form.variables +1 -2
- package/src/themes/github/collections/menu.variables +1 -2
- package/src/themes/github/collections/message.variables +2 -4
- package/src/themes/github/elements/button.variables +4 -8
- package/src/themes/github/elements/input.variables +1 -2
- package/src/themes/github/modules/dropdown.variables +1 -3
- package/src/themes/material/elements/button.variables +2 -4
- package/src/themes/material/elements/icon.variables +1 -2
- package/src/themes/pulsar/elements/loader.overrides +0 -38
- package/src/themes/raised/elements/button.variables +1 -2
- package/src/themes/round/elements/button.variables +1 -3
- package/src/themes/striped/modules/progress.overrides +11 -11
- package/tasks/README.md +2 -2
- package/tasks/admin/components/create.js +2 -2
- package/tasks/build/assets.js +1 -1
- package/tasks/build/css.js +1 -1
- package/tasks/build/javascript.js +1 -1
- package/tasks/build.js +2 -2
- package/tasks/collections/docs.js +1 -1
- package/tasks/collections/install.js +2 -2
- package/tasks/collections/various.js +1 -1
- package/tasks/config/admin/release.js +5 -5
- package/tasks/config/admin/templates/README.md +8 -8
- package/tasks/config/admin/templates/bower.json +3 -2
- package/tasks/config/admin/templates/component-package.js +3 -3
- package/tasks/config/admin/templates/package.json +5 -5
- package/tasks/config/tasks.js +15 -11
- package/tasks/docs/build.js +2 -2
- package/tasks/install.js +2 -3
- package/tasks/watch.js +1 -1
@@ -28,8 +28,7 @@
|
|
28
28
|
@fonts: {
|
29
29
|
@regularLatin: {
|
30
30
|
font-family: @fontName;
|
31
|
-
src: url("@{fontPath}/@{fontFileNameLatin}-Regular.woff2") format("woff2")
|
32
|
-
if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Regular.woff") format("woff"));
|
31
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-Regular.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Regular.woff") format("woff"));
|
33
32
|
font-style: normal;
|
34
33
|
font-weight: @normal;
|
35
34
|
font-display: @fontDisplay;
|
@@ -38,8 +37,7 @@
|
|
38
37
|
};
|
39
38
|
@boldLatin: {
|
40
39
|
font-family: @fontName;
|
41
|
-
src: url("@{fontPath}/@{fontFileNameLatin}-Bold.woff2") format("woff2")
|
42
|
-
if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Bold.woff") format("woff"));
|
40
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-Bold.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Bold.woff") format("woff"));
|
43
41
|
font-style: normal;
|
44
42
|
font-weight: @bold;
|
45
43
|
font-display: @fontDisplay;
|
@@ -48,8 +46,7 @@
|
|
48
46
|
};
|
49
47
|
@italicLatin: {
|
50
48
|
font-family: @fontName;
|
51
|
-
src: url("@{fontPath}/@{fontFileNameLatin}-Italic.woff2") format("woff2")
|
52
|
-
if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Italic.woff") format("woff"));
|
49
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-Italic.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-Italic.woff") format("woff"));
|
53
50
|
font-style: italic;
|
54
51
|
font-weight: @normal;
|
55
52
|
font-display: @fontDisplay;
|
@@ -58,8 +55,7 @@
|
|
58
55
|
};
|
59
56
|
@boldItalicLatin: {
|
60
57
|
font-family: @fontName;
|
61
|
-
src: url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff2") format("woff2")
|
62
|
-
if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff") format("woff"));
|
58
|
+
src: url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameLatin}-BoldItalic.woff") format("woff"));
|
63
59
|
font-style: italic;
|
64
60
|
font-weight: @bold;
|
65
61
|
font-display: @fontDisplay;
|
@@ -68,8 +64,7 @@
|
|
68
64
|
};
|
69
65
|
@regularSupplement: {
|
70
66
|
font-family: @fontName;
|
71
|
-
src: url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff2") format("woff2")
|
72
|
-
if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff") format("woff"));
|
67
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Regular.woff") format("woff"));
|
73
68
|
font-style: normal;
|
74
69
|
font-weight: @normal;
|
75
70
|
font-display: @fontDisplay;
|
@@ -78,8 +73,7 @@
|
|
78
73
|
};
|
79
74
|
@boldSupplement: {
|
80
75
|
font-family: @fontName;
|
81
|
-
src: url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff2") format("woff2")
|
82
|
-
if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff") format("woff"));
|
76
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Bold.woff") format("woff"));
|
83
77
|
font-style: normal;
|
84
78
|
font-weight: @bold;
|
85
79
|
font-display: @fontDisplay;
|
@@ -88,8 +82,7 @@
|
|
88
82
|
};
|
89
83
|
@italicSupplement: {
|
90
84
|
font-family: @fontName;
|
91
|
-
src: url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff2") format("woff2")
|
92
|
-
if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff") format("woff"));
|
85
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-Italic.woff") format("woff"));
|
93
86
|
font-style: italic;
|
94
87
|
font-weight: @normal;
|
95
88
|
font-display: @fontDisplay;
|
@@ -98,8 +91,7 @@
|
|
98
91
|
};
|
99
92
|
@boldItalicSupplement: {
|
100
93
|
font-family: @fontName;
|
101
|
-
src: url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff2") format("woff2")
|
102
|
-
if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff") format("woff"));
|
94
|
+
src: url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontFileNameSupplement}-BoldItalic.woff") format("woff"));
|
103
95
|
font-style: italic;
|
104
96
|
font-weight: @bold;
|
105
97
|
font-display: @fontDisplay;
|
@@ -546,124 +538,94 @@
|
|
546
538
|
|
547
539
|
@primaryBoxShadow:
|
548
540
|
0 0 0 @borderWidth @primaryBorderColor inset,
|
549
|
-
@shadowShadow
|
550
|
-
;
|
541
|
+
@shadowShadow;
|
551
542
|
@primaryBoxFloatingShadow:
|
552
543
|
0 0 0 @borderWidth @primaryBorderColor inset,
|
553
|
-
@floatingShadow
|
554
|
-
;
|
544
|
+
@floatingShadow;
|
555
545
|
@secondaryBoxShadow:
|
556
546
|
0 0 0 @borderWidth @secondaryBorderColor inset,
|
557
|
-
@shadowShadow
|
558
|
-
;
|
547
|
+
@shadowShadow;
|
559
548
|
@secondaryBoxFloatingShadow:
|
560
549
|
0 0 0 @borderWidth @secondaryBorderColor inset,
|
561
|
-
@floatingShadow
|
562
|
-
;
|
550
|
+
@floatingShadow;
|
563
551
|
@redBoxShadow:
|
564
552
|
0 0 0 @borderWidth @redBorderColor inset,
|
565
|
-
@shadowShadow
|
566
|
-
;
|
553
|
+
@shadowShadow;
|
567
554
|
@redBoxFloatingShadow:
|
568
555
|
0 0 0 @borderWidth @redBorderColor inset,
|
569
|
-
@floatingShadow
|
570
|
-
;
|
556
|
+
@floatingShadow;
|
571
557
|
@orangeBoxShadow:
|
572
558
|
0 0 0 @borderWidth @orangeBorderColor inset,
|
573
|
-
@shadowShadow
|
574
|
-
;
|
559
|
+
@shadowShadow;
|
575
560
|
@orangeBoxFloatingShadow:
|
576
561
|
0 0 0 @borderWidth @orangeBorderColor inset,
|
577
|
-
@floatingShadow
|
578
|
-
;
|
562
|
+
@floatingShadow;
|
579
563
|
@yellowBoxShadow:
|
580
564
|
0 0 0 @borderWidth @yellowBorderColor inset,
|
581
|
-
@shadowShadow
|
582
|
-
;
|
565
|
+
@shadowShadow;
|
583
566
|
@yellowBoxFloatingShadow:
|
584
567
|
0 0 0 @borderWidth @yellowBorderColor inset,
|
585
|
-
@floatingShadow
|
586
|
-
;
|
568
|
+
@floatingShadow;
|
587
569
|
@oliveBoxShadow:
|
588
570
|
0 0 0 @borderWidth @oliveBorderColor inset,
|
589
|
-
@shadowShadow
|
590
|
-
;
|
571
|
+
@shadowShadow;
|
591
572
|
@oliveBoxFloatingShadow:
|
592
573
|
0 0 0 @borderWidth @oliveBorderColor inset,
|
593
|
-
@floatingShadow
|
594
|
-
;
|
574
|
+
@floatingShadow;
|
595
575
|
@greenBoxShadow:
|
596
576
|
0 0 0 @borderWidth @greenBorderColor inset,
|
597
|
-
@shadowShadow
|
598
|
-
;
|
577
|
+
@shadowShadow;
|
599
578
|
@greenBoxFloatingShadow:
|
600
579
|
0 0 0 @borderWidth @greenBorderColor inset,
|
601
|
-
@floatingShadow
|
602
|
-
;
|
580
|
+
@floatingShadow;
|
603
581
|
@tealBoxShadow:
|
604
582
|
0 0 0 @borderWidth @tealBorderColor inset,
|
605
|
-
@shadowShadow
|
606
|
-
;
|
583
|
+
@shadowShadow;
|
607
584
|
@tealBoxFloatingShadow:
|
608
585
|
0 0 0 @borderWidth @tealBorderColor inset,
|
609
|
-
@floatingShadow
|
610
|
-
;
|
586
|
+
@floatingShadow;
|
611
587
|
@blueBoxShadow:
|
612
588
|
0 0 0 @borderWidth @blueBorderColor inset,
|
613
|
-
@shadowShadow
|
614
|
-
;
|
589
|
+
@shadowShadow;
|
615
590
|
@blueBoxFloatingShadow:
|
616
591
|
0 0 0 @borderWidth @blueBorderColor inset,
|
617
|
-
@floatingShadow
|
618
|
-
;
|
592
|
+
@floatingShadow;
|
619
593
|
@violetBoxShadow:
|
620
594
|
0 0 0 @borderWidth @violetBorderColor inset,
|
621
|
-
@shadowShadow
|
622
|
-
;
|
595
|
+
@shadowShadow;
|
623
596
|
@violetBoxFloatingShadow:
|
624
597
|
0 0 0 @borderWidth @violetBorderColor inset,
|
625
|
-
@floatingShadow
|
626
|
-
;
|
598
|
+
@floatingShadow;
|
627
599
|
@purpleBoxShadow:
|
628
600
|
0 0 0 @borderWidth @purpleBorderColor inset,
|
629
|
-
@shadowShadow
|
630
|
-
;
|
601
|
+
@shadowShadow;
|
631
602
|
@purpleBoxFloatingShadow:
|
632
603
|
0 0 0 @borderWidth @purpleBorderColor inset,
|
633
|
-
@floatingShadow
|
634
|
-
;
|
604
|
+
@floatingShadow;
|
635
605
|
@pinkBoxShadow:
|
636
606
|
0 0 0 @borderWidth @pinkBorderColor inset,
|
637
|
-
@shadowShadow
|
638
|
-
;
|
607
|
+
@shadowShadow;
|
639
608
|
@pinkBoxFloatingShadow:
|
640
609
|
0 0 0 @borderWidth @pinkBorderColor inset,
|
641
|
-
@floatingShadow
|
642
|
-
;
|
610
|
+
@floatingShadow;
|
643
611
|
@brownBoxShadow:
|
644
612
|
0 0 0 @borderWidth @brownBorderColor inset,
|
645
|
-
@shadowShadow
|
646
|
-
;
|
613
|
+
@shadowShadow;
|
647
614
|
@brownBoxFloatingShadow:
|
648
615
|
0 0 0 @borderWidth @brownBorderColor inset,
|
649
|
-
@floatingShadow
|
650
|
-
;
|
616
|
+
@floatingShadow;
|
651
617
|
@greyBoxShadow:
|
652
618
|
0 0 0 @borderWidth @greyBorderColor inset,
|
653
|
-
@shadowShadow
|
654
|
-
;
|
619
|
+
@shadowShadow;
|
655
620
|
@greyBoxFloatingShadow:
|
656
621
|
0 0 0 @borderWidth @greyBorderColor inset,
|
657
|
-
@floatingShadow
|
658
|
-
;
|
622
|
+
@floatingShadow;
|
659
623
|
@blackBoxShadow:
|
660
624
|
0 0 0 @borderWidth @blackBorderColor inset,
|
661
|
-
@shadowShadow
|
662
|
-
;
|
625
|
+
@shadowShadow;
|
663
626
|
@blackBoxFloatingShadow:
|
664
627
|
0 0 0 @borderWidth @blackBorderColor inset,
|
665
|
-
@floatingShadow
|
666
|
-
;
|
628
|
+
@floatingShadow;
|
667
629
|
|
668
630
|
/* -------------------
|
669
631
|
Alpha Colors
|
@@ -686,13 +648,10 @@
|
|
686
648
|
@subtleGradient: linear-gradient(transparent, @transparentBlack);
|
687
649
|
|
688
650
|
/* Differentiating Layers */
|
689
|
-
@subtleShadow:
|
690
|
-
0 1px 2px 0 @borderColor
|
691
|
-
;
|
651
|
+
@subtleShadow: 0 1px 2px 0 @borderColor;
|
692
652
|
@floatingShadow:
|
693
653
|
0 2px 4px 0 rgba(34, 36, 38, 0.12),
|
694
|
-
0 2px 10px 0 rgba(34, 36, 38, 0.15)
|
695
|
-
;
|
654
|
+
0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
696
655
|
|
697
656
|
/*******************************
|
698
657
|
Power-User
|
@@ -1094,8 +1053,7 @@
|
|
1094
1053
|
/* --- Shadows --- */
|
1095
1054
|
@floatingShadowHover:
|
1096
1055
|
0 2px 4px 0 rgba(34, 36, 38, 0.15),
|
1097
|
-
0 2px 10px 0 rgba(34, 36, 38, 0.25)
|
1098
|
-
;
|
1056
|
+
0 2px 10px 0 rgba(34, 36, 38, 0.25);
|
1099
1057
|
|
1100
1058
|
/* --- Colors --- */
|
1101
1059
|
@primaryColorHover: saturate(darken(@primaryColor, 5), 10, relative);
|
@@ -22,8 +22,7 @@
|
|
22
22
|
@iconPadding: 0;
|
23
23
|
@iconTransition:
|
24
24
|
transform @defaultDuration @defaultEasing,
|
25
|
-
opacity @defaultDuration @defaultEasing
|
26
|
-
;
|
25
|
+
opacity @defaultDuration @defaultEasing;
|
27
26
|
@iconVerticalAlign: baseline;
|
28
27
|
@iconTransform: none;
|
29
28
|
@iconTransformRight: @menuIconTransform;
|
@@ -61,8 +60,7 @@
|
|
61
60
|
@styledBorderRadius: @defaultBorderRadius;
|
62
61
|
@styledBoxShadow:
|
63
62
|
@subtleShadow,
|
64
|
-
0 0 0 1px @borderColor
|
65
|
-
;
|
63
|
+
0 0 0 1px @borderColor;
|
66
64
|
|
67
65
|
/* Content */
|
68
66
|
@styledContentMargin: 0;
|
@@ -81,8 +79,7 @@
|
|
81
79
|
@styledTitleBorder: 1px solid @borderColor;
|
82
80
|
@styledTitleTransition:
|
83
81
|
background @defaultDuration @defaultEasing,
|
84
|
-
color @defaultDuration @defaultEasing
|
85
|
-
;
|
82
|
+
color @defaultDuration @defaultEasing;
|
86
83
|
|
87
84
|
/* Styled Title States */
|
88
85
|
@styledTitleHoverBackground: transparent;
|
@@ -103,8 +100,7 @@
|
|
103
100
|
@invertedStyledTitleBorder: 1px solid @whiteBorderColor;
|
104
101
|
@invertedStyledBoxShadow:
|
105
102
|
@subtleShadow,
|
106
|
-
0 0 0 1px @whiteBorderColor
|
107
|
-
;
|
103
|
+
0 0 0 1px @whiteBorderColor;
|
108
104
|
@invertedStyledTitleHoverBackground: transparent;
|
109
105
|
@invertedStyledTitleHoverColor: @invertedTextColor;
|
110
106
|
@invertedStyledActiveTitleBackground: transparent;
|
@@ -17,8 +17,7 @@
|
|
17
17
|
border @defaultDuration @defaultEasing,
|
18
18
|
opacity @defaultDuration @defaultEasing,
|
19
19
|
transform @defaultDuration @defaultEasing,
|
20
|
-
box-shadow @defaultDuration @defaultEasing
|
21
|
-
;
|
20
|
+
box-shadow @defaultDuration @defaultEasing;
|
22
21
|
|
23
22
|
/* Checkmark */
|
24
23
|
@checkboxCheckFontSize: 14px;
|
@@ -106,8 +105,7 @@
|
|
106
105
|
@handleBackground: @white @subtleGradient;
|
107
106
|
@handleBoxShadow:
|
108
107
|
@subtleShadow,
|
109
|
-
0 0 0 1px @borderColor inset
|
110
|
-
;
|
108
|
+
0 0 0 1px @borderColor inset;
|
111
109
|
|
112
110
|
/* Slider */
|
113
111
|
@sliderHandleSize: 1.5rem;
|
@@ -156,12 +154,10 @@
|
|
156
154
|
@toggleHandleOffset: 0;
|
157
155
|
@toggleHandleTransition:
|
158
156
|
background @toggleTransitionDuration @defaultEasing,
|
159
|
-
left @toggleTransitionDuration @defaultEasing
|
160
|
-
;
|
157
|
+
left @toggleTransitionDuration @defaultEasing;
|
161
158
|
@toggleHandleTransitionRightAligned:
|
162
159
|
background @toggleTransitionDuration @defaultEasing,
|
163
|
-
right @toggleTransitionDuration @defaultEasing
|
164
|
-
;
|
160
|
+
right @toggleTransitionDuration @defaultEasing;
|
165
161
|
|
166
162
|
@toggleLaneBackground: @transparentBlack;
|
167
163
|
@toggleLaneHeight: @toggleHandleSize;
|
@@ -24,12 +24,9 @@
|
|
24
24
|
@iconSize: 6rem;
|
25
25
|
@iconTransition:
|
26
26
|
opacity @transitionDuration @transitionEasing,
|
27
|
-
color @transitionDuration @transitionEasing
|
28
|
-
;
|
27
|
+
color @transitionDuration @transitionEasing;
|
29
28
|
@iconColor: @white;
|
30
|
-
@iconShadow:
|
31
|
-
0 2px 10px rgba(34, 36, 38, 0.2)
|
32
|
-
;
|
29
|
+
@iconShadow: 0 2px 10px rgba(34, 36, 38, 0.2);
|
33
30
|
@iconZIndex: 10;
|
34
31
|
|
35
32
|
/* -------------------
|
@@ -9,8 +9,7 @@
|
|
9
9
|
@transformOrigin: 50% 25%;
|
10
10
|
@boxShadow:
|
11
11
|
1px 3px 3px 0 rgba(0, 0, 0, 0.2),
|
12
|
-
1px 3px 15px 2px rgba(0, 0, 0, 0.2)
|
13
|
-
;
|
12
|
+
1px 3px 15px 2px rgba(0, 0, 0, 0.2);
|
14
13
|
|
15
14
|
/* Close Icon */
|
16
15
|
@closeOpacity: 0.8;
|
@@ -28,8 +27,7 @@
|
|
28
27
|
-1px -1px 2px rgba(0, 0, 0, 0.3),
|
29
28
|
1px -1px 2px rgba(0, 0, 0, 0.3),
|
30
29
|
-1px 2px 2px rgba(0, 0, 0, 0.3),
|
31
|
-
1px 2px 2px rgba(0, 0, 0, 0.3)
|
32
|
-
;
|
30
|
+
1px 2px 2px rgba(0, 0, 0, 0.3);
|
33
31
|
|
34
32
|
/* Header */
|
35
33
|
@headerMargin: 0;
|
@@ -261,5 +259,4 @@
|
|
261
259
|
-1px -1px 2px rgba(255, 255, 255, 0.3),
|
262
260
|
1px -1px 2px rgba(255, 255, 255, 0.3),
|
263
261
|
-1px 2px 2px rgba(255, 255, 255, 0.3),
|
264
|
-
1px 2px 2px rgba(255, 255, 255, 0.3)
|
265
|
-
;
|
262
|
+
1px 2px 2px rgba(255, 255, 255, 0.3);
|
@@ -26,8 +26,7 @@
|
|
26
26
|
@barTransitionDuration: @defaultDuration;
|
27
27
|
@barTransition:
|
28
28
|
width @barTransitionDuration @barTransitionEasing,
|
29
|
-
background-color @barTransitionDuration @barTransitionEasing
|
30
|
-
;
|
29
|
+
background-color @barTransitionDuration @barTransitionEasing;
|
31
30
|
@barInitialWidth: 0;
|
32
31
|
@barMinWidth: 2em;
|
33
32
|
|
@@ -13,8 +13,7 @@
|
|
13
13
|
opacity @defaultDuration @defaultEasing,
|
14
14
|
background @defaultDuration @defaultEasing,
|
15
15
|
text-shadow @defaultDuration @defaultEasing,
|
16
|
-
color @defaultDuration @defaultEasing
|
17
|
-
;
|
16
|
+
color @defaultDuration @defaultEasing;
|
18
17
|
|
19
18
|
/* -------------------
|
20
19
|
Types
|
@@ -16,8 +16,7 @@
|
|
16
16
|
background-color @defaultDuration @defaultEasing,
|
17
17
|
color @defaultDuration @defaultEasing,
|
18
18
|
box-shadow @defaultDuration @defaultEasing,
|
19
|
-
border-color @defaultDuration @defaultEasing
|
20
|
-
;
|
19
|
+
border-color @defaultDuration @defaultEasing;
|
21
20
|
@promptBoxShadow: 0 0 0 0 transparent inset;
|
22
21
|
|
23
22
|
/* Mobile */
|
@@ -133,8 +132,7 @@
|
|
133
132
|
@selectionCloseTop: 0;
|
134
133
|
@selectionCloseTransition:
|
135
134
|
color @defaultDuration @defaultEasing,
|
136
|
-
opacity @defaultDuration @defaultEasing
|
137
|
-
;
|
135
|
+
opacity @defaultDuration @defaultEasing;
|
138
136
|
@selectionCloseRight: 0;
|
139
137
|
@selectionCloseIconOpacity: 0.8;
|
140
138
|
@selectionCloseIconColor: "";
|
@@ -149,8 +147,7 @@
|
|
149
147
|
@categoryDivider: 1px solid @internalBorderColor;
|
150
148
|
@categoryTransition:
|
151
149
|
background @defaultDuration @defaultEasing,
|
152
|
-
border-color @defaultDuration @defaultEasing
|
153
|
-
;
|
150
|
+
border-color @defaultDuration @defaultEasing;
|
154
151
|
|
155
152
|
@categoryResultsWidth: 28em;
|
156
153
|
|
@@ -29,7 +29,9 @@
|
|
29
29
|
@thumbHeight: @height;
|
30
30
|
@thumbBorderRadius: 100%;
|
31
31
|
@thumbBackground: @white @subtleGradient;
|
32
|
-
@thumbShadow:
|
32
|
+
@thumbShadow:
|
33
|
+
@subtleShadow,
|
34
|
+
0 0 0 1px @borderColor inset;
|
33
35
|
@thumbTransitionDuration: 0.3s;
|
34
36
|
@thumbTransition: background @thumbTransitionDuration @defaultEasing;
|
35
37
|
@thumbVerticalSliderOffset: 0.03em;
|
@@ -23,14 +23,12 @@
|
|
23
23
|
@borderShadow: 0 0 0 @borderWidth @solidBorderColor;
|
24
24
|
@boxShadow:
|
25
25
|
@shadowBoxShadow,
|
26
|
-
@borderShadow
|
27
|
-
;
|
26
|
+
@borderShadow;
|
28
27
|
@border: none;
|
29
28
|
@zIndex: "";
|
30
29
|
@transition:
|
31
30
|
box-shadow @defaultDuration @defaultEasing,
|
32
|
-
transform @defaultDuration @defaultEasing
|
33
|
-
;
|
31
|
+
transform @defaultDuration @defaultEasing;
|
34
32
|
|
35
33
|
/* Card Group */
|
36
34
|
@horizontalSpacing: 1em;
|
@@ -168,8 +166,7 @@
|
|
168
166
|
@shadowHoverBoxShadow: 0 @shadowDistance @linkHoverRaiseDistance 0 @solidSelectedBorderColor;
|
169
167
|
@linkHoverBoxShadow:
|
170
168
|
@shadowHoverBoxShadow,
|
171
|
-
@borderShadow
|
172
|
-
;
|
169
|
+
@borderShadow;
|
173
170
|
|
174
171
|
/* Horizontal */
|
175
172
|
@horizontalMinWidth: 270px;
|
@@ -179,20 +176,14 @@
|
|
179
176
|
/* Raised */
|
180
177
|
@raisedShadow:
|
181
178
|
@borderShadow,
|
182
|
-
@floatingShadow
|
183
|
-
;
|
179
|
+
@floatingShadow;
|
184
180
|
@raisedShadowHover:
|
185
181
|
@borderShadow,
|
186
|
-
@floatingShadowHover
|
187
|
-
;
|
182
|
+
@floatingShadowHover;
|
188
183
|
|
189
184
|
/* Basic Raised */
|
190
|
-
@basicRaisedShadow:
|
191
|
-
|
192
|
-
;
|
193
|
-
@basicRaisedShadowHover:
|
194
|
-
@floatingShadowHover
|
195
|
-
;
|
185
|
+
@basicRaisedShadow: @floatingShadow;
|
186
|
+
@basicRaisedShadowHover: @floatingShadowHover;
|
196
187
|
|
197
188
|
/* Card Count */
|
198
189
|
@wideCardSpacing: 1em;
|
@@ -258,5 +249,4 @@
|
|
258
249
|
@invertedLinkHoverBackground: @black;
|
259
250
|
@invertedBoxShadow:
|
260
251
|
0 @shadowDistance 3px 0 @solidWhiteBorderColor,
|
261
|
-
0 0 0 @borderWidth @solidWhiteBorderColor
|
262
|
-
;
|
252
|
+
0 0 0 @borderWidth @solidWhiteBorderColor;
|
@@ -21,8 +21,7 @@
|
|
21
21
|
@inputFocusBackground: #fff;
|
22
22
|
@inputFocusBoxShadow:
|
23
23
|
0 1px 2px rgba(0, 0, 0, 0.075) inset,
|
24
|
-
0 0 5px rgba(81, 167, 232, 0.5)
|
25
|
-
;
|
24
|
+
0 0 5px rgba(81, 167, 232, 0.5);
|
26
25
|
@inputFocusBorderColor: #51a7e8;
|
27
26
|
@inputFocusBorderRadius: @inputBorderRadius;
|
28
27
|
|
@@ -55,6 +55,5 @@
|
|
55
55
|
@invertedBackground: @black linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0));
|
56
56
|
@invertedBoxShadow:
|
57
57
|
0 1px 2px 0 rgba(0, 0, 0, 0.15),
|
58
|
-
0 0 0 1px rgba(255, 255, 255, 0.15)
|
59
|
-
;
|
58
|
+
0 0 0 1px rgba(255, 255, 255, 0.15);
|
60
59
|
@secondaryVerticalPadding: 0.75em;
|
@@ -1,8 +1,7 @@
|
|
1
1
|
@background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)) #fefefe;
|
2
2
|
@boxShadow:
|
3
3
|
0 0 0 1px rgba(255, 255, 255, 0.3) inset,
|
4
|
-
0 0 0 1px rgba(0, 0, 0, 0.2) inset
|
5
|
-
;
|
4
|
+
0 0 0 1px rgba(0, 0, 0, 0.2) inset;
|
6
5
|
@verticalPadding: 15px;
|
7
6
|
@horizontalPadding: 15px;
|
8
7
|
|
@@ -15,8 +14,7 @@
|
|
15
14
|
@floatingBoxShadow:
|
16
15
|
0 0 0 1px rgba(0, 0, 0, 0.1) inset,
|
17
16
|
0 2px 3px 0 rgba(0, 0, 0, 0.1),
|
18
|
-
0 0 0 1px rgba(0, 0, 0, 0.05) inset
|
19
|
-
;
|
17
|
+
0 0 0 1px rgba(0, 0, 0, 0.05) inset;
|
20
18
|
|
21
19
|
@infoBorderColor: #97c1da;
|
22
20
|
@errorBorderColor: #da9797;
|
@@ -21,15 +21,13 @@
|
|
21
21
|
@boxShadow:
|
22
22
|
0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
|
23
23
|
0 0 0 1px rgba(0, 0, 0, 0.13) inset,
|
24
|
-
0 1px 3px rgba(0, 0, 0, 0.05)
|
25
|
-
;
|
24
|
+
0 1px 3px rgba(0, 0, 0, 0.05);
|
26
25
|
|
27
26
|
@coloredBackgroundImage: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2));
|
28
27
|
@coloredBoxShadow:
|
29
28
|
0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
|
30
29
|
0 0 0 1px rgba(0, 0, 0, 0.1) inset,
|
31
|
-
0 1px 3px rgba(0, 0, 0, 0.05)
|
32
|
-
;
|
30
|
+
0 1px 3px rgba(0, 0, 0, 0.05);
|
33
31
|
|
34
32
|
@hoverBackgroundColor: #e0e0e0;
|
35
33
|
@hoverBackgroundImage: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08));
|
@@ -40,15 +38,13 @@
|
|
40
38
|
@downBoxShadow:
|
41
39
|
0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
|
42
40
|
0 0 0 1px rgba(0, 0, 0, 0.13) inset,
|
43
|
-
0 3px 5px rgba(0, 0, 0, 0.15) inset !important
|
44
|
-
;
|
41
|
+
0 3px 5px rgba(0, 0, 0, 0.15) inset !important;
|
45
42
|
@activeBackgroundColor: #dfdfdf;
|
46
43
|
@activeBackgroundImage: none;
|
47
44
|
@activeBoxShadow:
|
48
45
|
0 -1px 0 0 rgba(0, 0, 0, 0.05) inset,
|
49
46
|
0 0 0 1px rgba(0, 0, 0, 0.13) inset,
|
50
|
-
0 3px 5px rgba(0, 0, 0, 0.1) inset !important
|
51
|
-
;
|
47
|
+
0 3px 5px rgba(0, 0, 0, 0.1) inset !important;
|
52
48
|
|
53
49
|
@labeledIconBackgroundColor: transparent;
|
54
50
|
@labeledIconBorder: transparent;
|
@@ -32,8 +32,7 @@
|
|
32
32
|
background-color 0.3s @defaultEasing,
|
33
33
|
color 0.3s @defaultEasing,
|
34
34
|
box-shadow 0.3s @defaultEasing,
|
35
|
-
background 0.3s @defaultEasing
|
36
|
-
;
|
35
|
+
background 0.3s @defaultEasing;
|
37
36
|
|
38
37
|
/* -------------------
|
39
38
|
State
|
@@ -42,8 +41,7 @@
|
|
42
41
|
@hoverBackgroundColor: @white;
|
43
42
|
@hoverBoxShadow:
|
44
43
|
@borderBoxShadow,
|
45
|
-
0 2px 3px 0 rgba(0, 0, 0, 0.2) !important
|
46
|
-
;
|
44
|
+
0 2px 3px 0 rgba(0, 0, 0, 0.2) !important;
|
47
45
|
|
48
46
|
@downBackgroundColor: @white;
|
49
47
|
@downBackgroundImage: linear-gradient(rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.04));
|
@@ -2,8 +2,7 @@
|
|
2
2
|
@fonts: {
|
3
3
|
@solid: {
|
4
4
|
font-family: @fontName;
|
5
|
-
src: url("@{fontPath}/@{fontName}.woff2") format("woff2")
|
6
|
-
if(@supportIE, e(",") url("@{fontPath}/@{fontName}.woff") format("woff"));
|
5
|
+
src: url("@{fontPath}/@{fontName}.woff2") format("woff2") if(@supportIE, e(",") url("@{fontPath}/@{fontName}.woff") format("woff"));
|
7
6
|
font-style: normal;
|
8
7
|
font-weight: @normal;
|
9
8
|
font-variant: normal;
|