@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 - Sidebar
|
|
3
|
-
*
|
|
2
|
+
* # Fomantic-UI 2.9.2 - Sidebar
|
|
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
|
|
|
@@ -21,18 +21,17 @@
|
|
|
21
21
|
left: 0;
|
|
22
22
|
-webkit-backface-visibility: hidden;
|
|
23
23
|
backface-visibility: hidden;
|
|
24
|
-
-webkit-transition: none;
|
|
25
24
|
transition: none;
|
|
26
25
|
will-change: transform;
|
|
27
|
-
|
|
28
|
-
transform: translate3d(0, 0, 0);
|
|
26
|
+
transform: translate3d(0, 0, 0);
|
|
29
27
|
visibility: hidden;
|
|
30
|
-
-webkit-overflow-scrolling: touch;
|
|
31
28
|
height: 100% !important;
|
|
32
29
|
max-height: 100%;
|
|
33
30
|
border-radius: 0 !important;
|
|
34
31
|
margin: 0 !important;
|
|
35
32
|
overflow-y: auto !important;
|
|
33
|
+
-ms-scroll-chaining: none;
|
|
34
|
+
overscroll-behavior: none;
|
|
36
35
|
z-index: 102;
|
|
37
36
|
}
|
|
38
37
|
|
|
@@ -42,21 +41,18 @@
|
|
|
42
41
|
backface-visibility: hidden;
|
|
43
42
|
}
|
|
44
43
|
|
|
45
|
-
|
|
44
|
+
/* --------------
|
|
46
45
|
Direction
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
--------------- */
|
|
49
47
|
.ui.left.sidebar {
|
|
50
48
|
right: auto;
|
|
51
49
|
left: 0;
|
|
52
|
-
|
|
53
|
-
transform: translate3d(-100%, 0, 0);
|
|
50
|
+
transform: translate3d(-100%, 0, 0);
|
|
54
51
|
}
|
|
55
52
|
.ui.right.sidebar {
|
|
56
53
|
right: 0 !important;
|
|
57
54
|
left: auto !important;
|
|
58
|
-
|
|
59
|
-
transform: translate3d(100%, 0, 0);
|
|
55
|
+
transform: translate3d(100%, 0, 0);
|
|
60
56
|
}
|
|
61
57
|
.ui.top.sidebar,
|
|
62
58
|
.ui.bottom.sidebar {
|
|
@@ -66,24 +62,25 @@
|
|
|
66
62
|
.ui.top.sidebar {
|
|
67
63
|
top: 0 !important;
|
|
68
64
|
bottom: auto !important;
|
|
69
|
-
|
|
70
|
-
transform: translate3d(0, -100%, 0);
|
|
65
|
+
transform: translate3d(0, -100%, 0);
|
|
71
66
|
}
|
|
72
67
|
.ui.bottom.sidebar {
|
|
73
68
|
top: auto !important;
|
|
74
69
|
bottom: 0 !important;
|
|
75
|
-
|
|
76
|
-
transform: translate3d(0, 100%, 0);
|
|
70
|
+
transform: translate3d(0, 100%, 0);
|
|
77
71
|
}
|
|
78
72
|
|
|
79
|
-
|
|
73
|
+
/* --------------
|
|
80
74
|
Pushable
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
.pushable {
|
|
75
|
+
--------------- */
|
|
76
|
+
.pushable.pushable.pushable {
|
|
84
77
|
height: 100%;
|
|
85
78
|
overflow-x: hidden;
|
|
86
|
-
padding: 0
|
|
79
|
+
padding: 0;
|
|
80
|
+
}
|
|
81
|
+
.pushable.pushable.pushable.locked {
|
|
82
|
+
overflow-y: hidden;
|
|
83
|
+
background: inherit;
|
|
87
84
|
}
|
|
88
85
|
|
|
89
86
|
/* Whole Page */
|
|
@@ -96,76 +93,67 @@ body.pushable.dimmed {
|
|
|
96
93
|
|
|
97
94
|
/* Page Context */
|
|
98
95
|
.pushable:not(body) {
|
|
99
|
-
|
|
100
|
-
|
|
96
|
+
transform: translate3d(0, 0, 0);
|
|
97
|
+
overflow-y: hidden;
|
|
101
98
|
}
|
|
102
99
|
.pushable:not(body) > .ui.sidebar,
|
|
103
100
|
.pushable:not(body) > .fixed,
|
|
104
|
-
.pushable:not(body) > .pusher
|
|
101
|
+
.pushable:not(body) > .pusher::after {
|
|
105
102
|
position: absolute;
|
|
106
103
|
}
|
|
107
104
|
|
|
108
|
-
|
|
105
|
+
/* --------------
|
|
109
106
|
Fixed
|
|
110
|
-
|
|
111
|
-
|
|
107
|
+
--------------- */
|
|
112
108
|
.pushable > .fixed {
|
|
113
109
|
position: fixed;
|
|
114
110
|
-webkit-backface-visibility: hidden;
|
|
115
111
|
backface-visibility: hidden;
|
|
116
|
-
-webkit-transition: -webkit-transform 500ms ease;
|
|
117
|
-
transition: -webkit-transform 500ms ease;
|
|
118
112
|
transition: transform 500ms ease;
|
|
119
|
-
transition: transform 500ms ease, -webkit-transform 500ms ease;
|
|
120
113
|
will-change: transform;
|
|
121
114
|
z-index: 101;
|
|
122
115
|
}
|
|
123
116
|
|
|
124
|
-
|
|
117
|
+
/* --------------
|
|
125
118
|
Page
|
|
126
|
-
|
|
127
|
-
|
|
119
|
+
--------------- */
|
|
128
120
|
.pushable > .pusher {
|
|
129
121
|
position: relative;
|
|
130
122
|
-webkit-backface-visibility: hidden;
|
|
131
123
|
backface-visibility: hidden;
|
|
132
|
-
overflow: hidden;
|
|
133
124
|
min-height: 100%;
|
|
134
|
-
-webkit-transition: -webkit-transform 500ms ease;
|
|
135
|
-
transition: -webkit-transform 500ms ease;
|
|
136
125
|
transition: transform 500ms ease;
|
|
137
|
-
transition: transform 500ms ease, -webkit-transform 500ms ease;
|
|
138
126
|
z-index: 2;
|
|
139
127
|
|
|
140
128
|
/* Pusher should inherit background from context */
|
|
141
129
|
background: inherit;
|
|
142
130
|
}
|
|
131
|
+
.pushable > .pusher:not(.overflowing) {
|
|
132
|
+
overflow: hidden;
|
|
133
|
+
}
|
|
143
134
|
body.pushable > .pusher {
|
|
144
|
-
background: #
|
|
135
|
+
background: #fff;
|
|
145
136
|
}
|
|
146
137
|
|
|
147
|
-
|
|
138
|
+
/* --------------
|
|
148
139
|
Dimmer
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
.pushable > .pusher:after {
|
|
140
|
+
--------------- */
|
|
141
|
+
.pushable > .pusher::after {
|
|
152
142
|
position: fixed;
|
|
153
143
|
top: 0;
|
|
154
144
|
right: 0;
|
|
155
|
-
content:
|
|
156
|
-
background
|
|
145
|
+
content: "";
|
|
146
|
+
background: rgba(0, 0, 0, 0.4);
|
|
157
147
|
overflow: hidden;
|
|
158
148
|
opacity: 0;
|
|
159
|
-
|
|
160
|
-
transition: opacity 500ms;
|
|
149
|
+
transition: all 500ms;
|
|
161
150
|
will-change: opacity;
|
|
162
151
|
z-index: 1000;
|
|
163
152
|
}
|
|
164
153
|
|
|
165
|
-
|
|
154
|
+
/* --------------
|
|
166
155
|
Coupling
|
|
167
|
-
|
|
168
|
-
|
|
156
|
+
--------------- */
|
|
169
157
|
.ui.sidebar.menu .item {
|
|
170
158
|
border-radius: 0 !important;
|
|
171
159
|
}
|
|
@@ -176,66 +164,64 @@ body.pushable > .pusher {
|
|
|
176
164
|
*******************************/
|
|
177
165
|
|
|
178
166
|
|
|
179
|
-
|
|
167
|
+
/* --------------
|
|
180
168
|
Dimmed
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
.pushable > .pusher.dimmed:after {
|
|
169
|
+
--------------- */
|
|
170
|
+
.pushable > .pusher.dimmed::after {
|
|
184
171
|
width: 100% !important;
|
|
185
172
|
height: 100% !important;
|
|
186
173
|
opacity: 1 !important;
|
|
187
174
|
}
|
|
175
|
+
.pushable > .pusher.dimmed.blurring:not(.closing)::after {
|
|
176
|
+
background: rgba(0, 0, 0, 0.6);
|
|
177
|
+
-webkit-backdrop-filter: blur(5px) grayscale(0.7);
|
|
178
|
+
backdrop-filter: blur(5px) grayscale(0.7);
|
|
179
|
+
}
|
|
180
|
+
.pushable > .pusher.closing.dimmed::after {
|
|
181
|
+
opacity: 0 !important;
|
|
182
|
+
}
|
|
188
183
|
|
|
189
|
-
|
|
184
|
+
/* --------------
|
|
190
185
|
Animating
|
|
191
|
-
|
|
192
|
-
|
|
186
|
+
--------------- */
|
|
193
187
|
.ui.animating.sidebar {
|
|
194
188
|
visibility: visible;
|
|
195
189
|
}
|
|
196
190
|
|
|
197
|
-
|
|
191
|
+
/* --------------
|
|
198
192
|
Visible
|
|
199
|
-
|
|
200
|
-
|
|
193
|
+
--------------- */
|
|
201
194
|
.ui.visible.sidebar {
|
|
202
195
|
visibility: visible;
|
|
203
|
-
|
|
204
|
-
transform: translate3d(0, 0, 0);
|
|
196
|
+
transform: translate3d(0, 0, 0);
|
|
205
197
|
}
|
|
206
198
|
|
|
207
199
|
/* Shadow Direction */
|
|
208
200
|
.ui.left.visible.sidebar,
|
|
209
201
|
.ui.right.visible.sidebar {
|
|
210
|
-
|
|
211
|
-
box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
|
|
202
|
+
box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
|
|
212
203
|
}
|
|
213
204
|
.ui.top.visible.sidebar,
|
|
214
205
|
.ui.bottom.visible.sidebar {
|
|
215
|
-
|
|
216
|
-
box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
|
|
206
|
+
box-shadow: 0 0 20px rgba(34, 36, 38, 0.15);
|
|
217
207
|
}
|
|
218
208
|
|
|
219
209
|
/* Visible On Load */
|
|
220
210
|
.ui.visible.left.sidebar ~ .fixed,
|
|
221
211
|
.ui.visible.left.sidebar ~ .pusher {
|
|
222
|
-
|
|
223
|
-
transform: translate3d(260px, 0, 0);
|
|
212
|
+
transform: translate3d(260px, 0, 0);
|
|
224
213
|
}
|
|
225
214
|
.ui.visible.right.sidebar ~ .fixed,
|
|
226
215
|
.ui.visible.right.sidebar ~ .pusher {
|
|
227
|
-
|
|
228
|
-
transform: translate3d(-260px, 0, 0);
|
|
216
|
+
transform: translate3d(-260px, 0, 0);
|
|
229
217
|
}
|
|
230
218
|
.ui.visible.top.sidebar ~ .fixed,
|
|
231
219
|
.ui.visible.top.sidebar ~ .pusher {
|
|
232
|
-
|
|
233
|
-
transform: translate3d(0, 36px, 0);
|
|
220
|
+
transform: translate3d(0, 36px, 0);
|
|
234
221
|
}
|
|
235
222
|
.ui.visible.bottom.sidebar ~ .fixed,
|
|
236
223
|
.ui.visible.bottom.sidebar ~ .pusher {
|
|
237
|
-
|
|
238
|
-
transform: translate3d(0, -36px, 0);
|
|
224
|
+
transform: translate3d(0, -36px, 0);
|
|
239
225
|
}
|
|
240
226
|
|
|
241
227
|
/* opposite sides visible forces content overlay */
|
|
@@ -243,14 +229,12 @@ body.pushable > .pusher {
|
|
|
243
229
|
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
|
|
244
230
|
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
|
|
245
231
|
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
|
|
246
|
-
|
|
247
|
-
transform: translate3d(0, 0, 0);
|
|
232
|
+
transform: translate3d(0, 0, 0);
|
|
248
233
|
}
|
|
249
234
|
|
|
250
|
-
|
|
235
|
+
/* --------------
|
|
251
236
|
iOS
|
|
252
|
-
|
|
253
|
-
|
|
237
|
+
--------------- */
|
|
254
238
|
|
|
255
239
|
|
|
256
240
|
/*******************************
|
|
@@ -258,10 +242,9 @@ body.pushable > .pusher {
|
|
|
258
242
|
*******************************/
|
|
259
243
|
|
|
260
244
|
|
|
261
|
-
|
|
245
|
+
/* --------------
|
|
262
246
|
Width
|
|
263
|
-
|
|
264
|
-
|
|
247
|
+
--------------- */
|
|
265
248
|
|
|
266
249
|
/* Left / Right */
|
|
267
250
|
.ui.thin.left.sidebar,
|
|
@@ -288,45 +271,37 @@ body.pushable > .pusher {
|
|
|
288
271
|
/* Left Visible */
|
|
289
272
|
.ui.visible.thin.left.sidebar ~ .fixed,
|
|
290
273
|
.ui.visible.thin.left.sidebar ~ .pusher {
|
|
291
|
-
|
|
292
|
-
transform: translate3d(150px, 0, 0);
|
|
274
|
+
transform: translate3d(150px, 0, 0);
|
|
293
275
|
}
|
|
294
276
|
.ui.visible[class*="very thin"].left.sidebar ~ .fixed,
|
|
295
277
|
.ui.visible[class*="very thin"].left.sidebar ~ .pusher {
|
|
296
|
-
|
|
297
|
-
transform: translate3d(60px, 0, 0);
|
|
278
|
+
transform: translate3d(60px, 0, 0);
|
|
298
279
|
}
|
|
299
280
|
.ui.visible.wide.left.sidebar ~ .fixed,
|
|
300
281
|
.ui.visible.wide.left.sidebar ~ .pusher {
|
|
301
|
-
|
|
302
|
-
transform: translate3d(350px, 0, 0);
|
|
282
|
+
transform: translate3d(350px, 0, 0);
|
|
303
283
|
}
|
|
304
284
|
.ui.visible[class*="very wide"].left.sidebar ~ .fixed,
|
|
305
285
|
.ui.visible[class*="very wide"].left.sidebar ~ .pusher {
|
|
306
|
-
|
|
307
|
-
transform: translate3d(475px, 0, 0);
|
|
286
|
+
transform: translate3d(475px, 0, 0);
|
|
308
287
|
}
|
|
309
288
|
|
|
310
289
|
/* Right Visible */
|
|
311
290
|
.ui.visible.thin.right.sidebar ~ .fixed,
|
|
312
291
|
.ui.visible.thin.right.sidebar ~ .pusher {
|
|
313
|
-
|
|
314
|
-
transform: translate3d(-150px, 0, 0);
|
|
292
|
+
transform: translate3d(-150px, 0, 0);
|
|
315
293
|
}
|
|
316
294
|
.ui.visible[class*="very thin"].right.sidebar ~ .fixed,
|
|
317
295
|
.ui.visible[class*="very thin"].right.sidebar ~ .pusher {
|
|
318
|
-
|
|
319
|
-
transform: translate3d(-60px, 0, 0);
|
|
296
|
+
transform: translate3d(-60px, 0, 0);
|
|
320
297
|
}
|
|
321
298
|
.ui.visible.wide.right.sidebar ~ .fixed,
|
|
322
299
|
.ui.visible.wide.right.sidebar ~ .pusher {
|
|
323
|
-
|
|
324
|
-
transform: translate3d(-350px, 0, 0);
|
|
300
|
+
transform: translate3d(-350px, 0, 0);
|
|
325
301
|
}
|
|
326
302
|
.ui.visible[class*="very wide"].right.sidebar ~ .fixed,
|
|
327
303
|
.ui.visible[class*="very wide"].right.sidebar ~ .pusher {
|
|
328
|
-
|
|
329
|
-
transform: translate3d(-475px, 0, 0);
|
|
304
|
+
transform: translate3d(-475px, 0, 0);
|
|
330
305
|
}
|
|
331
306
|
|
|
332
307
|
|
|
@@ -335,10 +310,9 @@ body.pushable > .pusher {
|
|
|
335
310
|
*******************************/
|
|
336
311
|
|
|
337
312
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
313
|
+
/* --------------
|
|
314
|
+
Overlay
|
|
315
|
+
--------------- */
|
|
342
316
|
|
|
343
317
|
/* Set-up */
|
|
344
318
|
.ui.overlay.sidebar {
|
|
@@ -347,120 +321,92 @@ body.pushable > .pusher {
|
|
|
347
321
|
|
|
348
322
|
/* Initial */
|
|
349
323
|
.ui.left.overlay.sidebar {
|
|
350
|
-
|
|
351
|
-
transform: translate3d(-100%, 0, 0);
|
|
324
|
+
transform: translate3d(-100%, 0, 0);
|
|
352
325
|
}
|
|
353
326
|
.ui.right.overlay.sidebar {
|
|
354
|
-
|
|
355
|
-
transform: translate3d(100%, 0, 0);
|
|
327
|
+
transform: translate3d(100%, 0, 0);
|
|
356
328
|
}
|
|
357
329
|
.ui.top.overlay.sidebar {
|
|
358
|
-
|
|
359
|
-
transform: translate3d(0%, -100%, 0);
|
|
330
|
+
transform: translate3d(0, -100%, 0);
|
|
360
331
|
}
|
|
361
332
|
.ui.bottom.overlay.sidebar {
|
|
362
|
-
|
|
363
|
-
transform: translate3d(0%, 100%, 0);
|
|
333
|
+
transform: translate3d(0, 100%, 0);
|
|
364
334
|
}
|
|
365
335
|
|
|
366
336
|
/* Animation */
|
|
367
337
|
.animating.ui.overlay.sidebar,
|
|
368
338
|
.ui.visible.overlay.sidebar {
|
|
369
|
-
-webkit-transition: -webkit-transform 500ms ease;
|
|
370
|
-
transition: -webkit-transform 500ms ease;
|
|
371
339
|
transition: transform 500ms ease;
|
|
372
|
-
transition: transform 500ms ease, -webkit-transform 500ms ease;
|
|
373
340
|
}
|
|
374
341
|
|
|
375
342
|
/* End - Sidebar */
|
|
376
343
|
.ui.visible.left.overlay.sidebar {
|
|
377
|
-
|
|
378
|
-
transform: translate3d(0%, 0, 0);
|
|
344
|
+
transform: translate3d(0, 0, 0);
|
|
379
345
|
}
|
|
380
346
|
.ui.visible.right.overlay.sidebar {
|
|
381
|
-
|
|
382
|
-
transform: translate3d(0%, 0, 0);
|
|
347
|
+
transform: translate3d(0, 0, 0);
|
|
383
348
|
}
|
|
384
349
|
.ui.visible.top.overlay.sidebar {
|
|
385
|
-
|
|
386
|
-
transform: translate3d(0%, 0, 0);
|
|
350
|
+
transform: translate3d(0, 0, 0);
|
|
387
351
|
}
|
|
388
352
|
.ui.visible.bottom.overlay.sidebar {
|
|
389
|
-
|
|
390
|
-
transform: translate3d(0%, 0, 0);
|
|
353
|
+
transform: translate3d(0, 0, 0);
|
|
391
354
|
}
|
|
392
355
|
|
|
393
356
|
/* End - Pusher */
|
|
394
357
|
.ui.visible.overlay.sidebar ~ .fixed,
|
|
395
358
|
.ui.visible.overlay.sidebar ~ .pusher {
|
|
396
|
-
|
|
397
|
-
transform: none !important;
|
|
359
|
+
transform: none !important;
|
|
398
360
|
}
|
|
399
361
|
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
362
|
+
/* --------------
|
|
363
|
+
Push
|
|
364
|
+
--------------- */
|
|
404
365
|
|
|
405
366
|
/* Initial */
|
|
406
367
|
.ui.push.sidebar {
|
|
407
|
-
-webkit-transition: -webkit-transform 500ms ease;
|
|
408
|
-
transition: -webkit-transform 500ms ease;
|
|
409
368
|
transition: transform 500ms ease;
|
|
410
|
-
transition: transform 500ms ease, -webkit-transform 500ms ease;
|
|
411
369
|
z-index: 102;
|
|
412
370
|
}
|
|
413
371
|
|
|
414
372
|
/* Sidebar - Initial */
|
|
415
373
|
.ui.left.push.sidebar {
|
|
416
|
-
|
|
417
|
-
transform: translate3d(-100%, 0, 0);
|
|
374
|
+
transform: translate3d(-100%, 0, 0);
|
|
418
375
|
}
|
|
419
376
|
.ui.right.push.sidebar {
|
|
420
|
-
|
|
421
|
-
transform: translate3d(100%, 0, 0);
|
|
377
|
+
transform: translate3d(100%, 0, 0);
|
|
422
378
|
}
|
|
423
379
|
.ui.top.push.sidebar {
|
|
424
|
-
|
|
425
|
-
transform: translate3d(0%, -100%, 0);
|
|
380
|
+
transform: translate3d(0, -100%, 0);
|
|
426
381
|
}
|
|
427
382
|
.ui.bottom.push.sidebar {
|
|
428
|
-
|
|
429
|
-
transform: translate3d(0%, 100%, 0);
|
|
383
|
+
transform: translate3d(0, 100%, 0);
|
|
430
384
|
}
|
|
431
385
|
|
|
432
386
|
/* End */
|
|
433
387
|
.ui.visible.push.sidebar {
|
|
434
|
-
|
|
435
|
-
transform: translate3d(0%, 0, 0);
|
|
388
|
+
transform: translate3d(0, 0, 0);
|
|
436
389
|
}
|
|
437
390
|
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
391
|
+
/* --------------
|
|
392
|
+
Uncover
|
|
393
|
+
--------------- */
|
|
442
394
|
|
|
443
395
|
/* Initial */
|
|
444
396
|
.ui.uncover.sidebar {
|
|
445
|
-
|
|
446
|
-
transform: translate3d(0, 0, 0);
|
|
397
|
+
transform: translate3d(0, 0, 0);
|
|
447
398
|
z-index: 1;
|
|
448
399
|
}
|
|
449
400
|
|
|
450
401
|
/* End */
|
|
451
402
|
.ui.visible.uncover.sidebar {
|
|
452
|
-
|
|
453
|
-
transform: translate3d(0, 0, 0);
|
|
454
|
-
-webkit-transition: -webkit-transform 500ms ease;
|
|
455
|
-
transition: -webkit-transform 500ms ease;
|
|
403
|
+
transform: translate3d(0, 0, 0);
|
|
456
404
|
transition: transform 500ms ease;
|
|
457
|
-
transition: transform 500ms ease, -webkit-transform 500ms ease;
|
|
458
405
|
}
|
|
459
406
|
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
407
|
+
/* --------------
|
|
408
|
+
Slide Along
|
|
409
|
+
--------------- */
|
|
464
410
|
|
|
465
411
|
/* Initial */
|
|
466
412
|
.ui.slide.along.sidebar {
|
|
@@ -469,40 +415,31 @@ body.pushable > .pusher {
|
|
|
469
415
|
|
|
470
416
|
/* Sidebar - Initial */
|
|
471
417
|
.ui.left.slide.along.sidebar {
|
|
472
|
-
|
|
473
|
-
transform: translate3d(-50%, 0, 0);
|
|
418
|
+
transform: translate3d(-50%, 0, 0);
|
|
474
419
|
}
|
|
475
420
|
.ui.right.slide.along.sidebar {
|
|
476
|
-
|
|
477
|
-
transform: translate3d(50%, 0, 0);
|
|
421
|
+
transform: translate3d(50%, 0, 0);
|
|
478
422
|
}
|
|
479
423
|
.ui.top.slide.along.sidebar {
|
|
480
|
-
|
|
481
|
-
transform: translate3d(0, -50%, 0);
|
|
424
|
+
transform: translate3d(0, -50%, 0);
|
|
482
425
|
}
|
|
483
426
|
.ui.bottom.slide.along.sidebar {
|
|
484
|
-
|
|
485
|
-
transform: translate3d(0%, 50%, 0);
|
|
427
|
+
transform: translate3d(0, 50%, 0);
|
|
486
428
|
}
|
|
487
429
|
|
|
488
430
|
/* Animation */
|
|
489
431
|
.ui.animating.slide.along.sidebar {
|
|
490
|
-
-webkit-transition: -webkit-transform 500ms ease;
|
|
491
|
-
transition: -webkit-transform 500ms ease;
|
|
492
432
|
transition: transform 500ms ease;
|
|
493
|
-
transition: transform 500ms ease, -webkit-transform 500ms ease;
|
|
494
433
|
}
|
|
495
434
|
|
|
496
435
|
/* End */
|
|
497
436
|
.ui.visible.slide.along.sidebar {
|
|
498
|
-
|
|
499
|
-
transform: translate3d(0%, 0, 0);
|
|
437
|
+
transform: translate3d(0, 0, 0);
|
|
500
438
|
}
|
|
501
439
|
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
440
|
+
/* --------------
|
|
441
|
+
Slide Out
|
|
442
|
+
--------------- */
|
|
506
443
|
|
|
507
444
|
/* Initial */
|
|
508
445
|
.ui.slide.out.sidebar {
|
|
@@ -511,90 +448,67 @@ body.pushable > .pusher {
|
|
|
511
448
|
|
|
512
449
|
/* Sidebar - Initial */
|
|
513
450
|
.ui.left.slide.out.sidebar {
|
|
514
|
-
|
|
515
|
-
transform: translate3d(50%, 0, 0);
|
|
451
|
+
transform: translate3d(50%, 0, 0);
|
|
516
452
|
}
|
|
517
453
|
.ui.right.slide.out.sidebar {
|
|
518
|
-
|
|
519
|
-
transform: translate3d(-50%, 0, 0);
|
|
454
|
+
transform: translate3d(-50%, 0, 0);
|
|
520
455
|
}
|
|
521
456
|
.ui.top.slide.out.sidebar {
|
|
522
|
-
|
|
523
|
-
transform: translate3d(0%, 50%, 0);
|
|
457
|
+
transform: translate3d(0, 50%, 0);
|
|
524
458
|
}
|
|
525
459
|
.ui.bottom.slide.out.sidebar {
|
|
526
|
-
|
|
527
|
-
transform: translate3d(0%, -50%, 0);
|
|
460
|
+
transform: translate3d(0, -50%, 0);
|
|
528
461
|
}
|
|
529
462
|
|
|
530
463
|
/* Animation */
|
|
531
464
|
.ui.animating.slide.out.sidebar {
|
|
532
|
-
-webkit-transition: -webkit-transform 500ms ease;
|
|
533
|
-
transition: -webkit-transform 500ms ease;
|
|
534
465
|
transition: transform 500ms ease;
|
|
535
|
-
transition: transform 500ms ease, -webkit-transform 500ms ease;
|
|
536
466
|
}
|
|
537
467
|
|
|
538
468
|
/* End */
|
|
539
469
|
.ui.visible.slide.out.sidebar {
|
|
540
|
-
|
|
541
|
-
transform: translate3d(0%, 0, 0);
|
|
470
|
+
transform: translate3d(0, 0, 0);
|
|
542
471
|
}
|
|
543
472
|
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
473
|
+
/* --------------
|
|
474
|
+
Scale Down
|
|
475
|
+
--------------- */
|
|
548
476
|
|
|
549
477
|
/* Initial */
|
|
550
478
|
.ui.scale.down.sidebar {
|
|
551
|
-
-webkit-transition: -webkit-transform 500ms ease;
|
|
552
|
-
transition: -webkit-transform 500ms ease;
|
|
553
479
|
transition: transform 500ms ease;
|
|
554
|
-
transition: transform 500ms ease, -webkit-transform 500ms ease;
|
|
555
480
|
z-index: 102;
|
|
556
481
|
}
|
|
557
482
|
.ui.left.scale.down.sidebar {
|
|
558
|
-
|
|
559
|
-
transform: translate3d(-100%, 0, 0);
|
|
483
|
+
transform: translate3d(-100%, 0, 0);
|
|
560
484
|
}
|
|
561
485
|
.ui.right.scale.down.sidebar {
|
|
562
|
-
|
|
563
|
-
transform: translate3d(100%, 0, 0);
|
|
486
|
+
transform: translate3d(100%, 0, 0);
|
|
564
487
|
}
|
|
565
488
|
.ui.top.scale.down.sidebar {
|
|
566
|
-
|
|
567
|
-
transform: translate3d(0%, -100%, 0);
|
|
489
|
+
transform: translate3d(0, -100%, 0);
|
|
568
490
|
}
|
|
569
491
|
.ui.bottom.scale.down.sidebar {
|
|
570
|
-
|
|
571
|
-
transform: translate3d(0%, 100%, 0);
|
|
492
|
+
transform: translate3d(0, 100%, 0);
|
|
572
493
|
}
|
|
573
494
|
|
|
574
495
|
/* Pusher - Initial */
|
|
575
496
|
.ui.scale.down.left.sidebar ~ .pusher {
|
|
576
|
-
|
|
577
|
-
transform-origin: 75% 50%;
|
|
497
|
+
transform-origin: 75% 50%;
|
|
578
498
|
}
|
|
579
499
|
.ui.scale.down.right.sidebar ~ .pusher {
|
|
580
|
-
|
|
581
|
-
transform-origin: 25% 50%;
|
|
500
|
+
transform-origin: 25% 50%;
|
|
582
501
|
}
|
|
583
502
|
.ui.scale.down.top.sidebar ~ .pusher {
|
|
584
|
-
|
|
585
|
-
transform-origin: 50% 75%;
|
|
503
|
+
transform-origin: 50% 75%;
|
|
586
504
|
}
|
|
587
505
|
.ui.scale.down.bottom.sidebar ~ .pusher {
|
|
588
|
-
|
|
589
|
-
transform-origin: 50% 25%;
|
|
506
|
+
transform-origin: 50% 25%;
|
|
590
507
|
}
|
|
591
508
|
|
|
592
509
|
/* Animation */
|
|
593
510
|
.ui.animating.scale.down > .visible.ui.sidebar {
|
|
594
|
-
-webkit-transition: -webkit-transform 500ms ease;
|
|
595
|
-
transition: -webkit-transform 500ms ease;
|
|
596
511
|
transition: transform 500ms ease;
|
|
597
|
-
transition: transform 500ms ease, -webkit-transform 500ms ease;
|
|
598
512
|
}
|
|
599
513
|
.ui.visible.scale.down.sidebar ~ .pusher,
|
|
600
514
|
.ui.animating.scale.down.sidebar ~ .pusher {
|
|
@@ -606,12 +520,10 @@ body.pushable > .pusher {
|
|
|
606
520
|
|
|
607
521
|
/* End */
|
|
608
522
|
.ui.visible.scale.down.sidebar {
|
|
609
|
-
|
|
610
|
-
transform: translate3d(0, 0, 0);
|
|
523
|
+
transform: translate3d(0, 0, 0);
|
|
611
524
|
}
|
|
612
525
|
.ui.visible.scale.down.sidebar ~ .pusher {
|
|
613
|
-
|
|
614
|
-
transform: scale(0.75);
|
|
526
|
+
transform: scale(0.75);
|
|
615
527
|
}
|
|
616
528
|
|
|
617
529
|
|