playbook_ui 5.5.1.pre.alpha3 → 6.0.1.pre.alpha3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. checksums.yaml +4 -4
  2. data/app/pb_kits/playbook/_playbook.scss +0 -2
  3. data/app/pb_kits/playbook/data/menu.yml +0 -2
  4. data/app/pb_kits/playbook/index.js +0 -1
  5. data/app/pb_kits/playbook/packs/examples.js +0 -4
  6. data/app/pb_kits/playbook/pb_circle_chart/_circle_chart.html.erb +21 -11
  7. data/app/pb_kits/playbook/pb_circle_chart/_circle_chart.scss +10 -0
  8. data/app/pb_kits/playbook/pb_circle_chart/circle_chart.rb +14 -0
  9. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_block.html.erb +26 -0
  10. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_colors.html.erb +20 -0
  11. data/app/pb_kits/playbook/pb_circle_chart/docs/_circle_chart_rounded.html.erb +22 -0
  12. data/app/pb_kits/playbook/pb_circle_chart/docs/example.yml +5 -1
  13. data/app/pb_kits/playbook/pb_date_picker/_date_picker.html.erb +2 -0
  14. data/app/pb_kits/playbook/pb_date_picker/_date_picker.jsx +5 -2
  15. data/app/pb_kits/playbook/pb_date_picker/_date_picker.scss +789 -2
  16. data/app/pb_kits/playbook/pb_date_picker/date_picker.rb +4 -1
  17. data/app/pb_kits/playbook/pb_form/docs/_form_form_with.html.erb +1 -1
  18. data/app/pb_kits/playbook/pb_form/docs/_form_form_with_validate.html.erb +1 -0
  19. data/app/pb_kits/playbook/pb_form/docs/_form_simple_form.html.erb +2 -2
  20. data/app/pb_kits/playbook/pb_form/docs/_form_simple_form_validate.html.erb +3 -1
  21. data/app/pb_kits/playbook/pb_form/form_builder/date_picker_field.rb +21 -2
  22. data/app/pb_kits/playbook/pb_image/_image.html.erb +2 -1
  23. data/app/pb_kits/playbook/pb_image/_image.jsx +31 -8
  24. data/app/pb_kits/playbook/pb_image/docs/_default_image.jsx +3 -3
  25. data/app/pb_kits/playbook/pb_label_value/_label_value.html.erb +20 -2
  26. data/app/pb_kits/playbook/pb_label_value/_label_value.jsx +109 -5
  27. data/app/pb_kits/playbook/pb_label_value/_label_value.scss +0 -10
  28. data/app/pb_kits/playbook/pb_label_value/docs/_description.md +3 -1
  29. data/app/pb_kits/playbook/pb_label_value/docs/_label_value_details.html.erb +39 -0
  30. data/app/pb_kits/playbook/pb_label_value/docs/_label_value_details.jsx +50 -0
  31. data/app/pb_kits/playbook/pb_label_value/docs/_label_value_details.md +1 -0
  32. data/app/pb_kits/playbook/pb_label_value/docs/_label_value_details_dark.html.erb +43 -0
  33. data/app/pb_kits/playbook/pb_label_value/docs/_label_value_details_dark.jsx +54 -0
  34. data/app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples.html.erb +72 -0
  35. data/app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples.jsx +92 -0
  36. data/app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.html.erb +80 -0
  37. data/app/pb_kits/playbook/pb_label_value/docs/_label_value_details_examples_dark.jsx +101 -0
  38. data/app/pb_kits/playbook/pb_label_value/docs/example.yml +9 -0
  39. data/app/pb_kits/playbook/pb_label_value/docs/index.js +5 -0
  40. data/app/pb_kits/playbook/pb_label_value/label_value.rb +19 -2
  41. data/app/pb_kits/playbook/pb_progress_simple/_progress_simple.jsx +5 -1
  42. data/app/pb_kits/playbook/pb_progress_simple/_progress_simple.scss +12 -1
  43. data/app/pb_kits/playbook/pb_progress_simple/docs/_progress_simple_variants.html.erb +9 -0
  44. data/app/pb_kits/playbook/pb_progress_simple/docs/_progress_simple_variants.jsx +26 -0
  45. data/app/pb_kits/playbook/pb_progress_simple/docs/_progress_simple_variants.md +1 -0
  46. data/app/pb_kits/playbook/pb_progress_simple/docs/example.yml +2 -0
  47. data/app/pb_kits/playbook/pb_progress_simple/docs/index.js +2 -0
  48. data/app/pb_kits/playbook/pb_progress_simple/progress_simple.rb +8 -1
  49. data/app/pb_kits/playbook/pb_title/_title.scss +3 -4
  50. data/app/pb_kits/playbook/pb_title/title.rb +2 -2
  51. data/app/pb_kits/playbook/plugins/pb_chart.js +49 -4
  52. data/app/pb_kits/playbook/vendor.js +2 -0
  53. data/lib/playbook/version.rb +1 -1
  54. metadata +17 -22
  55. data/app/pb_kits/playbook/pb_date_picker/index.js +0 -11
  56. data/app/pb_kits/playbook/pb_installer/_installer.html.erb +0 -16
  57. data/app/pb_kits/playbook/pb_installer/_installer.jsx +0 -54
  58. data/app/pb_kits/playbook/pb_installer/_installer.scss +0 -7
  59. data/app/pb_kits/playbook/pb_installer/docs/_installer_default.html.erb +0 -8
  60. data/app/pb_kits/playbook/pb_installer/docs/_installer_default.jsx +0 -16
  61. data/app/pb_kits/playbook/pb_installer/docs/example.yml +0 -9
  62. data/app/pb_kits/playbook/pb_installer/docs/index.js +0 -1
  63. data/app/pb_kits/playbook/pb_installer/installer.rb +0 -18
  64. data/app/pb_kits/playbook/pb_label_value/docs/index.html.erb +0 -25
  65. data/app/pb_kits/playbook/pb_logistic/_logistic.html.erb +0 -20
  66. data/app/pb_kits/playbook/pb_logistic/_logistic.jsx +0 -111
  67. data/app/pb_kits/playbook/pb_logistic/_logistic.scss +0 -7
  68. data/app/pb_kits/playbook/pb_logistic/docs/_logistic_dark.html.erb +0 -27
  69. data/app/pb_kits/playbook/pb_logistic/docs/_logistic_dark.jsx +0 -39
  70. data/app/pb_kits/playbook/pb_logistic/docs/_logistic_default.html.erb +0 -24
  71. data/app/pb_kits/playbook/pb_logistic/docs/_logistic_default.jsx +0 -35
  72. data/app/pb_kits/playbook/pb_logistic/docs/example.yml +0 -11
  73. data/app/pb_kits/playbook/pb_logistic/docs/index.js +0 -2
  74. data/app/pb_kits/playbook/pb_logistic/logistic.rb +0 -31
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31dff4bfa638b81a994e4ceac1efcab5d6125f9978a00355de496dce4f0353e8
4
- data.tar.gz: 3e600ee35141d5a5338b8944c76caf17e437556703348c29a45a156ca99848b3
3
+ metadata.gz: 65f9383f3aad234d098760db1f8027aefd80a3677a117fc7b0ae14607ee33c4e
4
+ data.tar.gz: 9f21e6e4abf358258974f423fb7756dd961575e4344626a94befbc896cde9094
5
5
  SHA512:
6
- metadata.gz: 1552e2015fb8dc9bfd47105e6e4fd8999cf7464b39b1cbfb03f799516a0e57431086343f666b8e2ab006805de9bbaa28c9e5dcab739e2e1bb9b3b9f5617cd058
7
- data.tar.gz: c6fa49ddef9e87c9f59cc6e681337188ec22907dea394bdd4dc82edfed29f7a3505de4c71656df879d76c62875072955148ae1906f95e96b15cdf09792b1bb60
6
+ metadata.gz: 740c0eca483c8f7ec2604be39e1d30aa625428d02ecf5e4c0a8ebbb30e854d364b7e02739a58033aa0a6fae4bf97eb5d76009092496821167599bafd8e7e7653
7
+ data.tar.gz: 815e470f66af431740dae40787d2c00b93a6b13345a711ae64a2c97f9a3298670de4c214a8002de5c5af3ff81e00803227c77eb4895b97c0ac6269ab4023e88e
@@ -34,7 +34,6 @@
34
34
  @import 'pb_icon_circle/icon_circle';
35
35
  @import 'pb_icon_value/icon_value';
36
36
  @import 'pb_image/image';
37
- @import 'pb_installer/installer';
38
37
  @import 'pb_label_pill/label_pill';
39
38
  @import 'pb_label_value/label_value';
40
39
  @import 'pb_layout/layout';
@@ -42,7 +41,6 @@
42
41
  @import 'pb_line_graph/line_graph';
43
42
  @import 'pb_list/list';
44
43
  @import 'pb_loading_inline/loading_inline';
45
- @import 'pb_logistic/logistic';
46
44
  @import 'pb_message/message';
47
45
  @import 'pb_multiple_users/multiple_users';
48
46
  @import 'pb_multiple_users_stacked/multiple_users_stacked';
@@ -43,11 +43,9 @@ kits:
43
43
  - icon_circle
44
44
  - icon_value
45
45
  - image
46
- - installer
47
46
  - layout
48
47
  - list
49
48
  - loading_inline
50
- - logistic
51
49
  - multiple_users
52
50
  - multiple_users_stacked
53
51
  - nav
@@ -41,7 +41,6 @@ export LineGraph from './pb_line_graph/_line_graph.jsx'
41
41
  export List from './pb_list/_list.jsx'
42
42
  export ListItem from './pb_list/_list_item.jsx'
43
43
  export LoadingInline from './pb_loading_inline/_loading_inline.jsx'
44
- export Logistic from './pb_logistic/_logistic.jsx'
45
44
  export Message from './pb_message/_message.jsx'
46
45
  export MultipleUsers from './pb_multiple_users/_multiple_users.jsx'
47
46
  export MultipleUsersStacked from './pb_multiple_users_stacked/_multiple_users_stacked.jsx'
@@ -46,7 +46,6 @@ import * as Icon from 'pb_icon/docs'
46
46
  import * as IconCircle from 'pb_icon_circle/docs'
47
47
  import * as IconValue from 'pb_icon_value/docs'
48
48
  import * as Image from 'pb_image/docs'
49
- import * as Installer from 'pb_installer/docs'
50
49
  import * as LabelPill from 'pb_label_pill/docs'
51
50
  import * as LabelValue from 'pb_label_value/docs'
52
51
  import * as Layout from 'pb_layout/docs'
@@ -54,7 +53,6 @@ import * as Legend from 'pb_legend/docs'
54
53
  import * as LineGraph from 'pb_line_graph/docs'
55
54
  import * as List from 'pb_list/docs'
56
55
  import * as LoadingInline from 'pb_loading_inline/docs'
57
- import * as Logistic from 'pb_logistic/docs'
58
56
  import * as Message from 'pb_message/docs'
59
57
  import * as MultipleUsers from 'pb_multiple_users/docs'
60
58
  import * as MultipleUsersStacked from 'pb_multiple_users_stacked/docs'
@@ -127,7 +125,6 @@ WebpackerReact.setup({
127
125
  ...IconCircle,
128
126
  ...IconValue,
129
127
  ...Image,
130
- ...Installer,
131
128
  ...LabelPill,
132
129
  ...LabelValue,
133
130
  ...Layout,
@@ -135,7 +132,6 @@ WebpackerReact.setup({
135
132
  ...LineGraph,
136
133
  ...List,
137
134
  ...LoadingInline,
138
- ...Logistic,
139
135
  ...Message,
140
136
  ...MultipleUsers,
141
137
  ...MultipleUsersStacked,
@@ -1,12 +1,22 @@
1
- <%= content_tag(:div, "",
2
- aria: object.aria,
3
- id: object.id,
4
- data: object.data,
5
- class: object.classname) %>
6
- <% content_for :pb_js do %>
7
- <%= javascript_tag do %>
8
- window.addEventListener('DOMContentLoaded', function() {
9
- new pbChart('.selector', <%= object.chart_options %>)
10
- })
1
+ <div id="wrapper-circle-chart-<%= object.id %>">
2
+ <%= content_tag(:div, "",
3
+ aria: object.aria,
4
+ id: object.id,
5
+ data: object.data,
6
+ class: object.classname) do %>
7
+ <% content_for :pb_js do %>
8
+ <%= javascript_tag do %>
9
+ window.addEventListener('DOMContentLoaded', function() {
10
+ new pbChart('.selector', <%= object.chart_options %>)
11
+
12
+ });
13
+ <% end %>
14
+ <% end %>
11
15
  <% end %>
12
- <% end %>
16
+
17
+ <% if object.children %>
18
+ <div class="pb_circle_chart_block">
19
+ <%= capture(&object.children) %>
20
+ </div>
21
+ <% end %>
22
+ </div>
@@ -4,3 +4,13 @@
4
4
  .pb_circle_chart {
5
5
 
6
6
  }
7
+
8
+ .pb_circle_chart_block {
9
+ position:absolute;
10
+ display: flex;
11
+ justify-content: center;
12
+ align-items: center;
13
+ z-index: 1;
14
+ text-align: center;
15
+ pointer-events: none;
16
+ }
@@ -29,6 +29,10 @@ module Playbook
29
29
  prop :use_html, type: Playbook::Props::Boolean, default: false
30
30
  prop :legend, type: Playbook::Props::Boolean, default: false
31
31
  prop :title, default: ''
32
+ prop :rounded, type: Playbook::Props::Boolean, default: false
33
+ prop :colors, type: Playbook::Props::Array,
34
+ default: []
35
+
32
36
 
33
37
  def chart_type
34
38
  style == "variablepie" ? "variablepie" : "pie"
@@ -50,12 +54,22 @@ module Playbook
50
54
  when "md"
51
55
  "50%"
52
56
  end
57
+ end
58
+
59
+ def rounded_border_width
60
+ rounded ? 20 : nil
61
+ end
53
62
 
63
+ def rounded_border_color
64
+ rounded == true ? 'null' : nil
54
65
  end
55
66
 
56
67
  def chart_options
57
68
  {
58
69
  id: id,
70
+ colors: colors,
71
+ borderColor: rounded_border_color,
72
+ borderWidth: rounded_border_width,
59
73
  chartData: chart_data_formatted,
60
74
  title: title,
61
75
  type: chart_type,
@@ -0,0 +1,26 @@
1
+ <% data_51 = [{
2
+ name: 'Waiting for Calls',
3
+ value: 41,
4
+ },
5
+ {
6
+ name: 'On Call',
7
+ value: 49,
8
+ },
9
+ {
10
+ name: 'After call',
11
+ value: 10,
12
+ }
13
+ ] %>
14
+
15
+ <br><br>
16
+
17
+ <%= pb_rails("circle_chart", props: {
18
+ chart_data: data_51,
19
+ id: "with-a-block-2",
20
+ rounded: true,
21
+ }) do %>
22
+ <%= pb_rails('title', props: {text: "83", size: 1, tag: 'div'}) %>
23
+ <% end %>
24
+
25
+
26
+
@@ -0,0 +1,20 @@
1
+ <% data_set = [{
2
+ name: 'Waiting for Calls',
3
+ value: 41,
4
+ },
5
+ {
6
+ name: 'On Call',
7
+ value: 49,
8
+ },
9
+ {
10
+ name: 'After call',
11
+ value: 10,
12
+ }
13
+ ] %>
14
+
15
+
16
+ <%= pb_rails("circle_chart", props: {
17
+ chart_data: data_set,
18
+ id: "default-test-colors",
19
+ colors: ['data-6', 'data-4', 'data-2']
20
+ }) %>
@@ -0,0 +1,22 @@
1
+ <% data_rounded = [{
2
+ name: 'Waiting for Calls',
3
+ value: 20,
4
+ },
5
+ {
6
+ name: 'On Call',
7
+ value: 49,
8
+ },
9
+ {
10
+ name: 'After call',
11
+ value: 10,
12
+ }
13
+ ] %>
14
+
15
+
16
+ <%= pb_rails("circle_chart", props: {
17
+ chart_data: data_rounded,
18
+ id: "default-test-rounded",
19
+ inner_size: "lg",
20
+ rounded: true,
21
+
22
+ }) %>
@@ -2,8 +2,12 @@ examples:
2
2
 
3
3
  rails:
4
4
  - circle_chart_default: Default Style
5
+ - circle_chart_rounded: Rounded Corners
6
+ - circle_chart_block: Accepts Any Block
7
+ - circle_chart_colors: Color Overrides
5
8
  - circle_chart_with_labels: Data Labels
6
9
  - circle_chart_with_legend_kit: Legend
7
10
  - circle_chart_with_title: Title
8
- - circle_chart_inner_sizes: Inner Circle Size Options
11
+ - circle_chart_inner_sizes: Inner Circle Size Options
12
+
9
13
 
@@ -8,6 +8,8 @@
8
8
  <input
9
9
  autocomplete="off"
10
10
  id="<%= object.picker_id %>"
11
+ name="<%= object.name %>"
12
+ <%= object.required ? required="required" : ''%>
11
13
  />
12
14
  <% if object.error %>
13
15
  <%= pb_rails("body", props: {
@@ -4,7 +4,7 @@ import React, { useEffect } from 'react'
4
4
  import classnames from 'classnames'
5
5
  import { buildAriaProps, buildCss, buildDataProps } from '../utilities/props'
6
6
  import { spacing } from '../utilities/spacing.js'
7
- import flatpickr from 'flatpickr'
7
+ // import flatpickr from 'flatpickr'
8
8
  import { Body, Caption } from '../'
9
9
  import datePickerHelper from './date_picker_helper.js'
10
10
 
@@ -23,6 +23,7 @@ type DatePickerProps = {
23
23
  maxDate: String,
24
24
  minDate: String,
25
25
  mode?: String,
26
+ name: String,
26
27
  pickerId?: String,
27
28
  }
28
29
  const DatePicker = (props: DatePickerProps) => {
@@ -41,13 +42,14 @@ const DatePicker = (props: DatePickerProps) => {
41
42
  maxDate,
42
43
  minDate,
43
44
  mode = 'single',
45
+ name,
44
46
  pickerId,
45
47
  } = props
46
48
 
47
49
  const ariaProps = buildAriaProps(aria)
48
50
  const dataProps = buildDataProps(data)
49
51
  const classes = classnames(
50
- buildCss('pb_date_picker'),
52
+ buildCss('pb_date_picker_kit'),
51
53
  className,
52
54
  spacing(props),
53
55
  error ? 'error' : null,
@@ -83,6 +85,7 @@ const DatePicker = (props: DatePickerProps) => {
83
85
  <input
84
86
  autoComplete="off"
85
87
  id={pickerId}
88
+ name={name}
86
89
  />
87
90
  <If condition={error}>
88
91
  <Body
@@ -1,10 +1,10 @@
1
- @import '~flatpickr/dist/flatpickr.css';
1
+ // @import "~flatpickr/dist/flatpickr.css";
2
2
  @import "../pb_textarea/textarea_mixin";
3
3
  @import "../pb_title/title_mixin";
4
4
  @import "../tokens/colors";
5
5
  @import "../pb_caption/caption_mixin";
6
6
 
7
- [class^=pb_date_picker] {
7
+ [class^=pb_date_picker_kit] {
8
8
  // input styles
9
9
  [class^=pb_caption_kit] {
10
10
  margin-bottom: $space_xs;
@@ -56,4 +56,791 @@ span.flatpickr-weekday {
56
56
 
57
57
  .pb_popover_body {
58
58
  overflow: visible !important;
59
+ }
60
+
61
+ // flatpickr manual import
62
+
63
+ .flatpickr-calendar {
64
+ background: transparent;
65
+ opacity: 0;
66
+ display: none;
67
+ text-align: center;
68
+ visibility: hidden;
69
+ padding: 0;
70
+ -webkit-animation: none;
71
+ animation: none;
72
+ direction: ltr;
73
+ border: 0;
74
+ font-size: 14px;
75
+ line-height: 24px;
76
+ border-radius: 5px;
77
+ position: absolute;
78
+ width: 307.875px;
79
+ -webkit-box-sizing: border-box;
80
+ box-sizing: border-box;
81
+ -ms-touch-action: manipulation;
82
+ touch-action: manipulation;
83
+ background: #fff;
84
+ -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
85
+ box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
86
+ }
87
+ .flatpickr-calendar.open,
88
+ .flatpickr-calendar.inline {
89
+ opacity: 1;
90
+ max-height: 640px;
91
+ visibility: visible;
92
+ }
93
+ .flatpickr-calendar.open {
94
+ display: inline-block;
95
+ z-index: 99999;
96
+ }
97
+ .flatpickr-calendar.animate.open {
98
+ -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
99
+ animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
100
+ }
101
+ .flatpickr-calendar.inline {
102
+ display: block;
103
+ position: relative;
104
+ top: 2px;
105
+ }
106
+ .flatpickr-calendar.static {
107
+ position: absolute;
108
+ top: calc(100% + 2px);
109
+ }
110
+ .flatpickr-calendar.static.open {
111
+ z-index: 999;
112
+ display: block;
113
+ }
114
+ .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
115
+ -webkit-box-shadow: none !important;
116
+ box-shadow: none !important;
117
+ }
118
+ .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
119
+ -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
120
+ box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
121
+ }
122
+ .flatpickr-calendar .hasWeeks .dayContainer,
123
+ .flatpickr-calendar .hasTime .dayContainer {
124
+ border-bottom: 0;
125
+ border-bottom-right-radius: 0;
126
+ border-bottom-left-radius: 0;
127
+ }
128
+ .flatpickr-calendar .hasWeeks .dayContainer {
129
+ border-left: 0;
130
+ }
131
+ .flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
132
+ height: 40px;
133
+ border-top: 1px solid #e6e6e6;
134
+ }
135
+ .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
136
+ height: auto;
137
+ }
138
+ .flatpickr-calendar:before,
139
+ .flatpickr-calendar:after {
140
+ position: absolute;
141
+ display: block;
142
+ pointer-events: none;
143
+ border: solid transparent;
144
+ content: '';
145
+ height: 0;
146
+ width: 0;
147
+ left: 22px;
148
+ }
149
+ .flatpickr-calendar.rightMost:before,
150
+ .flatpickr-calendar.rightMost:after {
151
+ left: auto;
152
+ right: 22px;
153
+ }
154
+ .flatpickr-calendar:before {
155
+ border-width: 5px;
156
+ margin: 0 -5px;
157
+ }
158
+ .flatpickr-calendar:after {
159
+ border-width: 4px;
160
+ margin: 0 -4px;
161
+ }
162
+ .flatpickr-calendar.arrowTop:before,
163
+ .flatpickr-calendar.arrowTop:after {
164
+ bottom: 100%;
165
+ }
166
+ .flatpickr-calendar.arrowTop:before {
167
+ border-bottom-color: #e6e6e6;
168
+ }
169
+ .flatpickr-calendar.arrowTop:after {
170
+ border-bottom-color: #fff;
171
+ }
172
+ .flatpickr-calendar.arrowBottom:before,
173
+ .flatpickr-calendar.arrowBottom:after {
174
+ top: 100%;
175
+ }
176
+ .flatpickr-calendar.arrowBottom:before {
177
+ border-top-color: #e6e6e6;
178
+ }
179
+ .flatpickr-calendar.arrowBottom:after {
180
+ border-top-color: #fff;
181
+ }
182
+ .flatpickr-calendar:focus {
183
+ outline: 0;
184
+ }
185
+ .flatpickr-wrapper {
186
+ position: relative;
187
+ display: inline-block;
188
+ }
189
+ .flatpickr-months {
190
+ display: -webkit-box;
191
+ display: -webkit-flex;
192
+ display: -ms-flexbox;
193
+ display: flex;
194
+ }
195
+ .flatpickr-months .flatpickr-month {
196
+ background: transparent;
197
+ color: rgba(0,0,0,0.9);
198
+ fill: rgba(0,0,0,0.9);
199
+ height: 34px;
200
+ line-height: 1;
201
+ text-align: center;
202
+ position: relative;
203
+ -webkit-user-select: none;
204
+ -moz-user-select: none;
205
+ -ms-user-select: none;
206
+ user-select: none;
207
+ overflow: hidden;
208
+ -webkit-box-flex: 1;
209
+ -webkit-flex: 1;
210
+ -ms-flex: 1;
211
+ flex: 1;
212
+ }
213
+ .flatpickr-months .flatpickr-prev-month,
214
+ .flatpickr-months .flatpickr-next-month {
215
+ text-decoration: none;
216
+ cursor: pointer;
217
+ position: absolute;
218
+ top: 0;
219
+ height: 34px;
220
+ padding: 10px;
221
+ z-index: 3;
222
+ color: rgba(0,0,0,0.9);
223
+ fill: rgba(0,0,0,0.9);
224
+ }
225
+ .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
226
+ .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
227
+ display: none;
228
+ }
229
+ .flatpickr-months .flatpickr-prev-month i,
230
+ .flatpickr-months .flatpickr-next-month i {
231
+ position: relative;
232
+ }
233
+ .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
234
+ .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
235
+ /*
236
+ /*rtl:begin:ignore*/
237
+ /*
238
+ */
239
+ left: 0;
240
+ /*
241
+ /*rtl:end:ignore*/
242
+ /*
243
+ */
244
+ }
245
+ /*
246
+ /*rtl:begin:ignore*/
247
+ /*
248
+ /*rtl:end:ignore*/
249
+ .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
250
+ .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
251
+ /*
252
+ /*rtl:begin:ignore*/
253
+ /*
254
+ */
255
+ right: 0;
256
+ /*
257
+ /*rtl:end:ignore*/
258
+ /*
259
+ */
260
+ }
261
+ /*
262
+ /*rtl:begin:ignore*/
263
+ /*
264
+ /*rtl:end:ignore*/
265
+ .flatpickr-months .flatpickr-prev-month:hover,
266
+ .flatpickr-months .flatpickr-next-month:hover {
267
+ color: #959ea9;
268
+ }
269
+ .flatpickr-months .flatpickr-prev-month:hover svg,
270
+ .flatpickr-months .flatpickr-next-month:hover svg {
271
+ fill: #f64747;
272
+ }
273
+ .flatpickr-months .flatpickr-prev-month svg,
274
+ .flatpickr-months .flatpickr-next-month svg {
275
+ width: 14px;
276
+ height: 14px;
277
+ }
278
+ .flatpickr-months .flatpickr-prev-month svg path,
279
+ .flatpickr-months .flatpickr-next-month svg path {
280
+ -webkit-transition: fill 0.1s;
281
+ transition: fill 0.1s;
282
+ fill: inherit;
283
+ }
284
+ .numInputWrapper {
285
+ position: relative;
286
+ height: auto;
287
+ }
288
+ .numInputWrapper input,
289
+ .numInputWrapper span {
290
+ display: inline-block;
291
+ }
292
+ .numInputWrapper input {
293
+ width: 100%;
294
+ }
295
+ .numInputWrapper input::-ms-clear {
296
+ display: none;
297
+ }
298
+ .numInputWrapper input::-webkit-outer-spin-button,
299
+ .numInputWrapper input::-webkit-inner-spin-button {
300
+ margin: 0;
301
+ -webkit-appearance: none;
302
+ }
303
+ .numInputWrapper span {
304
+ position: absolute;
305
+ right: 0;
306
+ width: 14px;
307
+ padding: 0 4px 0 2px;
308
+ height: 50%;
309
+ line-height: 50%;
310
+ opacity: 0;
311
+ cursor: pointer;
312
+ border: 1px solid rgba(57,57,57,0.15);
313
+ -webkit-box-sizing: border-box;
314
+ box-sizing: border-box;
315
+ }
316
+ .numInputWrapper span:hover {
317
+ background: rgba(0,0,0,0.1);
318
+ }
319
+ .numInputWrapper span:active {
320
+ background: rgba(0,0,0,0.2);
321
+ }
322
+ .numInputWrapper span:after {
323
+ display: block;
324
+ content: "";
325
+ position: absolute;
326
+ }
327
+ .numInputWrapper span.arrowUp {
328
+ top: 0;
329
+ border-bottom: 0;
330
+ }
331
+ .numInputWrapper span.arrowUp:after {
332
+ border-left: 4px solid transparent;
333
+ border-right: 4px solid transparent;
334
+ border-bottom: 4px solid rgba(57,57,57,0.6);
335
+ top: 26%;
336
+ }
337
+ .numInputWrapper span.arrowDown {
338
+ top: 50%;
339
+ }
340
+ .numInputWrapper span.arrowDown:after {
341
+ border-left: 4px solid transparent;
342
+ border-right: 4px solid transparent;
343
+ border-top: 4px solid rgba(57,57,57,0.6);
344
+ top: 40%;
345
+ }
346
+ .numInputWrapper span svg {
347
+ width: inherit;
348
+ height: auto;
349
+ }
350
+ .numInputWrapper span svg path {
351
+ fill: rgba(0,0,0,0.5);
352
+ }
353
+ .numInputWrapper:hover {
354
+ background: rgba(0,0,0,0.05);
355
+ }
356
+ .numInputWrapper:hover span {
357
+ opacity: 1;
358
+ }
359
+ .flatpickr-current-month {
360
+ font-size: 135%;
361
+ line-height: inherit;
362
+ font-weight: 300;
363
+ color: inherit;
364
+ position: absolute;
365
+ width: 75%;
366
+ left: 12.5%;
367
+ padding: 7.48px 0 0 0;
368
+ line-height: 1;
369
+ height: 34px;
370
+ display: inline-block;
371
+ text-align: center;
372
+ -webkit-transform: translate3d(0px, 0px, 0px);
373
+ transform: translate3d(0px, 0px, 0px);
374
+ }
375
+ .flatpickr-current-month span.cur-month {
376
+ font-family: inherit;
377
+ font-weight: 700;
378
+ color: inherit;
379
+ display: inline-block;
380
+ margin-left: 0.5ch;
381
+ padding: 0;
382
+ }
383
+ .flatpickr-current-month span.cur-month:hover {
384
+ background: rgba(0,0,0,0.05);
385
+ }
386
+ .flatpickr-current-month .numInputWrapper {
387
+ width: 6ch;
388
+ width: 7ch\0;
389
+ display: inline-block;
390
+ }
391
+ .flatpickr-current-month .numInputWrapper span.arrowUp:after {
392
+ border-bottom-color: rgba(0,0,0,0.9);
393
+ }
394
+ .flatpickr-current-month .numInputWrapper span.arrowDown:after {
395
+ border-top-color: rgba(0,0,0,0.9);
396
+ }
397
+ .flatpickr-current-month input.cur-year {
398
+ background: transparent;
399
+ -webkit-box-sizing: border-box;
400
+ box-sizing: border-box;
401
+ color: inherit;
402
+ cursor: text;
403
+ padding: 0 0 0 0.5ch;
404
+ margin: 0;
405
+ display: inline-block;
406
+ font-size: inherit;
407
+ font-family: inherit;
408
+ font-weight: 300;
409
+ line-height: inherit;
410
+ height: auto;
411
+ border: 0;
412
+ border-radius: 0;
413
+ vertical-align: initial;
414
+ -webkit-appearance: textfield;
415
+ -moz-appearance: textfield;
416
+ appearance: textfield;
417
+ }
418
+ .flatpickr-current-month input.cur-year:focus {
419
+ outline: 0;
420
+ }
421
+ .flatpickr-current-month input.cur-year[disabled],
422
+ .flatpickr-current-month input.cur-year[disabled]:hover {
423
+ font-size: 100%;
424
+ color: rgba(0,0,0,0.5);
425
+ background: transparent;
426
+ pointer-events: none;
427
+ }
428
+ .flatpickr-current-month .flatpickr-monthDropdown-months {
429
+ appearance: menulist;
430
+ background: transparent;
431
+ border: none;
432
+ border-radius: 0;
433
+ box-sizing: border-box;
434
+ color: inherit;
435
+ cursor: pointer;
436
+ font-size: inherit;
437
+ font-family: inherit;
438
+ font-weight: 300;
439
+ height: auto;
440
+ line-height: inherit;
441
+ margin: -1px 0 0 0;
442
+ outline: none;
443
+ padding: 0 0 0 0.5ch;
444
+ position: relative;
445
+ vertical-align: initial;
446
+ -webkit-box-sizing: border-box;
447
+ -webkit-appearance: menulist;
448
+ -moz-appearance: menulist;
449
+ width: auto;
450
+ }
451
+ .flatpickr-current-month .flatpickr-monthDropdown-months:focus,
452
+ .flatpickr-current-month .flatpickr-monthDropdown-months:active {
453
+ outline: none;
454
+ }
455
+ .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
456
+ background: rgba(0,0,0,0.05);
457
+ }
458
+ .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
459
+ background-color: transparent;
460
+ outline: none;
461
+ padding: 0;
462
+ }
463
+ .flatpickr-weekdays {
464
+ background: transparent;
465
+ text-align: center;
466
+ overflow: hidden;
467
+ width: 100%;
468
+ display: -webkit-box;
469
+ display: -webkit-flex;
470
+ display: -ms-flexbox;
471
+ display: flex;
472
+ -webkit-box-align: center;
473
+ -webkit-align-items: center;
474
+ -ms-flex-align: center;
475
+ align-items: center;
476
+ height: 28px;
477
+ }
478
+ .flatpickr-weekdays .flatpickr-weekdaycontainer {
479
+ display: -webkit-box;
480
+ display: -webkit-flex;
481
+ display: -ms-flexbox;
482
+ display: flex;
483
+ -webkit-box-flex: 1;
484
+ -webkit-flex: 1;
485
+ -ms-flex: 1;
486
+ flex: 1;
487
+ }
488
+ span.flatpickr-weekday {
489
+ cursor: default;
490
+ font-size: 90%;
491
+ background: transparent;
492
+ color: rgba(0,0,0,0.54);
493
+ line-height: 1;
494
+ margin: 0;
495
+ text-align: center;
496
+ display: block;
497
+ -webkit-box-flex: 1;
498
+ -webkit-flex: 1;
499
+ -ms-flex: 1;
500
+ flex: 1;
501
+ font-weight: bolder;
502
+ }
503
+ .dayContainer,
504
+ .flatpickr-weeks {
505
+ padding: 1px 0 0 0;
506
+ }
507
+ .flatpickr-days {
508
+ position: relative;
509
+ overflow: hidden;
510
+ display: -webkit-box;
511
+ display: -webkit-flex;
512
+ display: -ms-flexbox;
513
+ display: flex;
514
+ -webkit-box-align: start;
515
+ -webkit-align-items: flex-start;
516
+ -ms-flex-align: start;
517
+ align-items: flex-start;
518
+ width: 307.875px;
519
+ }
520
+ .flatpickr-days:focus {
521
+ outline: 0;
522
+ }
523
+ .dayContainer {
524
+ padding: 0;
525
+ outline: 0;
526
+ text-align: left;
527
+ width: 307.875px;
528
+ min-width: 307.875px;
529
+ max-width: 307.875px;
530
+ -webkit-box-sizing: border-box;
531
+ box-sizing: border-box;
532
+ display: inline-block;
533
+ display: -ms-flexbox;
534
+ display: -webkit-box;
535
+ display: -webkit-flex;
536
+ display: flex;
537
+ -webkit-flex-wrap: wrap;
538
+ flex-wrap: wrap;
539
+ -ms-flex-wrap: wrap;
540
+ -ms-flex-pack: justify;
541
+ -webkit-justify-content: space-around;
542
+ justify-content: space-around;
543
+ -webkit-transform: translate3d(0px, 0px, 0px);
544
+ transform: translate3d(0px, 0px, 0px);
545
+ opacity: 1;
546
+ }
547
+ .dayContainer + .dayContainer {
548
+ -webkit-box-shadow: -1px 0 0 #e6e6e6;
549
+ box-shadow: -1px 0 0 #e6e6e6;
550
+ }
551
+ .flatpickr-day {
552
+ background: none;
553
+ border: 1px solid transparent;
554
+ border-radius: 150px;
555
+ -webkit-box-sizing: border-box;
556
+ box-sizing: border-box;
557
+ color: #393939;
558
+ cursor: pointer;
559
+ font-weight: 400;
560
+ width: 14.2857143%;
561
+ -webkit-flex-basis: 14.2857143%;
562
+ -ms-flex-preferred-size: 14.2857143%;
563
+ flex-basis: 14.2857143%;
564
+ max-width: 39px;
565
+ height: 39px;
566
+ line-height: 39px;
567
+ margin: 0;
568
+ display: inline-block;
569
+ position: relative;
570
+ -webkit-box-pack: center;
571
+ -webkit-justify-content: center;
572
+ -ms-flex-pack: center;
573
+ justify-content: center;
574
+ text-align: center;
575
+ }
576
+ .flatpickr-day.inRange,
577
+ .flatpickr-day.prevMonthDay.inRange,
578
+ .flatpickr-day.nextMonthDay.inRange,
579
+ .flatpickr-day.today.inRange,
580
+ .flatpickr-day.prevMonthDay.today.inRange,
581
+ .flatpickr-day.nextMonthDay.today.inRange,
582
+ .flatpickr-day:hover,
583
+ .flatpickr-day.prevMonthDay:hover,
584
+ .flatpickr-day.nextMonthDay:hover,
585
+ .flatpickr-day:focus,
586
+ .flatpickr-day.prevMonthDay:focus,
587
+ .flatpickr-day.nextMonthDay:focus {
588
+ cursor: pointer;
589
+ outline: 0;
590
+ background: #e6e6e6;
591
+ border-color: #e6e6e6;
592
+ }
593
+ .flatpickr-day.today {
594
+ border-color: #959ea9;
595
+ }
596
+ .flatpickr-day.today:hover,
597
+ .flatpickr-day.today:focus {
598
+ border-color: #959ea9;
599
+ background: #959ea9;
600
+ color: #fff;
601
+ }
602
+ .flatpickr-day.selected,
603
+ .flatpickr-day.startRange,
604
+ .flatpickr-day.endRange,
605
+ .flatpickr-day.selected.inRange,
606
+ .flatpickr-day.startRange.inRange,
607
+ .flatpickr-day.endRange.inRange,
608
+ .flatpickr-day.selected:focus,
609
+ .flatpickr-day.startRange:focus,
610
+ .flatpickr-day.endRange:focus,
611
+ .flatpickr-day.selected:hover,
612
+ .flatpickr-day.startRange:hover,
613
+ .flatpickr-day.endRange:hover,
614
+ .flatpickr-day.selected.prevMonthDay,
615
+ .flatpickr-day.startRange.prevMonthDay,
616
+ .flatpickr-day.endRange.prevMonthDay,
617
+ .flatpickr-day.selected.nextMonthDay,
618
+ .flatpickr-day.startRange.nextMonthDay,
619
+ .flatpickr-day.endRange.nextMonthDay {
620
+ background: #569ff7;
621
+ -webkit-box-shadow: none;
622
+ box-shadow: none;
623
+ color: #fff;
624
+ border-color: #569ff7;
625
+ }
626
+ .flatpickr-day.selected.startRange,
627
+ .flatpickr-day.startRange.startRange,
628
+ .flatpickr-day.endRange.startRange {
629
+ border-radius: 50px 0 0 50px;
630
+ }
631
+ .flatpickr-day.selected.endRange,
632
+ .flatpickr-day.startRange.endRange,
633
+ .flatpickr-day.endRange.endRange {
634
+ border-radius: 0 50px 50px 0;
635
+ }
636
+ .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
637
+ .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
638
+ .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
639
+ -webkit-box-shadow: -10px 0 0 #569ff7;
640
+ box-shadow: -10px 0 0 #569ff7;
641
+ }
642
+ .flatpickr-day.selected.startRange.endRange,
643
+ .flatpickr-day.startRange.startRange.endRange,
644
+ .flatpickr-day.endRange.startRange.endRange {
645
+ border-radius: 50px;
646
+ }
647
+ .flatpickr-day.inRange {
648
+ border-radius: 0;
649
+ -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
650
+ box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
651
+ }
652
+ .flatpickr-day.flatpickr-disabled,
653
+ .flatpickr-day.flatpickr-disabled:hover,
654
+ .flatpickr-day.prevMonthDay,
655
+ .flatpickr-day.nextMonthDay,
656
+ .flatpickr-day.notAllowed,
657
+ .flatpickr-day.notAllowed.prevMonthDay,
658
+ .flatpickr-day.notAllowed.nextMonthDay {
659
+ color: rgba(57,57,57,0.3);
660
+ background: transparent;
661
+ border-color: transparent;
662
+ cursor: default;
663
+ }
664
+ .flatpickr-day.flatpickr-disabled,
665
+ .flatpickr-day.flatpickr-disabled:hover {
666
+ cursor: not-allowed;
667
+ color: rgba(57,57,57,0.1);
668
+ }
669
+ .flatpickr-day.week.selected {
670
+ border-radius: 0;
671
+ -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
672
+ box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
673
+ }
674
+ .flatpickr-day.hidden {
675
+ visibility: hidden;
676
+ }
677
+ .rangeMode .flatpickr-day {
678
+ margin-top: 1px;
679
+ }
680
+ .flatpickr-weekwrapper {
681
+ float: left;
682
+ }
683
+ .flatpickr-weekwrapper .flatpickr-weeks {
684
+ padding: 0 12px;
685
+ -webkit-box-shadow: 1px 0 0 #e6e6e6;
686
+ box-shadow: 1px 0 0 #e6e6e6;
687
+ }
688
+ .flatpickr-weekwrapper .flatpickr-weekday {
689
+ float: none;
690
+ width: 100%;
691
+ line-height: 28px;
692
+ }
693
+ .flatpickr-weekwrapper span.flatpickr-day,
694
+ .flatpickr-weekwrapper span.flatpickr-day:hover {
695
+ display: block;
696
+ width: 100%;
697
+ max-width: none;
698
+ color: rgba(57,57,57,0.3);
699
+ background: transparent;
700
+ cursor: default;
701
+ border: none;
702
+ }
703
+ .flatpickr-innerContainer {
704
+ display: block;
705
+ display: -webkit-box;
706
+ display: -webkit-flex;
707
+ display: -ms-flexbox;
708
+ display: flex;
709
+ -webkit-box-sizing: border-box;
710
+ box-sizing: border-box;
711
+ overflow: hidden;
712
+ }
713
+ .flatpickr-rContainer {
714
+ display: inline-block;
715
+ padding: 0;
716
+ -webkit-box-sizing: border-box;
717
+ box-sizing: border-box;
718
+ }
719
+ .flatpickr-time {
720
+ text-align: center;
721
+ outline: 0;
722
+ display: block;
723
+ height: 0;
724
+ line-height: 40px;
725
+ max-height: 40px;
726
+ -webkit-box-sizing: border-box;
727
+ box-sizing: border-box;
728
+ overflow: hidden;
729
+ display: -webkit-box;
730
+ display: -webkit-flex;
731
+ display: -ms-flexbox;
732
+ display: flex;
733
+ }
734
+ .flatpickr-time:after {
735
+ content: "";
736
+ display: table;
737
+ clear: both;
738
+ }
739
+ .flatpickr-time .numInputWrapper {
740
+ -webkit-box-flex: 1;
741
+ -webkit-flex: 1;
742
+ -ms-flex: 1;
743
+ flex: 1;
744
+ width: 40%;
745
+ height: 40px;
746
+ float: left;
747
+ }
748
+ .flatpickr-time .numInputWrapper span.arrowUp:after {
749
+ border-bottom-color: #393939;
750
+ }
751
+ .flatpickr-time .numInputWrapper span.arrowDown:after {
752
+ border-top-color: #393939;
753
+ }
754
+ .flatpickr-time.hasSeconds .numInputWrapper {
755
+ width: 26%;
756
+ }
757
+ .flatpickr-time.time24hr .numInputWrapper {
758
+ width: 49%;
759
+ }
760
+ .flatpickr-time input {
761
+ background: transparent;
762
+ -webkit-box-shadow: none;
763
+ box-shadow: none;
764
+ border: 0;
765
+ border-radius: 0;
766
+ text-align: center;
767
+ margin: 0;
768
+ padding: 0;
769
+ height: inherit;
770
+ line-height: inherit;
771
+ color: #393939;
772
+ font-size: 14px;
773
+ position: relative;
774
+ -webkit-box-sizing: border-box;
775
+ box-sizing: border-box;
776
+ -webkit-appearance: textfield;
777
+ -moz-appearance: textfield;
778
+ appearance: textfield;
779
+ }
780
+ .flatpickr-time input.flatpickr-hour {
781
+ font-weight: bold;
782
+ }
783
+ .flatpickr-time input.flatpickr-minute,
784
+ .flatpickr-time input.flatpickr-second {
785
+ font-weight: 400;
786
+ }
787
+ .flatpickr-time input:focus {
788
+ outline: 0;
789
+ border: 0;
790
+ }
791
+ .flatpickr-time .flatpickr-time-separator,
792
+ .flatpickr-time .flatpickr-am-pm {
793
+ height: inherit;
794
+ float: left;
795
+ line-height: inherit;
796
+ color: #393939;
797
+ font-weight: bold;
798
+ width: 2%;
799
+ -webkit-user-select: none;
800
+ -moz-user-select: none;
801
+ -ms-user-select: none;
802
+ user-select: none;
803
+ -webkit-align-self: center;
804
+ -ms-flex-item-align: center;
805
+ align-self: center;
806
+ }
807
+ .flatpickr-time .flatpickr-am-pm {
808
+ outline: 0;
809
+ width: 18%;
810
+ cursor: pointer;
811
+ text-align: center;
812
+ font-weight: 400;
813
+ }
814
+ .flatpickr-time input:hover,
815
+ .flatpickr-time .flatpickr-am-pm:hover,
816
+ .flatpickr-time input:focus,
817
+ .flatpickr-time .flatpickr-am-pm:focus {
818
+ background: #eee;
819
+ }
820
+ .flatpickr-input[readonly] {
821
+ cursor: pointer;
822
+ }
823
+ @-webkit-keyframes fpFadeInDown {
824
+ from {
825
+ opacity: 0;
826
+ -webkit-transform: translate3d(0, -20px, 0);
827
+ transform: translate3d(0, -20px, 0);
828
+ }
829
+ to {
830
+ opacity: 1;
831
+ -webkit-transform: translate3d(0, 0, 0);
832
+ transform: translate3d(0, 0, 0);
833
+ }
834
+ }
835
+ @keyframes fpFadeInDown {
836
+ from {
837
+ opacity: 0;
838
+ -webkit-transform: translate3d(0, -20px, 0);
839
+ transform: translate3d(0, -20px, 0);
840
+ }
841
+ to {
842
+ opacity: 1;
843
+ -webkit-transform: translate3d(0, 0, 0);
844
+ transform: translate3d(0, 0, 0);
845
+ }
59
846
  }