@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
|
@@ -0,0 +1,552 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.2 - Flyout
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/*******************************
|
|
13
|
+
Flyout
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/* Flyout Menu */
|
|
18
|
+
.ui.flyout {
|
|
19
|
+
position: fixed;
|
|
20
|
+
top: 0;
|
|
21
|
+
left: 0;
|
|
22
|
+
-webkit-backface-visibility: hidden;
|
|
23
|
+
backface-visibility: hidden;
|
|
24
|
+
transition: none;
|
|
25
|
+
will-change: transform;
|
|
26
|
+
transform: translate3d(0, 0, 0);
|
|
27
|
+
visibility: hidden;
|
|
28
|
+
height: 100%;
|
|
29
|
+
max-height: 100%;
|
|
30
|
+
max-width: 100%;
|
|
31
|
+
border-radius: 0;
|
|
32
|
+
margin: 0;
|
|
33
|
+
overflow-y: hidden;
|
|
34
|
+
z-index: 102;
|
|
35
|
+
background: #fff;
|
|
36
|
+
outline: none;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/* GPU Layers for Child Elements */
|
|
40
|
+
.ui.flyout > * {
|
|
41
|
+
-webkit-backface-visibility: hidden;
|
|
42
|
+
backface-visibility: hidden;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/* --------------
|
|
46
|
+
Close
|
|
47
|
+
--------------- */
|
|
48
|
+
.ui.flyout > .close {
|
|
49
|
+
cursor: pointer;
|
|
50
|
+
position: absolute;
|
|
51
|
+
top: 1.25rem;
|
|
52
|
+
right: 1.5rem;
|
|
53
|
+
z-index: 1;
|
|
54
|
+
opacity: 0.8;
|
|
55
|
+
font-size: 1.25em;
|
|
56
|
+
color: rgba(0, 0, 0, 0.85);
|
|
57
|
+
width: 2.25rem;
|
|
58
|
+
height: 2.25rem;
|
|
59
|
+
padding: 0;
|
|
60
|
+
margin: 0 0 0 0.25rem;
|
|
61
|
+
text-align: right;
|
|
62
|
+
}
|
|
63
|
+
.ui.flyout > .close:focus,
|
|
64
|
+
.ui.flyout > .close:hover {
|
|
65
|
+
opacity: 1;
|
|
66
|
+
outline: none;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* --------------
|
|
70
|
+
Header
|
|
71
|
+
--------------- */
|
|
72
|
+
.ui.flyout > .header {
|
|
73
|
+
display: block;
|
|
74
|
+
background: #fff;
|
|
75
|
+
margin: 0;
|
|
76
|
+
padding: 1.25rem 1.5rem;
|
|
77
|
+
box-shadow: none;
|
|
78
|
+
color: rgba(0, 0, 0, 0.85);
|
|
79
|
+
border-bottom: 1px solid rgba(34, 36, 38, 0.15);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/* --------------
|
|
83
|
+
Content
|
|
84
|
+
--------------- */
|
|
85
|
+
.ui.flyout > .content {
|
|
86
|
+
display: block;
|
|
87
|
+
width: 100%;
|
|
88
|
+
font-size: 1em;
|
|
89
|
+
line-height: 1.4;
|
|
90
|
+
padding: 1.5rem;
|
|
91
|
+
background: #fff;
|
|
92
|
+
}
|
|
93
|
+
.ui.flyout > .content.scrolling {
|
|
94
|
+
overflow: auto;
|
|
95
|
+
-ms-scroll-chaining: none;
|
|
96
|
+
overscroll-behavior: none;
|
|
97
|
+
}
|
|
98
|
+
.ui.flyout.left > .content,
|
|
99
|
+
.ui.flyout.right > .content {
|
|
100
|
+
min-height: calc(100vh - 4.7rem);
|
|
101
|
+
}
|
|
102
|
+
.ui.flyout.left > .header + .content,
|
|
103
|
+
.ui.flyout.right > .header + .content {
|
|
104
|
+
min-height: calc(100vh - 9.1rem);
|
|
105
|
+
}
|
|
106
|
+
.ui.flyout.left > .scrolling.content,
|
|
107
|
+
.ui.flyout.right > .scrolling.content {
|
|
108
|
+
max-height: calc(100vh - 4.7rem);
|
|
109
|
+
}
|
|
110
|
+
.ui.flyout.left > .header + .scrolling.content,
|
|
111
|
+
.ui.flyout.right > .header + .scrolling.content {
|
|
112
|
+
max-height: calc(100vh - 9.1rem);
|
|
113
|
+
}
|
|
114
|
+
.ui.flyout.top > .scrolling.content,
|
|
115
|
+
.ui.flyout.bottom > .scrolling.content {
|
|
116
|
+
max-height: calc(80vh - 9.1rem);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/* --------------
|
|
120
|
+
Actions
|
|
121
|
+
--------------- */
|
|
122
|
+
.ui.flyout > .actions {
|
|
123
|
+
background: #f9fafb;
|
|
124
|
+
padding: 1rem;
|
|
125
|
+
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
|
126
|
+
text-align: right;
|
|
127
|
+
}
|
|
128
|
+
.ui.flyout .actions > .button:not(.fluid) {
|
|
129
|
+
margin-left: 0.75em;
|
|
130
|
+
}
|
|
131
|
+
.ui.ui.flyout > .basic.actions {
|
|
132
|
+
border-top: none;
|
|
133
|
+
}
|
|
134
|
+
.ui.flyout > .left.actions {
|
|
135
|
+
text-align: left;
|
|
136
|
+
}
|
|
137
|
+
.ui.flyout > .left.actions > .button:not(.fluid) {
|
|
138
|
+
margin-left: 0.5em;
|
|
139
|
+
margin-right: 0.5em;
|
|
140
|
+
}
|
|
141
|
+
.ui.flyout > .centered,
|
|
142
|
+
.ui.flyout > .center.aligned {
|
|
143
|
+
text-align: center;
|
|
144
|
+
}
|
|
145
|
+
.ui.flyout > .centered.actions > .button:not(.fluid),
|
|
146
|
+
.ui.flyout > .center.aligned.actions > .button:not(.fluid) {
|
|
147
|
+
margin-left: 0.5em;
|
|
148
|
+
margin-right: 0.5em;
|
|
149
|
+
}
|
|
150
|
+
.ui.ui.flyout > .basic.header,
|
|
151
|
+
.ui.ui.flyout > .basic.actions {
|
|
152
|
+
background-color: transparent;
|
|
153
|
+
}
|
|
154
|
+
.ui.flyout > .basic.header {
|
|
155
|
+
border-bottom: none;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
/* --------------
|
|
159
|
+
Direction
|
|
160
|
+
--------------- */
|
|
161
|
+
.ui.left.flyout {
|
|
162
|
+
right: auto;
|
|
163
|
+
left: 0;
|
|
164
|
+
transform: translate3d(-100%, 0, 0);
|
|
165
|
+
}
|
|
166
|
+
.ui.right.flyout {
|
|
167
|
+
right: 0;
|
|
168
|
+
left: auto;
|
|
169
|
+
transform: translate3d(100%, 0, 0);
|
|
170
|
+
}
|
|
171
|
+
.ui.top.flyout,
|
|
172
|
+
.ui.bottom.flyout {
|
|
173
|
+
width: 100%;
|
|
174
|
+
height: auto;
|
|
175
|
+
}
|
|
176
|
+
.ui.top.flyout {
|
|
177
|
+
top: 0;
|
|
178
|
+
bottom: auto;
|
|
179
|
+
transform: translate3d(0, -100%, 0);
|
|
180
|
+
}
|
|
181
|
+
.ui.bottom.flyout {
|
|
182
|
+
top: auto;
|
|
183
|
+
bottom: 0;
|
|
184
|
+
transform: translate3d(0, 100%, 0);
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
/* --------------
|
|
188
|
+
Pushable
|
|
189
|
+
--------------- */
|
|
190
|
+
.pushable.pushable.pushable {
|
|
191
|
+
height: 100%;
|
|
192
|
+
overflow-x: hidden;
|
|
193
|
+
padding: 0;
|
|
194
|
+
}
|
|
195
|
+
.pushable.pushable.pushable.locked {
|
|
196
|
+
overflow-y: hidden;
|
|
197
|
+
background: inherit;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
/* Whole Page */
|
|
201
|
+
body.pushable {
|
|
202
|
+
background: #545454;
|
|
203
|
+
}
|
|
204
|
+
body.pushable.dimmed {
|
|
205
|
+
background: inherit;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/* Page Context */
|
|
209
|
+
.pushable:not(body) {
|
|
210
|
+
transform: translate3d(0, 0, 0);
|
|
211
|
+
overflow-y: hidden;
|
|
212
|
+
}
|
|
213
|
+
.pushable:not(body) > .ui.flyout,
|
|
214
|
+
.pushable:not(body) > .fixed,
|
|
215
|
+
.pushable:not(body) > .pusher::after {
|
|
216
|
+
position: absolute;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/* --------------
|
|
220
|
+
Fixed
|
|
221
|
+
--------------- */
|
|
222
|
+
.pushable > .fixed {
|
|
223
|
+
position: fixed;
|
|
224
|
+
-webkit-backface-visibility: hidden;
|
|
225
|
+
backface-visibility: hidden;
|
|
226
|
+
transition: transform 500ms ease;
|
|
227
|
+
will-change: transform;
|
|
228
|
+
z-index: 101;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
/* --------------
|
|
232
|
+
Page
|
|
233
|
+
--------------- */
|
|
234
|
+
.pushable > .pusher {
|
|
235
|
+
position: relative;
|
|
236
|
+
-webkit-backface-visibility: hidden;
|
|
237
|
+
backface-visibility: hidden;
|
|
238
|
+
min-height: 100%;
|
|
239
|
+
transition: transform 500ms ease;
|
|
240
|
+
z-index: 2;
|
|
241
|
+
|
|
242
|
+
/* Pusher should inherit background from context */
|
|
243
|
+
background: inherit;
|
|
244
|
+
}
|
|
245
|
+
.pushable > .pusher:not(.overflowing) {
|
|
246
|
+
overflow: hidden;
|
|
247
|
+
}
|
|
248
|
+
body.pushable > .pusher {
|
|
249
|
+
background: #fff;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/* --------------
|
|
253
|
+
Dimmer
|
|
254
|
+
--------------- */
|
|
255
|
+
.pushable > .pusher::after {
|
|
256
|
+
position: fixed;
|
|
257
|
+
top: 0;
|
|
258
|
+
right: 0;
|
|
259
|
+
content: "";
|
|
260
|
+
background: rgba(0, 0, 0, 0.4);
|
|
261
|
+
overflow: hidden;
|
|
262
|
+
opacity: 0;
|
|
263
|
+
transition: all 500ms;
|
|
264
|
+
will-change: opacity;
|
|
265
|
+
z-index: 1000;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
/* --------------
|
|
269
|
+
Coupling
|
|
270
|
+
--------------- */
|
|
271
|
+
.ui.flyout.menu .item {
|
|
272
|
+
border-radius: 0 !important;
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
/*******************************
|
|
277
|
+
States
|
|
278
|
+
*******************************/
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
/* --------------
|
|
282
|
+
Dimmed
|
|
283
|
+
--------------- */
|
|
284
|
+
.pushable > .pusher.dimmed::after {
|
|
285
|
+
width: 100% !important;
|
|
286
|
+
height: 100% !important;
|
|
287
|
+
opacity: 1 !important;
|
|
288
|
+
}
|
|
289
|
+
.pushable > .pusher.dimmed.blurring:not(.closing)::after {
|
|
290
|
+
background: rgba(0, 0, 0, 0.6);
|
|
291
|
+
-webkit-backdrop-filter: blur(5px) grayscale(0.7);
|
|
292
|
+
backdrop-filter: blur(5px) grayscale(0.7);
|
|
293
|
+
}
|
|
294
|
+
.pushable > .pusher.closing.dimmed::after {
|
|
295
|
+
opacity: 0 !important;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
/* --------------
|
|
299
|
+
Animating
|
|
300
|
+
--------------- */
|
|
301
|
+
.ui.animating.flyout {
|
|
302
|
+
visibility: visible;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
/* --------------
|
|
306
|
+
Visible
|
|
307
|
+
--------------- */
|
|
308
|
+
.ui.visible.flyout {
|
|
309
|
+
visibility: visible;
|
|
310
|
+
transform: translate3d(0, 0, 0);
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
/* Shadow Direction */
|
|
314
|
+
.ui.left.visible.flyout,
|
|
315
|
+
.ui.right.visible.flyout {
|
|
316
|
+
box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
|
|
317
|
+
}
|
|
318
|
+
.ui.top.visible.flyout,
|
|
319
|
+
.ui.bottom.visible.flyout {
|
|
320
|
+
box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
/* Visible On Load */
|
|
324
|
+
.ui.visible.left.flyout ~ .fixed,
|
|
325
|
+
.ui.visible.left.flyout ~ .pusher {
|
|
326
|
+
transform: translate3d(400px, 0, 0);
|
|
327
|
+
}
|
|
328
|
+
.ui.visible.right.flyout ~ .fixed,
|
|
329
|
+
.ui.visible.right.flyout ~ .pusher {
|
|
330
|
+
transform: translate3d(-400px, 0, 0);
|
|
331
|
+
}
|
|
332
|
+
.ui.visible.top.flyout ~ .fixed,
|
|
333
|
+
.ui.visible.top.flyout ~ .pusher {
|
|
334
|
+
transform: translate3d(0, 36px, 0);
|
|
335
|
+
}
|
|
336
|
+
.ui.visible.bottom.flyout ~ .fixed,
|
|
337
|
+
.ui.visible.bottom.flyout ~ .pusher {
|
|
338
|
+
transform: translate3d(0, -36px, 0);
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
/* opposite sides visible forces content overlay */
|
|
342
|
+
.ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .fixed,
|
|
343
|
+
.ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .pusher,
|
|
344
|
+
.ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .fixed,
|
|
345
|
+
.ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .pusher {
|
|
346
|
+
transform: translate3d(0, 0, 0);
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
/* --------------
|
|
350
|
+
Inverted
|
|
351
|
+
--------------- */
|
|
352
|
+
.ui.flyout.inverted {
|
|
353
|
+
background: #000;
|
|
354
|
+
}
|
|
355
|
+
.ui.flyout.inverted > .close {
|
|
356
|
+
color: #fff;
|
|
357
|
+
}
|
|
358
|
+
.ui.flyout.inverted > .header,
|
|
359
|
+
.ui.flyout.inverted > .content {
|
|
360
|
+
background: #000;
|
|
361
|
+
color: #fff;
|
|
362
|
+
}
|
|
363
|
+
.ui.flyout.inverted > .actions {
|
|
364
|
+
background: #191a1b;
|
|
365
|
+
border-top: 1px solid rgba(34, 36, 38, 0.85);
|
|
366
|
+
color: #fff;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
/*******************************
|
|
371
|
+
Variations
|
|
372
|
+
*******************************/
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
/* --------------
|
|
376
|
+
Width
|
|
377
|
+
--------------- */
|
|
378
|
+
|
|
379
|
+
/* Left / Right */
|
|
380
|
+
.ui.left.flyout,
|
|
381
|
+
.ui.right.flyout {
|
|
382
|
+
width: 400px;
|
|
383
|
+
}
|
|
384
|
+
.ui.thin.left.flyout,
|
|
385
|
+
.ui.thin.right.flyout {
|
|
386
|
+
width: 200px;
|
|
387
|
+
}
|
|
388
|
+
.ui[class*="very thin"].left.flyout,
|
|
389
|
+
.ui[class*="very thin"].right.flyout {
|
|
390
|
+
width: 120px;
|
|
391
|
+
}
|
|
392
|
+
.ui.wide.left.flyout,
|
|
393
|
+
.ui.wide.right.flyout {
|
|
394
|
+
width: 600px;
|
|
395
|
+
}
|
|
396
|
+
.ui[class*="very wide"].left.flyout,
|
|
397
|
+
.ui[class*="very wide"].right.flyout {
|
|
398
|
+
width: 800px;
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
/* Left Visible */
|
|
402
|
+
.ui.visible.thin.left.flyout ~ .fixed,
|
|
403
|
+
.ui.visible.thin.left.flyout ~ .pusher {
|
|
404
|
+
transform: translate3d(200px, 0, 0);
|
|
405
|
+
}
|
|
406
|
+
.ui.visible[class*="very thin"].left.flyout ~ .fixed,
|
|
407
|
+
.ui.visible[class*="very thin"].left.flyout ~ .pusher {
|
|
408
|
+
transform: translate3d(120px, 0, 0);
|
|
409
|
+
}
|
|
410
|
+
.ui.visible.wide.left.flyout ~ .fixed,
|
|
411
|
+
.ui.visible.wide.left.flyout ~ .pusher {
|
|
412
|
+
transform: translate3d(600px, 0, 0);
|
|
413
|
+
}
|
|
414
|
+
.ui.visible[class*="very wide"].left.flyout ~ .fixed,
|
|
415
|
+
.ui.visible[class*="very wide"].left.flyout ~ .pusher {
|
|
416
|
+
transform: translate3d(800px, 0, 0);
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
/* Right Visible */
|
|
420
|
+
.ui.visible.thin.right.flyout ~ .fixed,
|
|
421
|
+
.ui.visible.thin.right.flyout ~ .pusher {
|
|
422
|
+
transform: translate3d(-200px, 0, 0);
|
|
423
|
+
}
|
|
424
|
+
.ui.visible[class*="very thin"].right.flyout ~ .fixed,
|
|
425
|
+
.ui.visible[class*="very thin"].right.flyout ~ .pusher {
|
|
426
|
+
transform: translate3d(-120px, 0, 0);
|
|
427
|
+
}
|
|
428
|
+
.ui.visible.wide.right.flyout ~ .fixed,
|
|
429
|
+
.ui.visible.wide.right.flyout ~ .pusher {
|
|
430
|
+
transform: translate3d(-600px, 0, 0);
|
|
431
|
+
}
|
|
432
|
+
.ui.visible[class*="very wide"].right.flyout ~ .fixed,
|
|
433
|
+
.ui.visible[class*="very wide"].right.flyout ~ .pusher {
|
|
434
|
+
transform: translate3d(-800px, 0, 0);
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
/* Fullscreen */
|
|
438
|
+
.ui.fullscreen.flyout {
|
|
439
|
+
width: 100%;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
/* -------------------
|
|
443
|
+
Column Width
|
|
444
|
+
-------------------- */
|
|
445
|
+
|
|
446
|
+
/* Sizing Combinations */
|
|
447
|
+
.ui[class*="one wide"].flyout:not(.fullscreen) {
|
|
448
|
+
width: 6.25%;
|
|
449
|
+
}
|
|
450
|
+
.ui[class*="two wide"].flyout:not(.fullscreen) {
|
|
451
|
+
width: 12.5%;
|
|
452
|
+
}
|
|
453
|
+
.ui[class*="three wide"].flyout:not(.fullscreen) {
|
|
454
|
+
width: 18.75%;
|
|
455
|
+
}
|
|
456
|
+
.ui[class*="four wide"].flyout:not(.fullscreen) {
|
|
457
|
+
width: 25%;
|
|
458
|
+
}
|
|
459
|
+
.ui[class*="five wide"].flyout:not(.fullscreen) {
|
|
460
|
+
width: 31.25%;
|
|
461
|
+
}
|
|
462
|
+
.ui[class*="six wide"].flyout:not(.fullscreen) {
|
|
463
|
+
width: 37.5%;
|
|
464
|
+
}
|
|
465
|
+
.ui[class*="seven wide"].flyout:not(.fullscreen) {
|
|
466
|
+
width: 43.75%;
|
|
467
|
+
}
|
|
468
|
+
.ui[class*="eight wide"].flyout:not(.fullscreen) {
|
|
469
|
+
width: 50%;
|
|
470
|
+
}
|
|
471
|
+
.ui[class*="nine wide"].flyout:not(.fullscreen) {
|
|
472
|
+
width: 56.25%;
|
|
473
|
+
}
|
|
474
|
+
.ui[class*="ten wide"].flyout:not(.fullscreen) {
|
|
475
|
+
width: 62.5%;
|
|
476
|
+
}
|
|
477
|
+
.ui[class*="eleven wide"].flyout:not(.fullscreen) {
|
|
478
|
+
width: 68.75%;
|
|
479
|
+
}
|
|
480
|
+
.ui[class*="twelve wide"].flyout:not(.fullscreen) {
|
|
481
|
+
width: 75%;
|
|
482
|
+
}
|
|
483
|
+
.ui[class*="thirteen wide"].flyout:not(.fullscreen) {
|
|
484
|
+
width: 81.25%;
|
|
485
|
+
}
|
|
486
|
+
.ui[class*="fourteen wide"].flyout:not(.fullscreen) {
|
|
487
|
+
width: 87.5%;
|
|
488
|
+
}
|
|
489
|
+
.ui[class*="fifteen wide"].flyout:not(.fullscreen) {
|
|
490
|
+
width: 93.75%;
|
|
491
|
+
}
|
|
492
|
+
.ui[class*="sixteen wide"].flyout:not(.fullscreen) {
|
|
493
|
+
width: 100%;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
/*******************************
|
|
498
|
+
Animations
|
|
499
|
+
*******************************/
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
/* --------------
|
|
503
|
+
Overlay
|
|
504
|
+
--------------- */
|
|
505
|
+
|
|
506
|
+
/* Set-up */
|
|
507
|
+
.ui.overlay.flyout {
|
|
508
|
+
z-index: 102;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
/* Initial */
|
|
512
|
+
.ui.left.overlay.flyout {
|
|
513
|
+
transform: translate3d(-100%, 0, 0);
|
|
514
|
+
}
|
|
515
|
+
.ui.right.overlay.flyout {
|
|
516
|
+
transform: translate3d(100%, 0, 0);
|
|
517
|
+
}
|
|
518
|
+
.ui.top.overlay.flyout {
|
|
519
|
+
transform: translate3d(0, -100%, 0);
|
|
520
|
+
}
|
|
521
|
+
.ui.bottom.overlay.flyout {
|
|
522
|
+
transform: translate3d(0, 100%, 0);
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
/* Animation */
|
|
526
|
+
.animating.ui.overlay.flyout,
|
|
527
|
+
.ui.visible.overlay.flyout {
|
|
528
|
+
transition: transform 500ms ease;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
/* End - flyout */
|
|
532
|
+
.ui.visible.overlay.flyout {
|
|
533
|
+
transform: translate3d(0, 0, 0);
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
/* End - Pusher */
|
|
537
|
+
.ui.visible.overlay.flyout ~ .fixed,
|
|
538
|
+
.ui.visible.overlay.flyout ~ .pusher {
|
|
539
|
+
transform: none !important;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
/*******************************
|
|
544
|
+
Theme Overrides
|
|
545
|
+
*******************************/
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
/*******************************
|
|
550
|
+
User Overrides
|
|
551
|
+
*******************************/
|
|
552
|
+
|