@ntlab/ntjs-assets 2.0.2 → 2.0.3
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/assets/js/bootstrap-icons/bootstrap-icons.svg +1 -1
- package/assets/js/bootstrap-icons/folder-plus.svg +2 -2
- package/assets/js/bootstrap-icons/font/bootstrap-icons.css +1981 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.json +1955 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.min.css +5 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.scss +1993 -0
- package/assets/js/bootstrap-icons/font/fonts/bootstrap-icons.woff +0 -0
- package/assets/js/bootstrap-icons/font/fonts/bootstrap-icons.woff2 +0 -0
- package/assets/js/bootstrap-icons/postcard-heart-fill.svg +1 -1
- package/assets/js/bootstrap-icons/trash.svg +2 -2
- package/assets/js/jquery/jquery.js +840 -1045
- package/assets/js/jquery/jquery.min.js +2 -2
- package/assets/js/jquery/jquery.min.map +1 -1
- package/assets/js/jquery/jquery.slim.js +834 -1039
- package/assets/js/jquery/jquery.slim.min.js +2 -2
- package/assets/js/jquery/jquery.slim.min.map +1 -1
- package/assets/js/popper.js/cjs/enums.js +1 -1
- package/assets/js/popper.js/cjs/popper-base.js +12 -170
- package/assets/js/popper.js/cjs/popper-base.js.map +1 -1
- package/assets/js/popper.js/cjs/popper-lite.js +14 -184
- package/assets/js/popper.js/cjs/popper-lite.js.map +1 -1
- package/assets/js/popper.js/cjs/popper.js +14 -197
- package/assets/js/popper.js/cjs/popper.js.map +1 -1
- package/assets/js/popper.js/esm/createPopper.js +6 -66
- package/assets/js/popper.js/esm/modifiers/arrow.js +1 -12
- package/assets/js/popper.js/esm/modifiers/computeStyles.js +2 -14
- package/assets/js/popper.js/esm/utils/computeAutoPlacement.js +0 -4
- package/assets/js/popper.js/esm/utils/userAgent.js +1 -1
- package/assets/js/popper.js/umd/enums.js +1 -1
- package/assets/js/popper.js/umd/enums.min.js +1 -1
- package/assets/js/popper.js/umd/popper-base.js +12 -170
- package/assets/js/popper.js/umd/popper-base.js.map +1 -1
- package/assets/js/popper.js/umd/popper-base.min.js +2 -2
- package/assets/js/popper.js/umd/popper-base.min.js.map +1 -1
- package/assets/js/popper.js/umd/popper-lite.js +14 -184
- package/assets/js/popper.js/umd/popper-lite.js.map +1 -1
- package/assets/js/popper.js/umd/popper-lite.min.js +2 -2
- package/assets/js/popper.js/umd/popper-lite.min.js.map +1 -1
- package/assets/js/popper.js/umd/popper.js +14 -197
- package/assets/js/popper.js/umd/popper.js.map +1 -1
- package/assets/js/popper.js/umd/popper.min.js +2 -2
- package/assets/js/popper.js/umd/popper.min.js.map +1 -1
- package/assets/js/semantic-ui/components/accordion.css +196 -74
- package/assets/js/semantic-ui/components/accordion.js +570 -591
- package/assets/js/semantic-ui/components/accordion.min.css +4 -4
- package/assets/js/semantic-ui/components/accordion.min.js +6 -6
- package/assets/js/semantic-ui/components/ad.css +40 -51
- package/assets/js/semantic-ui/components/ad.min.css +4 -4
- package/assets/js/semantic-ui/components/api.js +1154 -1117
- package/assets/js/semantic-ui/components/api.min.js +6 -6
- package/assets/js/semantic-ui/components/breadcrumb.css +7 -7
- package/assets/js/semantic-ui/components/breadcrumb.min.css +4 -4
- package/assets/js/semantic-ui/components/button.css +895 -1227
- package/assets/js/semantic-ui/components/button.min.css +4 -4
- package/assets/js/semantic-ui/components/calendar.css +60 -33
- package/assets/js/semantic-ui/components/calendar.js +1952 -1575
- package/assets/js/semantic-ui/components/calendar.min.css +4 -4
- package/assets/js/semantic-ui/components/calendar.min.js +6 -6
- package/assets/js/semantic-ui/components/card.css +1004 -441
- package/assets/js/semantic-ui/components/card.min.css +4 -4
- package/assets/js/semantic-ui/components/checkbox.css +275 -303
- package/assets/js/semantic-ui/components/checkbox.js +863 -855
- package/assets/js/semantic-ui/components/checkbox.min.css +4 -4
- package/assets/js/semantic-ui/components/checkbox.min.js +6 -6
- package/assets/js/semantic-ui/components/comment.css +45 -63
- package/assets/js/semantic-ui/components/comment.min.css +4 -4
- package/assets/js/semantic-ui/components/container.css +98 -4
- package/assets/js/semantic-ui/components/container.min.css +4 -4
- package/assets/js/semantic-ui/components/dimmer.css +95 -196
- package/assets/js/semantic-ui/components/dimmer.js +698 -717
- package/assets/js/semantic-ui/components/dimmer.min.css +4 -4
- package/assets/js/semantic-ui/components/dimmer.min.js +6 -6
- package/assets/js/semantic-ui/components/divider.css +75 -93
- package/assets/js/semantic-ui/components/divider.min.css +4 -4
- package/assets/js/semantic-ui/components/dropdown.css +490 -413
- package/assets/js/semantic-ui/components/dropdown.js +4203 -4068
- package/assets/js/semantic-ui/components/dropdown.min.css +4 -4
- package/assets/js/semantic-ui/components/dropdown.min.js +6 -6
- package/assets/js/semantic-ui/components/embed.css +27 -38
- package/assets/js/semantic-ui/components/embed.js +647 -673
- package/assets/js/semantic-ui/components/embed.min.css +4 -4
- package/assets/js/semantic-ui/components/embed.min.js +6 -6
- package/assets/js/semantic-ui/components/emoji.css +11156 -9192
- package/assets/js/semantic-ui/components/emoji.min.css +3 -3
- package/assets/js/semantic-ui/components/feed.css +56 -78
- package/assets/js/semantic-ui/components/feed.min.css +4 -4
- package/assets/js/semantic-ui/components/flag.css +1037 -929
- package/assets/js/semantic-ui/components/flag.min.css +4 -4
- package/assets/js/semantic-ui/components/flyout.css +552 -0
- package/assets/js/semantic-ui/components/flyout.js +1567 -0
- package/assets/js/semantic-ui/components/flyout.min.css +9 -0
- package/assets/js/semantic-ui/components/flyout.min.js +11 -0
- package/assets/js/semantic-ui/components/form.css +536 -530
- package/assets/js/semantic-ui/components/form.js +2037 -1945
- package/assets/js/semantic-ui/components/form.min.css +4 -4
- package/assets/js/semantic-ui/components/form.min.js +6 -6
- package/assets/js/semantic-ui/components/grid.css +218 -345
- package/assets/js/semantic-ui/components/grid.min.css +4 -4
- package/assets/js/semantic-ui/components/header.css +137 -154
- package/assets/js/semantic-ui/components/header.min.css +4 -4
- package/assets/js/semantic-ui/components/icon.css +3000 -2750
- package/assets/js/semantic-ui/components/icon.min.css +4 -4
- package/assets/js/semantic-ui/components/image.css +54 -49
- package/assets/js/semantic-ui/components/image.min.css +4 -4
- package/assets/js/semantic-ui/components/input.css +1081 -227
- package/assets/js/semantic-ui/components/input.min.css +4 -4
- package/assets/js/semantic-ui/components/item.css +91 -138
- package/assets/js/semantic-ui/components/item.min.css +4 -4
- package/assets/js/semantic-ui/components/label.css +470 -481
- package/assets/js/semantic-ui/components/label.min.css +4 -4
- package/assets/js/semantic-ui/components/list.css +93 -114
- package/assets/js/semantic-ui/components/list.min.css +4 -4
- package/assets/js/semantic-ui/components/loader.css +452 -536
- package/assets/js/semantic-ui/components/loader.min.css +4 -4
- package/assets/js/semantic-ui/components/menu.css +408 -510
- package/assets/js/semantic-ui/components/menu.min.css +9 -1
- package/assets/js/semantic-ui/components/message.css +188 -213
- package/assets/js/semantic-ui/components/message.min.css +4 -4
- package/assets/js/semantic-ui/components/modal.css +174 -166
- package/assets/js/semantic-ui/components/modal.js +1558 -1146
- package/assets/js/semantic-ui/components/modal.min.css +4 -4
- package/assets/js/semantic-ui/components/modal.min.js +6 -6
- package/assets/js/semantic-ui/components/nag.css +183 -41
- package/assets/js/semantic-ui/components/nag.js +527 -467
- package/assets/js/semantic-ui/components/nag.min.css +4 -4
- package/assets/js/semantic-ui/components/nag.min.js +6 -6
- package/assets/js/semantic-ui/components/placeholder.css +62 -76
- package/assets/js/semantic-ui/components/placeholder.min.css +4 -4
- package/assets/js/semantic-ui/components/popup.css +681 -312
- package/assets/js/semantic-ui/components/popup.js +1470 -1463
- package/assets/js/semantic-ui/components/popup.min.css +4 -4
- package/assets/js/semantic-ui/components/popup.min.js +6 -6
- package/assets/js/semantic-ui/components/progress.css +149 -217
- package/assets/js/semantic-ui/components/progress.js +945 -1002
- package/assets/js/semantic-ui/components/progress.min.css +4 -4
- package/assets/js/semantic-ui/components/progress.min.js +6 -6
- package/assets/js/semantic-ui/components/rail.css +17 -22
- package/assets/js/semantic-ui/components/rail.min.css +3 -3
- package/assets/js/semantic-ui/components/rating.css +89 -184
- package/assets/js/semantic-ui/components/rating.js +509 -521
- package/assets/js/semantic-ui/components/rating.min.css +4 -4
- package/assets/js/semantic-ui/components/rating.min.js +6 -6
- package/assets/js/semantic-ui/components/reset.css +12 -17
- package/assets/js/semantic-ui/components/reset.min.css +4 -4
- package/assets/js/semantic-ui/components/reveal.css +46 -85
- package/assets/js/semantic-ui/components/reveal.min.css +4 -4
- package/assets/js/semantic-ui/components/search.css +157 -96
- package/assets/js/semantic-ui/components/search.js +1522 -1479
- package/assets/js/semantic-ui/components/search.min.css +4 -4
- package/assets/js/semantic-ui/components/search.min.js +6 -6
- package/assets/js/semantic-ui/components/segment.css +317 -249
- package/assets/js/semantic-ui/components/segment.min.css +4 -4
- package/assets/js/semantic-ui/components/shape.css +16 -32
- package/assets/js/semantic-ui/components/shape.js +763 -812
- package/assets/js/semantic-ui/components/shape.min.css +4 -4
- package/assets/js/semantic-ui/components/shape.min.js +6 -6
- package/assets/js/semantic-ui/components/sidebar.css +128 -216
- package/assets/js/semantic-ui/components/sidebar.js +1042 -1003
- package/assets/js/semantic-ui/components/sidebar.min.css +4 -4
- package/assets/js/semantic-ui/components/sidebar.min.js +6 -6
- package/assets/js/semantic-ui/components/site.css +123 -48
- package/assets/js/semantic-ui/components/site.js +438 -478
- package/assets/js/semantic-ui/components/site.min.css +4 -4
- package/assets/js/semantic-ui/components/site.min.js +6 -6
- package/assets/js/semantic-ui/components/slider.css +133 -141
- package/assets/js/semantic-ui/components/slider.js +1312 -1274
- package/assets/js/semantic-ui/components/slider.min.css +9 -1
- package/assets/js/semantic-ui/components/slider.min.js +6 -6
- package/assets/js/semantic-ui/components/state.js +640 -659
- package/assets/js/semantic-ui/components/state.min.js +6 -6
- package/assets/js/semantic-ui/components/statistic.css +83 -124
- package/assets/js/semantic-ui/components/statistic.min.css +4 -4
- package/assets/js/semantic-ui/components/step.css +118 -184
- package/assets/js/semantic-ui/components/step.min.css +4 -4
- package/assets/js/semantic-ui/components/sticky.css +3 -8
- package/assets/js/semantic-ui/components/sticky.js +849 -892
- package/assets/js/semantic-ui/components/sticky.min.css +4 -4
- package/assets/js/semantic-ui/components/sticky.min.js +6 -6
- package/assets/js/semantic-ui/components/tab.css +16 -20
- package/assets/js/semantic-ui/components/tab.js +896 -941
- package/assets/js/semantic-ui/components/tab.min.css +4 -4
- package/assets/js/semantic-ui/components/tab.min.js +6 -6
- package/assets/js/semantic-ui/components/table.css +2073 -884
- package/assets/js/semantic-ui/components/table.min.css +4 -4
- package/assets/js/semantic-ui/components/text.css +51 -30
- package/assets/js/semantic-ui/components/text.min.css +4 -4
- package/assets/js/semantic-ui/components/toast.css +200 -137
- package/assets/js/semantic-ui/components/toast.js +912 -832
- package/assets/js/semantic-ui/components/toast.min.css +4 -4
- package/assets/js/semantic-ui/components/toast.min.js +6 -6
- package/assets/js/semantic-ui/components/transition.css +371 -1282
- package/assets/js/semantic-ui/components/transition.js +999 -1074
- package/assets/js/semantic-ui/components/transition.min.css +4 -4
- package/assets/js/semantic-ui/components/transition.min.js +6 -6
- package/assets/js/semantic-ui/components/visibility.js +1215 -1247
- package/assets/js/semantic-ui/components/visibility.min.js +6 -6
- package/assets/js/semantic-ui/semantic.css +43777 -37429
- package/assets/js/semantic-ui/semantic.js +29152 -26694
- package/assets/js/semantic-ui/semantic.min.css +6 -399
- package/assets/js/semantic-ui/semantic.min.js +6 -6
- package/assets/js/semantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
- package/assets/js/semantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/assets/js/socket.io/socket.io.esm.min.js +3 -3
- package/assets/js/socket.io/socket.io.esm.min.js.map +1 -1
- package/assets/js/socket.io/socket.io.js +841 -333
- package/assets/js/socket.io/socket.io.js.map +1 -1
- package/assets/js/socket.io/socket.io.min.js +3 -3
- package/assets/js/socket.io/socket.io.min.js.map +1 -1
- package/assets/js/socket.io/socket.io.msgpack.min.js +3 -3
- package/assets/js/socket.io/socket.io.msgpack.min.js.map +1 -1
- package/cdn.json +19 -4
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* # Fomantic-UI - Segment
|
|
3
|
-
*
|
|
2
|
+
* # Fomantic-UI 2.9.2 - Segment
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
4
|
*
|
|
5
5
|
*
|
|
6
6
|
* Released under the MIT license
|
|
7
|
-
*
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
8
|
*
|
|
9
9
|
*/
|
|
10
10
|
|
|
@@ -15,9 +15,8 @@
|
|
|
15
15
|
|
|
16
16
|
.ui.segment {
|
|
17
17
|
position: relative;
|
|
18
|
-
background: #
|
|
19
|
-
|
|
20
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
18
|
+
background: #fff;
|
|
19
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
21
20
|
margin: 1rem 0;
|
|
22
21
|
padding: 1em 1em;
|
|
23
22
|
border-radius: 0.28571429rem;
|
|
@@ -37,24 +36,24 @@
|
|
|
37
36
|
padding-right: 0;
|
|
38
37
|
background: none transparent;
|
|
39
38
|
border-radius: 0;
|
|
40
|
-
|
|
41
|
-
box-shadow: none;
|
|
39
|
+
box-shadow: none;
|
|
42
40
|
border: none;
|
|
43
|
-
border-
|
|
41
|
+
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
44
42
|
}
|
|
45
|
-
.ui.vertical.segment:
|
|
46
|
-
border-
|
|
43
|
+
.ui.vertical.segment:first-child {
|
|
44
|
+
border-top: none;
|
|
47
45
|
}
|
|
48
46
|
|
|
49
|
-
|
|
47
|
+
/* -------------------
|
|
50
48
|
Loose Coupling
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
-------------------- */
|
|
53
50
|
|
|
54
51
|
/* Header */
|
|
52
|
+
.ui.inverted.segments .segment > .ui.header .sub.header,
|
|
53
|
+
.ui.inverted.segments .segment > .ui.header,
|
|
55
54
|
.ui.inverted.segment > .ui.header .sub.header,
|
|
56
55
|
.ui.inverted.segment > .ui.header {
|
|
57
|
-
color: #
|
|
56
|
+
color: #fff;
|
|
58
57
|
}
|
|
59
58
|
|
|
60
59
|
/* Label */
|
|
@@ -89,10 +88,9 @@
|
|
|
89
88
|
|
|
90
89
|
/* Table */
|
|
91
90
|
.ui.basic.table.segment {
|
|
92
|
-
background: #
|
|
91
|
+
background: #fff;
|
|
93
92
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
94
|
-
|
|
95
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
93
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
96
94
|
}
|
|
97
95
|
.ui[class*="very basic"].table.segment {
|
|
98
96
|
padding: 1em 1em;
|
|
@@ -109,34 +107,28 @@
|
|
|
109
107
|
*******************************/
|
|
110
108
|
|
|
111
109
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
110
|
+
/* -------------------
|
|
111
|
+
Placeholder
|
|
112
|
+
-------------------- */
|
|
116
113
|
.ui.placeholder.segment {
|
|
117
|
-
display: -webkit-box;
|
|
118
|
-
display: -ms-flexbox;
|
|
119
114
|
display: flex;
|
|
120
|
-
-
|
|
121
|
-
-
|
|
122
|
-
|
|
123
|
-
flex-direction: column;
|
|
124
|
-
-webkit-box-pack: center;
|
|
125
|
-
-ms-flex-pack: center;
|
|
126
|
-
justify-content: center;
|
|
127
|
-
-webkit-box-align: stretch;
|
|
128
|
-
-ms-flex-align: stretch;
|
|
129
|
-
align-items: stretch;
|
|
115
|
+
flex-direction: column;
|
|
116
|
+
justify-content: center;
|
|
117
|
+
align-items: stretch;
|
|
130
118
|
max-width: initial;
|
|
131
|
-
|
|
132
|
-
animation: none;
|
|
119
|
+
animation: none;
|
|
133
120
|
overflow: visible;
|
|
134
121
|
padding: 1em 1em;
|
|
135
122
|
min-height: 18rem;
|
|
136
|
-
background: #
|
|
123
|
+
background: #f9fafb;
|
|
137
124
|
border-color: rgba(34, 36, 38, 0.15);
|
|
138
|
-
|
|
139
|
-
|
|
125
|
+
box-shadow: 0 2px 25px 0 rgba(34, 36, 38, 0.05) inset;
|
|
126
|
+
}
|
|
127
|
+
.ui.placeholder.segment.tab {
|
|
128
|
+
display: none;
|
|
129
|
+
}
|
|
130
|
+
.ui.placeholder.segment.tab.active {
|
|
131
|
+
display: flex;
|
|
140
132
|
}
|
|
141
133
|
.ui.placeholder.segment .button,
|
|
142
134
|
.ui.placeholder.segment textarea {
|
|
@@ -159,8 +151,7 @@
|
|
|
159
151
|
margin-right: auto;
|
|
160
152
|
}
|
|
161
153
|
.ui.placeholder.segment > .inline {
|
|
162
|
-
-
|
|
163
|
-
align-self: center;
|
|
154
|
+
align-self: center;
|
|
164
155
|
}
|
|
165
156
|
.ui.placeholder.segment > .inline > .button {
|
|
166
157
|
display: inline-block;
|
|
@@ -171,15 +162,13 @@
|
|
|
171
162
|
margin-right: 0;
|
|
172
163
|
}
|
|
173
164
|
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
165
|
+
/* -------------------
|
|
166
|
+
Piled
|
|
167
|
+
-------------------- */
|
|
178
168
|
.ui.piled.segments,
|
|
179
169
|
.ui.piled.segment {
|
|
180
170
|
margin: 3em 0;
|
|
181
|
-
|
|
182
|
-
box-shadow: '';
|
|
171
|
+
box-shadow: "";
|
|
183
172
|
z-index: auto;
|
|
184
173
|
}
|
|
185
174
|
.ui.piled.segment:first-child {
|
|
@@ -188,33 +177,30 @@
|
|
|
188
177
|
.ui.piled.segment:last-child {
|
|
189
178
|
margin-bottom: 0;
|
|
190
179
|
}
|
|
191
|
-
.ui.piled.segments
|
|
192
|
-
.ui.piled.segments
|
|
193
|
-
.ui.piled.segment
|
|
194
|
-
.ui.piled.segment
|
|
195
|
-
background-color: #
|
|
180
|
+
.ui.piled.segments::after,
|
|
181
|
+
.ui.piled.segments::before,
|
|
182
|
+
.ui.piled.segment::after,
|
|
183
|
+
.ui.piled.segment::before {
|
|
184
|
+
background-color: #fff;
|
|
196
185
|
visibility: visible;
|
|
197
|
-
content:
|
|
186
|
+
content: "";
|
|
198
187
|
display: block;
|
|
199
188
|
height: 100%;
|
|
200
189
|
left: 0;
|
|
201
190
|
position: absolute;
|
|
202
191
|
width: 100%;
|
|
203
192
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
204
|
-
|
|
205
|
-
box-shadow: '';
|
|
193
|
+
box-shadow: "";
|
|
206
194
|
}
|
|
207
|
-
.ui.piled.segments
|
|
208
|
-
.ui.piled.segment
|
|
209
|
-
|
|
210
|
-
transform: rotate(-1.2deg);
|
|
195
|
+
.ui.piled.segments::before,
|
|
196
|
+
.ui.piled.segment::before {
|
|
197
|
+
transform: rotate(-1.2deg);
|
|
211
198
|
top: 0;
|
|
212
199
|
z-index: -2;
|
|
213
200
|
}
|
|
214
|
-
.ui.piled.segments
|
|
215
|
-
.ui.piled.segment
|
|
216
|
-
|
|
217
|
-
transform: rotate(1.2deg);
|
|
201
|
+
.ui.piled.segments::after,
|
|
202
|
+
.ui.piled.segment::after {
|
|
203
|
+
transform: rotate(1.2deg);
|
|
218
204
|
top: 0;
|
|
219
205
|
z-index: -1;
|
|
220
206
|
}
|
|
@@ -235,18 +221,17 @@
|
|
|
235
221
|
margin-bottom: 0;
|
|
236
222
|
}
|
|
237
223
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
224
|
+
/* -------------------
|
|
225
|
+
Stacked
|
|
226
|
+
-------------------- */
|
|
242
227
|
.ui.stacked.segment {
|
|
243
228
|
padding-bottom: 1.4em;
|
|
244
229
|
}
|
|
245
|
-
.ui.stacked.segments
|
|
246
|
-
.ui.stacked.segments
|
|
247
|
-
.ui.stacked.segment
|
|
248
|
-
.ui.stacked.segment
|
|
249
|
-
content:
|
|
230
|
+
.ui.stacked.segments::before,
|
|
231
|
+
.ui.stacked.segments::after,
|
|
232
|
+
.ui.stacked.segment::before,
|
|
233
|
+
.ui.stacked.segment::after {
|
|
234
|
+
content: "";
|
|
250
235
|
position: absolute;
|
|
251
236
|
bottom: -3px;
|
|
252
237
|
left: 0;
|
|
@@ -256,31 +241,30 @@
|
|
|
256
241
|
height: 6px;
|
|
257
242
|
visibility: visible;
|
|
258
243
|
}
|
|
259
|
-
.ui.stacked.segments
|
|
260
|
-
.ui.stacked.segment
|
|
244
|
+
.ui.stacked.segments::before,
|
|
245
|
+
.ui.stacked.segment::before {
|
|
261
246
|
display: none;
|
|
262
247
|
}
|
|
263
248
|
|
|
264
249
|
/* Add additional page */
|
|
265
|
-
.ui.tall.stacked.segments
|
|
266
|
-
.ui.tall.stacked.segment
|
|
250
|
+
.ui.tall.stacked.segments::before,
|
|
251
|
+
.ui.tall.stacked.segment::before {
|
|
267
252
|
display: block;
|
|
268
253
|
bottom: 0;
|
|
269
254
|
}
|
|
270
255
|
|
|
271
256
|
/* Inverted */
|
|
272
|
-
.ui.stacked.inverted.segments
|
|
273
|
-
.ui.stacked.inverted.segments
|
|
274
|
-
.ui.stacked.inverted.segment
|
|
275
|
-
.ui.stacked.inverted.segment
|
|
257
|
+
.ui.stacked.inverted.segments::before,
|
|
258
|
+
.ui.stacked.inverted.segments::after,
|
|
259
|
+
.ui.stacked.inverted.segment::before,
|
|
260
|
+
.ui.stacked.inverted.segment::after {
|
|
276
261
|
background-color: rgba(0, 0, 0, 0.03);
|
|
277
262
|
border-top: 1px solid rgba(34, 36, 38, 0.35);
|
|
278
263
|
}
|
|
279
264
|
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
265
|
+
/* -------------------
|
|
266
|
+
Padded
|
|
267
|
+
-------------------- */
|
|
284
268
|
.ui.padded.segment {
|
|
285
269
|
padding: 1.5em;
|
|
286
270
|
}
|
|
@@ -295,32 +279,26 @@
|
|
|
295
279
|
padding-right: 0;
|
|
296
280
|
}
|
|
297
281
|
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
282
|
+
/* -------------------
|
|
283
|
+
Compact
|
|
284
|
+
-------------------- */
|
|
302
285
|
.ui.compact.segment {
|
|
303
286
|
display: table;
|
|
304
287
|
}
|
|
305
288
|
|
|
306
289
|
/* Compact Group */
|
|
307
290
|
.ui.compact.segments {
|
|
308
|
-
display: -webkit-inline-box;
|
|
309
|
-
display: -ms-inline-flexbox;
|
|
310
291
|
display: inline-flex;
|
|
311
292
|
}
|
|
312
293
|
.ui.compact.segments .segment,
|
|
313
294
|
.ui.segments .compact.segment {
|
|
314
295
|
display: block;
|
|
315
|
-
|
|
316
|
-
-ms-flex: 0 1 auto;
|
|
317
|
-
flex: 0 1 auto;
|
|
296
|
+
flex: 0 1 auto;
|
|
318
297
|
}
|
|
319
298
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
299
|
+
/* -------------------
|
|
300
|
+
Circular
|
|
301
|
+
-------------------- */
|
|
324
302
|
.ui.circular.segment {
|
|
325
303
|
display: table-cell;
|
|
326
304
|
padding: 2em;
|
|
@@ -329,33 +307,27 @@
|
|
|
329
307
|
border-radius: 500em;
|
|
330
308
|
}
|
|
331
309
|
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
310
|
+
/* -------------------
|
|
311
|
+
Raised
|
|
312
|
+
-------------------- */
|
|
336
313
|
.ui.raised.raised.segments,
|
|
337
314
|
.ui.raised.raised.segment {
|
|
338
|
-
|
|
339
|
-
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
315
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
340
316
|
}
|
|
341
317
|
|
|
342
318
|
|
|
343
319
|
/*******************************
|
|
344
|
-
|
|
345
|
-
|
|
320
|
+
Groups
|
|
321
|
+
*******************************/
|
|
346
322
|
|
|
347
323
|
|
|
348
324
|
/* Group */
|
|
349
325
|
.ui.segments {
|
|
350
|
-
-
|
|
351
|
-
-webkit-box-direction: normal;
|
|
352
|
-
-ms-flex-direction: column;
|
|
353
|
-
flex-direction: column;
|
|
326
|
+
flex-direction: column;
|
|
354
327
|
position: relative;
|
|
355
328
|
margin: 1rem 0;
|
|
356
329
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
357
|
-
|
|
358
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
330
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
359
331
|
border-radius: 0.28571429rem;
|
|
360
332
|
}
|
|
361
333
|
.ui.segments:first-child {
|
|
@@ -372,8 +344,7 @@
|
|
|
372
344
|
border-radius: 0;
|
|
373
345
|
margin: 0;
|
|
374
346
|
width: auto;
|
|
375
|
-
|
|
376
|
-
box-shadow: none;
|
|
347
|
+
box-shadow: none;
|
|
377
348
|
border: none;
|
|
378
349
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
379
350
|
}
|
|
@@ -392,8 +363,7 @@
|
|
|
392
363
|
bottom: 0;
|
|
393
364
|
margin-top: 0;
|
|
394
365
|
margin-bottom: 0;
|
|
395
|
-
|
|
396
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
|
|
366
|
+
box-shadow: 0 2px 1px -1px rgba(34, 36, 38, 0.15);
|
|
397
367
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
|
398
368
|
}
|
|
399
369
|
|
|
@@ -405,7 +375,7 @@
|
|
|
405
375
|
/* Nested Group */
|
|
406
376
|
.ui.segments > .ui.segments {
|
|
407
377
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
408
|
-
margin: 1rem
|
|
378
|
+
margin: 1rem;
|
|
409
379
|
}
|
|
410
380
|
.ui.segments > .segments:first-child {
|
|
411
381
|
border-top: none;
|
|
@@ -416,24 +386,17 @@
|
|
|
416
386
|
|
|
417
387
|
/* Horizontal Group */
|
|
418
388
|
.ui.horizontal.segments {
|
|
419
|
-
display: -webkit-box;
|
|
420
|
-
display: -ms-flexbox;
|
|
421
389
|
display: flex;
|
|
422
|
-
-
|
|
423
|
-
-webkit-box-direction: normal;
|
|
424
|
-
-ms-flex-direction: row;
|
|
425
|
-
flex-direction: row;
|
|
390
|
+
flex-direction: row;
|
|
426
391
|
background-color: transparent;
|
|
427
392
|
padding: 0;
|
|
428
|
-
|
|
429
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
393
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
430
394
|
margin: 1rem 0;
|
|
431
395
|
border-radius: 0.28571429rem;
|
|
432
396
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
433
397
|
}
|
|
434
398
|
.ui.stackable.horizontal.segments {
|
|
435
|
-
|
|
436
|
-
flex-wrap: wrap;
|
|
399
|
+
flex-wrap: wrap;
|
|
437
400
|
}
|
|
438
401
|
|
|
439
402
|
/* Nested Horizontal Group */
|
|
@@ -442,26 +405,21 @@
|
|
|
442
405
|
background-color: transparent;
|
|
443
406
|
border-radius: 0;
|
|
444
407
|
border: none;
|
|
445
|
-
|
|
446
|
-
box-shadow: none;
|
|
408
|
+
box-shadow: none;
|
|
447
409
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
448
410
|
}
|
|
449
411
|
|
|
450
412
|
/* Horizontal Segment */
|
|
451
413
|
.ui.horizontal.segments:not(.compact) > .segment:not(.compact) {
|
|
452
|
-
|
|
453
|
-
flex: 1 1 auto;
|
|
414
|
+
flex: 1 1 auto;
|
|
454
415
|
-ms-flex: 1 1 0;
|
|
455
|
-
|
|
456
|
-
/* Solves #2550 MS Flex */
|
|
457
416
|
}
|
|
458
417
|
.ui.horizontal.segments > .segment {
|
|
459
418
|
margin: 0;
|
|
460
419
|
min-width: 0;
|
|
461
420
|
border-radius: 0;
|
|
462
421
|
border: none;
|
|
463
|
-
|
|
464
|
-
box-shadow: none;
|
|
422
|
+
box-shadow: none;
|
|
465
423
|
border-left: 1px solid rgba(34, 36, 38, 0.15);
|
|
466
424
|
}
|
|
467
425
|
|
|
@@ -472,6 +430,17 @@
|
|
|
472
430
|
.ui.horizontal.segments:not(.stackable) > .segment:first-child {
|
|
473
431
|
border-left: none;
|
|
474
432
|
}
|
|
433
|
+
.ui.horizontal.segments > .segment:first-child {
|
|
434
|
+
border-radius: 0.28571429rem 0 0 0.28571429rem;
|
|
435
|
+
}
|
|
436
|
+
.ui.horizontal.segments > .segment:last-child {
|
|
437
|
+
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
/* Equal Width */
|
|
441
|
+
.ui[class*="equal width"].horizontal.segments > .segment {
|
|
442
|
+
width: 100%;
|
|
443
|
+
}
|
|
475
444
|
|
|
476
445
|
|
|
477
446
|
/*******************************
|
|
@@ -479,30 +448,36 @@
|
|
|
479
448
|
*******************************/
|
|
480
449
|
|
|
481
450
|
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
451
|
+
/* --------------
|
|
452
|
+
Disabled
|
|
453
|
+
--------------- */
|
|
454
|
+
.ui.disabled.segments,
|
|
486
455
|
.ui.disabled.segment {
|
|
487
456
|
opacity: 0.45;
|
|
488
457
|
color: rgba(40, 40, 40, 0.3);
|
|
458
|
+
pointer-events: none;
|
|
459
|
+
-webkit-user-select: none;
|
|
460
|
+
-ms-user-select: none;
|
|
461
|
+
user-select: none;
|
|
489
462
|
}
|
|
490
463
|
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
464
|
+
/* --------------
|
|
465
|
+
Loading
|
|
466
|
+
--------------- */
|
|
467
|
+
.ui.loading.segments,
|
|
495
468
|
.ui.loading.segment {
|
|
496
469
|
position: relative;
|
|
497
470
|
cursor: default;
|
|
498
471
|
pointer-events: none;
|
|
499
|
-
|
|
500
|
-
|
|
472
|
+
-webkit-user-select: none;
|
|
473
|
+
-ms-user-select: none;
|
|
474
|
+
user-select: none;
|
|
501
475
|
transition: all 0s linear;
|
|
502
476
|
}
|
|
503
|
-
.ui.loading.
|
|
477
|
+
.ui.loading.segments::before,
|
|
478
|
+
.ui.loading.segment::before {
|
|
504
479
|
position: absolute;
|
|
505
|
-
content:
|
|
480
|
+
content: "";
|
|
506
481
|
top: 0;
|
|
507
482
|
left: 0;
|
|
508
483
|
background: rgba(255, 255, 255, 0.8);
|
|
@@ -511,20 +486,19 @@
|
|
|
511
486
|
border-radius: 0.28571429rem;
|
|
512
487
|
z-index: 100;
|
|
513
488
|
}
|
|
514
|
-
.ui.loading.
|
|
489
|
+
.ui.loading.segments::after,
|
|
490
|
+
.ui.loading.segment::after {
|
|
515
491
|
position: absolute;
|
|
516
|
-
content:
|
|
492
|
+
content: "";
|
|
517
493
|
top: 50%;
|
|
518
494
|
left: 50%;
|
|
519
495
|
margin: -1.5em 0 0 -1.5em;
|
|
520
496
|
width: 3em;
|
|
521
497
|
height: 3em;
|
|
522
|
-
|
|
523
|
-
animation: loader 0.6s infinite linear;
|
|
498
|
+
animation: loader 0.6s infinite linear;
|
|
524
499
|
border: 0.2em solid #767676;
|
|
525
500
|
border-radius: 500rem;
|
|
526
|
-
|
|
527
|
-
box-shadow: 0 0 0 1px transparent;
|
|
501
|
+
box-shadow: 0 0 0 1px transparent;
|
|
528
502
|
visibility: visible;
|
|
529
503
|
z-index: 101;
|
|
530
504
|
}
|
|
@@ -535,130 +509,125 @@
|
|
|
535
509
|
*******************************/
|
|
536
510
|
|
|
537
511
|
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
512
|
+
/* -------------------
|
|
513
|
+
Basic
|
|
514
|
+
-------------------- */
|
|
542
515
|
.ui.basic.segment,
|
|
543
516
|
.ui.segments .ui.basic.segment,
|
|
544
517
|
.ui.basic.segments {
|
|
545
518
|
background: none transparent;
|
|
546
|
-
|
|
547
|
-
box-shadow: none;
|
|
519
|
+
box-shadow: none;
|
|
548
520
|
border: none;
|
|
549
521
|
border-radius: 0;
|
|
550
522
|
}
|
|
551
523
|
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
.ui.clearing.segment:after {
|
|
524
|
+
/* -------------------
|
|
525
|
+
Clearing
|
|
526
|
+
-------------------- */
|
|
527
|
+
.ui.clearing.segment::after {
|
|
557
528
|
content: "";
|
|
558
529
|
display: block;
|
|
559
530
|
clear: both;
|
|
560
531
|
}
|
|
561
532
|
|
|
562
|
-
|
|
533
|
+
/* -------------------
|
|
563
534
|
Colors
|
|
564
|
-
|
|
565
|
-
|
|
535
|
+
-------------------- */
|
|
566
536
|
.ui.red.segment.segment.segment.segment.segment:not(.inverted) {
|
|
567
|
-
border-top: 2px solid #
|
|
537
|
+
border-top: 2px solid #db2828;
|
|
568
538
|
}
|
|
569
539
|
.ui.inverted.red.segment.segment.segment.segment.segment {
|
|
570
|
-
background-color: #
|
|
571
|
-
color: #
|
|
540
|
+
background-color: #db2828;
|
|
541
|
+
color: #fff;
|
|
572
542
|
}
|
|
573
543
|
.ui.orange.segment.segment.segment.segment.segment:not(.inverted) {
|
|
574
|
-
border-top: 2px solid #
|
|
544
|
+
border-top: 2px solid #f2711c;
|
|
575
545
|
}
|
|
576
546
|
.ui.inverted.orange.segment.segment.segment.segment.segment {
|
|
577
|
-
background-color: #
|
|
578
|
-
color: #
|
|
547
|
+
background-color: #f2711c;
|
|
548
|
+
color: #fff;
|
|
579
549
|
}
|
|
580
550
|
.ui.yellow.segment.segment.segment.segment.segment:not(.inverted) {
|
|
581
|
-
border-top: 2px solid #
|
|
551
|
+
border-top: 2px solid #fbbd08;
|
|
582
552
|
}
|
|
583
553
|
.ui.inverted.yellow.segment.segment.segment.segment.segment {
|
|
584
|
-
background-color: #
|
|
585
|
-
color: #
|
|
554
|
+
background-color: #fbbd08;
|
|
555
|
+
color: #fff;
|
|
586
556
|
}
|
|
587
557
|
.ui.olive.segment.segment.segment.segment.segment:not(.inverted) {
|
|
588
|
-
border-top: 2px solid #
|
|
558
|
+
border-top: 2px solid #b5cc18;
|
|
589
559
|
}
|
|
590
560
|
.ui.inverted.olive.segment.segment.segment.segment.segment {
|
|
591
|
-
background-color: #
|
|
592
|
-
color: #
|
|
561
|
+
background-color: #b5cc18;
|
|
562
|
+
color: #fff;
|
|
593
563
|
}
|
|
594
564
|
.ui.green.segment.segment.segment.segment.segment:not(.inverted) {
|
|
595
|
-
border-top: 2px solid #
|
|
565
|
+
border-top: 2px solid #21ba45;
|
|
596
566
|
}
|
|
597
567
|
.ui.inverted.green.segment.segment.segment.segment.segment {
|
|
598
|
-
background-color: #
|
|
599
|
-
color: #
|
|
568
|
+
background-color: #21ba45;
|
|
569
|
+
color: #fff;
|
|
600
570
|
}
|
|
601
571
|
.ui.teal.segment.segment.segment.segment.segment:not(.inverted) {
|
|
602
|
-
border-top: 2px solid #
|
|
572
|
+
border-top: 2px solid #00b5ad;
|
|
603
573
|
}
|
|
604
574
|
.ui.inverted.teal.segment.segment.segment.segment.segment {
|
|
605
|
-
background-color: #
|
|
606
|
-
color: #
|
|
575
|
+
background-color: #00b5ad;
|
|
576
|
+
color: #fff;
|
|
607
577
|
}
|
|
608
578
|
.ui.blue.segment.segment.segment.segment.segment:not(.inverted) {
|
|
609
|
-
border-top: 2px solid #
|
|
579
|
+
border-top: 2px solid #2185d0;
|
|
610
580
|
}
|
|
611
581
|
.ui.inverted.blue.segment.segment.segment.segment.segment {
|
|
612
|
-
background-color: #
|
|
613
|
-
color: #
|
|
582
|
+
background-color: #2185d0;
|
|
583
|
+
color: #fff;
|
|
614
584
|
}
|
|
615
585
|
.ui.violet.segment.segment.segment.segment.segment:not(.inverted) {
|
|
616
|
-
border-top: 2px solid #
|
|
586
|
+
border-top: 2px solid #6435c9;
|
|
617
587
|
}
|
|
618
588
|
.ui.inverted.violet.segment.segment.segment.segment.segment {
|
|
619
|
-
background-color: #
|
|
620
|
-
color: #
|
|
589
|
+
background-color: #6435c9;
|
|
590
|
+
color: #fff;
|
|
621
591
|
}
|
|
622
592
|
.ui.purple.segment.segment.segment.segment.segment:not(.inverted) {
|
|
623
|
-
border-top: 2px solid #
|
|
593
|
+
border-top: 2px solid #a333c8;
|
|
624
594
|
}
|
|
625
595
|
.ui.inverted.purple.segment.segment.segment.segment.segment {
|
|
626
|
-
background-color: #
|
|
627
|
-
color: #
|
|
596
|
+
background-color: #a333c8;
|
|
597
|
+
color: #fff;
|
|
628
598
|
}
|
|
629
599
|
.ui.pink.segment.segment.segment.segment.segment:not(.inverted) {
|
|
630
|
-
border-top: 2px solid #
|
|
600
|
+
border-top: 2px solid #e03997;
|
|
631
601
|
}
|
|
632
602
|
.ui.inverted.pink.segment.segment.segment.segment.segment {
|
|
633
|
-
background-color: #
|
|
634
|
-
color: #
|
|
603
|
+
background-color: #e03997;
|
|
604
|
+
color: #fff;
|
|
635
605
|
}
|
|
636
606
|
.ui.brown.segment.segment.segment.segment.segment:not(.inverted) {
|
|
637
|
-
border-top: 2px solid #
|
|
607
|
+
border-top: 2px solid #a5673f;
|
|
638
608
|
}
|
|
639
609
|
.ui.inverted.brown.segment.segment.segment.segment.segment {
|
|
640
|
-
background-color: #
|
|
641
|
-
color: #
|
|
610
|
+
background-color: #a5673f;
|
|
611
|
+
color: #fff;
|
|
642
612
|
}
|
|
643
613
|
.ui.grey.segment.segment.segment.segment.segment:not(.inverted) {
|
|
644
614
|
border-top: 2px solid #767676;
|
|
645
615
|
}
|
|
646
616
|
.ui.inverted.grey.segment.segment.segment.segment.segment {
|
|
647
617
|
background-color: #767676;
|
|
648
|
-
color: #
|
|
618
|
+
color: #fff;
|
|
649
619
|
}
|
|
650
620
|
.ui.black.segment.segment.segment.segment.segment:not(.inverted) {
|
|
651
|
-
border-top: 2px solid #
|
|
621
|
+
border-top: 2px solid #1b1c1d;
|
|
652
622
|
}
|
|
653
623
|
.ui.inverted.black.segment.segment.segment.segment.segment {
|
|
654
|
-
background-color: #
|
|
655
|
-
color: #
|
|
624
|
+
background-color: #1b1c1d;
|
|
625
|
+
color: #fff;
|
|
656
626
|
}
|
|
657
627
|
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
628
|
+
/* -------------------
|
|
629
|
+
Aligned
|
|
630
|
+
-------------------- */
|
|
662
631
|
.ui[class*="left aligned"].segment {
|
|
663
632
|
text-align: left;
|
|
664
633
|
}
|
|
@@ -669,10 +638,9 @@
|
|
|
669
638
|
text-align: center;
|
|
670
639
|
}
|
|
671
640
|
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
641
|
+
/* -------------------
|
|
642
|
+
Floated
|
|
643
|
+
-------------------- */
|
|
676
644
|
.ui.floated.segment,
|
|
677
645
|
.ui[class*="left floated"].segment {
|
|
678
646
|
float: left;
|
|
@@ -683,18 +651,19 @@
|
|
|
683
651
|
margin-left: 1em;
|
|
684
652
|
}
|
|
685
653
|
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
654
|
+
/* -------------------
|
|
655
|
+
Inverted
|
|
656
|
+
-------------------- */
|
|
657
|
+
.ui.inverted.segments,
|
|
658
|
+
.ui.inverted.segments .segment,
|
|
690
659
|
.ui.inverted.segment {
|
|
691
660
|
border: none;
|
|
692
|
-
|
|
693
|
-
box-shadow: none;
|
|
661
|
+
box-shadow: none;
|
|
694
662
|
}
|
|
663
|
+
.ui.inverted.segments .segment,
|
|
695
664
|
.ui.inverted.segment,
|
|
696
665
|
.ui.primary.inverted.segment {
|
|
697
|
-
background: #
|
|
666
|
+
background: #1b1c1d;
|
|
698
667
|
color: rgba(255, 255, 255, 0.9);
|
|
699
668
|
}
|
|
700
669
|
|
|
@@ -707,51 +676,47 @@
|
|
|
707
676
|
}
|
|
708
677
|
|
|
709
678
|
/* Attached */
|
|
710
|
-
.ui.inverted.attached.segment {
|
|
711
|
-
border-color: #
|
|
679
|
+
.ui.ui.inverted.attached.segment {
|
|
680
|
+
border-color: #555;
|
|
712
681
|
}
|
|
713
682
|
|
|
714
683
|
/* Loading */
|
|
684
|
+
.ui.inverted.loading.segments,
|
|
715
685
|
.ui.inverted.loading.segment {
|
|
716
|
-
color: #
|
|
686
|
+
color: #fff;
|
|
717
687
|
}
|
|
718
|
-
.ui.inverted.loading.
|
|
688
|
+
.ui.inverted.loading.segments::before,
|
|
689
|
+
.ui.inverted.loading.segment::before {
|
|
719
690
|
background: rgba(0, 0, 0, 0.85);
|
|
720
691
|
}
|
|
721
692
|
|
|
722
|
-
|
|
693
|
+
/* -------------------
|
|
723
694
|
Emphasis
|
|
724
|
-
|
|
725
|
-
|
|
695
|
+
-------------------- */
|
|
726
696
|
|
|
727
697
|
/* Secondary */
|
|
728
698
|
.ui.secondary.segment {
|
|
729
|
-
background: #
|
|
699
|
+
background: #f3f4f5;
|
|
730
700
|
color: rgba(0, 0, 0, 0.6);
|
|
731
701
|
}
|
|
732
702
|
.ui.secondary.inverted.segment {
|
|
733
|
-
background: #4c4f52 -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.2)));
|
|
734
|
-
background: #4c4f52 -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%);
|
|
735
703
|
background: #4c4f52 linear-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%);
|
|
736
704
|
color: rgba(255, 255, 255, 0.8);
|
|
737
705
|
}
|
|
738
706
|
|
|
739
707
|
/* Tertiary */
|
|
740
708
|
.ui.tertiary.segment {
|
|
741
|
-
background: #
|
|
709
|
+
background: #dcddde;
|
|
742
710
|
color: rgba(0, 0, 0, 0.6);
|
|
743
711
|
}
|
|
744
712
|
.ui.tertiary.inverted.segment {
|
|
745
|
-
background: #717579 -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.35)), to(rgba(255, 255, 255, 0.35)));
|
|
746
|
-
background: #717579 -webkit-linear-gradient(rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 100%);
|
|
747
713
|
background: #717579 linear-gradient(rgba(255, 255, 255, 0.35) 0, rgba(255, 255, 255, 0.35) 100%);
|
|
748
714
|
color: rgba(255, 255, 255, 0.8);
|
|
749
715
|
}
|
|
750
716
|
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
717
|
+
/* -------------------
|
|
718
|
+
Attached
|
|
719
|
+
-------------------- */
|
|
755
720
|
|
|
756
721
|
/* Middle */
|
|
757
722
|
.ui.attached.segment {
|
|
@@ -761,16 +726,17 @@
|
|
|
761
726
|
margin: 0 -1px;
|
|
762
727
|
width: calc(100% + 2px);
|
|
763
728
|
max-width: calc(100% + 2px);
|
|
764
|
-
|
|
765
|
-
box-shadow: none;
|
|
766
|
-
border: 1px solid #D4D4D5;
|
|
729
|
+
box-shadow: none;
|
|
767
730
|
}
|
|
768
|
-
.ui.attached
|
|
731
|
+
.ui.attached.segment:not(.basic) {
|
|
732
|
+
border: 1px solid #d4d4d5;
|
|
733
|
+
}
|
|
734
|
+
.ui.attached:not(.message):not(.text) + .ui.attached.segment:not(.top):not([class*="left attached"]):not([class*="right attached"]) {
|
|
769
735
|
border-top: none;
|
|
770
736
|
}
|
|
771
737
|
|
|
772
738
|
/* Top */
|
|
773
|
-
.ui[class*="top attached"]
|
|
739
|
+
.ui.segment[class*="top attached"] {
|
|
774
740
|
bottom: 0;
|
|
775
741
|
margin-bottom: 0;
|
|
776
742
|
top: 0;
|
|
@@ -780,6 +746,9 @@
|
|
|
780
746
|
.ui.segment[class*="top attached"]:first-child {
|
|
781
747
|
margin-top: 0;
|
|
782
748
|
}
|
|
749
|
+
.ui.tab.segment[class*="top attached"]:first-child {
|
|
750
|
+
margin-top: 1rem;
|
|
751
|
+
}
|
|
783
752
|
|
|
784
753
|
/* Bottom */
|
|
785
754
|
.ui.segment[class*="bottom attached"] {
|
|
@@ -787,18 +756,41 @@
|
|
|
787
756
|
margin-top: 0;
|
|
788
757
|
top: 0;
|
|
789
758
|
margin-bottom: 1rem;
|
|
790
|
-
|
|
791
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
|
|
759
|
+
box-shadow: 0 2px 1px -1px rgba(34, 36, 38, 0.15);
|
|
792
760
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
|
793
761
|
}
|
|
794
762
|
.ui.segment[class*="bottom attached"]:last-child {
|
|
763
|
+
margin-bottom: 0;
|
|
764
|
+
}
|
|
765
|
+
.ui.tab.segment[class*="bottom attached"]:last-child {
|
|
795
766
|
margin-bottom: 1rem;
|
|
796
767
|
}
|
|
768
|
+
.ui[class*="left attached"].segment {
|
|
769
|
+
margin-right: 0;
|
|
770
|
+
}
|
|
771
|
+
.ui[class*="right attached"].segment {
|
|
772
|
+
margin-left: 0;
|
|
773
|
+
}
|
|
774
|
+
.ui.seamless.attached.segment:not(.top):not(.bottom):not([class*="right attached"]):not([class*="left attached"]) {
|
|
775
|
+
border-top: none;
|
|
776
|
+
border-bottom: none;
|
|
777
|
+
}
|
|
778
|
+
.ui.seamless.attached.segment.top {
|
|
779
|
+
border-bottom: none;
|
|
780
|
+
}
|
|
781
|
+
.ui.seamless.attached.segment.bottom {
|
|
782
|
+
border-top: none;
|
|
783
|
+
}
|
|
784
|
+
.ui.seamless.attached.segment[class*="left attached"] {
|
|
785
|
+
border-right: none;
|
|
786
|
+
}
|
|
787
|
+
.ui.seamless.attached.segment[class*="right attached"] {
|
|
788
|
+
border-left: none;
|
|
789
|
+
}
|
|
797
790
|
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
791
|
+
/* --------------
|
|
792
|
+
Fitted
|
|
793
|
+
--------------- */
|
|
802
794
|
.ui.fitted.segment:not(.horizontally) {
|
|
803
795
|
padding-top: 0;
|
|
804
796
|
padding-bottom: 0;
|
|
@@ -808,10 +800,86 @@
|
|
|
808
800
|
padding-right: 0;
|
|
809
801
|
}
|
|
810
802
|
|
|
811
|
-
|
|
803
|
+
/* --------------
|
|
804
|
+
Scrolling
|
|
805
|
+
--------------- */
|
|
806
|
+
.ui.scrolling.segment {
|
|
807
|
+
overflow: auto;
|
|
808
|
+
-ms-scroll-chaining: none;
|
|
809
|
+
overscroll-behavior: none;
|
|
810
|
+
}
|
|
811
|
+
@media only screen and (max-width: 767.98px) {
|
|
812
|
+
.ui.scrolling.segment.short {
|
|
813
|
+
max-height: 11.25em;
|
|
814
|
+
}
|
|
815
|
+
.ui.scrolling.segment[class*="very short"] {
|
|
816
|
+
max-height: 7.5em;
|
|
817
|
+
}
|
|
818
|
+
.ui.scrolling.segment {
|
|
819
|
+
max-height: 15em;
|
|
820
|
+
}
|
|
821
|
+
.ui.scrolling.segment.long {
|
|
822
|
+
max-height: 30em;
|
|
823
|
+
}
|
|
824
|
+
.ui.scrolling.segment[class*="very long"] {
|
|
825
|
+
max-height: 45em;
|
|
826
|
+
}
|
|
827
|
+
}
|
|
828
|
+
@media only screen and (min-width: 768px) {
|
|
829
|
+
.ui.scrolling.segment.short {
|
|
830
|
+
max-height: 13.5em;
|
|
831
|
+
}
|
|
832
|
+
.ui.scrolling.segment[class*="very short"] {
|
|
833
|
+
max-height: 9em;
|
|
834
|
+
}
|
|
835
|
+
.ui.scrolling.segment {
|
|
836
|
+
max-height: 18em;
|
|
837
|
+
}
|
|
838
|
+
.ui.scrolling.segment.long {
|
|
839
|
+
max-height: 36em;
|
|
840
|
+
}
|
|
841
|
+
.ui.scrolling.segment[class*="very long"] {
|
|
842
|
+
max-height: 54em;
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
@media only screen and (min-width: 992px) {
|
|
846
|
+
.ui.scrolling.segment.short {
|
|
847
|
+
max-height: 18em;
|
|
848
|
+
}
|
|
849
|
+
.ui.scrolling.segment[class*="very short"] {
|
|
850
|
+
max-height: 12em;
|
|
851
|
+
}
|
|
852
|
+
.ui.scrolling.segment {
|
|
853
|
+
max-height: 24em;
|
|
854
|
+
}
|
|
855
|
+
.ui.scrolling.segment.long {
|
|
856
|
+
max-height: 48em;
|
|
857
|
+
}
|
|
858
|
+
.ui.scrolling.segment[class*="very long"] {
|
|
859
|
+
max-height: 72em;
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
@media only screen and (min-width: 1920px) {
|
|
863
|
+
.ui.scrolling.segment.short {
|
|
864
|
+
max-height: 22.5em;
|
|
865
|
+
}
|
|
866
|
+
.ui.scrolling.segment[class*="very short"] {
|
|
867
|
+
max-height: 15em;
|
|
868
|
+
}
|
|
869
|
+
.ui.scrolling.segment {
|
|
870
|
+
max-height: 30em;
|
|
871
|
+
}
|
|
872
|
+
.ui.scrolling.segment.long {
|
|
873
|
+
max-height: 60em;
|
|
874
|
+
}
|
|
875
|
+
.ui.scrolling.segment[class*="very long"] {
|
|
876
|
+
max-height: 90em;
|
|
877
|
+
}
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
/* -------------------
|
|
812
881
|
Size
|
|
813
|
-
|
|
814
|
-
|
|
882
|
+
-------------------- */
|
|
815
883
|
.ui.segments .segment,
|
|
816
884
|
.ui.segment {
|
|
817
885
|
font-size: 1rem;
|