@wordpress/edit-site 6.23.0 → 6.24.0

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.
Files changed (27) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/build/components/global-styles/color-palette-panel.js +20 -8
  3. package/build/components/global-styles/color-palette-panel.js.map +1 -1
  4. package/build/components/global-styles/font-library-modal/font-collection.js +1 -1
  5. package/build/components/global-styles/font-library-modal/font-collection.js.map +1 -1
  6. package/build/components/global-styles/palette.js +0 -8
  7. package/build/components/global-styles/palette.js.map +1 -1
  8. package/build/components/sidebar-navigation-screen-main/index.js +6 -6
  9. package/build/components/sidebar-navigation-screen-main/index.js.map +1 -1
  10. package/build-module/components/global-styles/color-palette-panel.js +21 -9
  11. package/build-module/components/global-styles/color-palette-panel.js.map +1 -1
  12. package/build-module/components/global-styles/font-library-modal/font-collection.js +1 -1
  13. package/build-module/components/global-styles/font-library-modal/font-collection.js.map +1 -1
  14. package/build-module/components/global-styles/palette.js +2 -10
  15. package/build-module/components/global-styles/palette.js.map +1 -1
  16. package/build-module/components/sidebar-navigation-screen-main/index.js +6 -6
  17. package/build-module/components/sidebar-navigation-screen-main/index.js.map +1 -1
  18. package/build-style/posts-rtl.css +137 -16
  19. package/build-style/posts.css +137 -16
  20. package/build-style/style-rtl.css +137 -16
  21. package/build-style/style.css +137 -16
  22. package/package.json +42 -42
  23. package/src/components/global-styles/color-palette-panel.js +29 -11
  24. package/src/components/global-styles/font-library-modal/font-collection.js +1 -1
  25. package/src/components/global-styles/palette.js +1 -16
  26. package/src/components/sidebar-navigation-screen-main/index.js +7 -7
  27. package/tsconfig.tsbuildinfo +1 -1
@@ -1,16 +1,13 @@
1
1
  @charset "UTF-8";
2
- /**
3
- * Converts a hex value into the rgb equivalent.
4
- *
5
- * @param {string} hex - the hexadecimal value to convert
6
- * @return {string} comma separated rgb values
7
- */
8
2
  /**
9
3
  * Colors
10
4
  */
11
5
  /**
12
6
  * Breakpoints & Media Queries
13
7
  */
8
+ /**
9
+ * Colors
10
+ */
14
11
  /**
15
12
  * SCSS Variables.
16
13
  *
@@ -18,15 +15,136 @@
18
15
  * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
19
16
  * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
20
17
  */
18
+ /**
19
+ * Fonts & basic variables.
20
+ */
21
+ /**
22
+ * Typography
23
+ */
24
+ /**
25
+ * Grid System.
26
+ * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
27
+ */
28
+ /**
29
+ * Radius scale.
30
+ */
31
+ /**
32
+ * Elevation scale.
33
+ */
34
+ /**
35
+ * Dimensions.
36
+ */
37
+ /**
38
+ * Mobile specific styles
39
+ */
40
+ /**
41
+ * Editor styles.
42
+ */
43
+ /**
44
+ * Block & Editor UI.
45
+ */
46
+ /**
47
+ * Block paddings.
48
+ */
49
+ /**
50
+ * React Native specific.
51
+ * These variables do not appear to be used anywhere else.
52
+ */
53
+ /**
54
+ * Colors
55
+ */
56
+ /**
57
+ * SCSS Variables.
58
+ *
59
+ * Please use variables from this sheet to ensure consistency across the UI.
60
+ * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
61
+ * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
62
+ */
63
+ /**
64
+ * Fonts & basic variables.
65
+ */
66
+ /**
67
+ * Typography
68
+ */
69
+ /**
70
+ * Grid System.
71
+ * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
72
+ */
73
+ /**
74
+ * Radius scale.
75
+ */
76
+ /**
77
+ * Elevation scale.
78
+ */
79
+ /**
80
+ * Dimensions.
81
+ */
82
+ /**
83
+ * Mobile specific styles
84
+ */
85
+ /**
86
+ * Editor styles.
87
+ */
88
+ /**
89
+ * Block & Editor UI.
90
+ */
91
+ /**
92
+ * Block paddings.
93
+ */
94
+ /**
95
+ * React Native specific.
96
+ * These variables do not appear to be used anywhere else.
97
+ */
98
+ /**
99
+ * Breakpoints & Media Queries
100
+ */
21
101
  /**
22
102
  * Converts a hex value into the rgb equivalent.
23
103
  *
24
104
  * @param {string} hex - the hexadecimal value to convert
25
105
  * @return {string} comma separated rgb values
26
106
  */
107
+ /**
108
+ * Long content fade mixin
109
+ *
110
+ * Creates a fading overlay to signify that the content is longer
111
+ * than the space allows.
112
+ */
113
+ /**
114
+ * Typography
115
+ */
116
+ /**
117
+ * Breakpoint mixins
118
+ */
119
+ /**
120
+ * Focus styles.
121
+ */
122
+ /**
123
+ * Applies editor left position to the selector passed as argument
124
+ */
125
+ /**
126
+ * Styles that are reused verbatim in a few places
127
+ */
128
+ /**
129
+ * Allows users to opt-out of animations via OS-level preferences.
130
+ */
131
+ /**
132
+ * Reset default styles for JavaScript UI based pages.
133
+ * This is a WP-admin agnostic reset
134
+ */
135
+ /**
136
+ * Reset the WP Admin page styles for Gutenberg-like pages.
137
+ */
27
138
  /**
28
139
  * Colors
29
140
  */
141
+ /**
142
+ * SCSS Variables.
143
+ *
144
+ * Please use variables from this sheet to ensure consistency across the UI.
145
+ * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
146
+ * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
147
+ */
30
148
  /**
31
149
  * Fonts & basic variables.
32
150
  */
@@ -62,6 +180,9 @@
62
180
  * React Native specific.
63
181
  * These variables do not appear to be used anywhere else.
64
182
  */
183
+ /**
184
+ * Breakpoints & Media Queries
185
+ */
65
186
  /**
66
187
  * Converts a hex value into the rgb equivalent.
67
188
  *
@@ -100,6 +221,9 @@
100
221
  * Reset the WP Admin page styles for Gutenberg-like pages.
101
222
  */
102
223
  :root {
224
+ --wp-block-synced-color: #7a00df;
225
+ --wp-block-synced-color--rgb: 122, 0, 223;
226
+ --wp-bound-block-color: var(--wp-block-synced-color);
103
227
  --wp-admin-theme-color: #007cba;
104
228
  --wp-admin-theme-color--rgb: 0, 124, 186;
105
229
  --wp-admin-theme-color-darker-10: #006ba1;
@@ -107,9 +231,6 @@
107
231
  --wp-admin-theme-color-darker-20: #005a87;
108
232
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
109
233
  --wp-admin-border-width-focus: 2px;
110
- --wp-block-synced-color: #7a00df;
111
- --wp-block-synced-color--rgb: 122, 0, 223;
112
- --wp-bound-block-color: var(--wp-block-synced-color);
113
234
  }
114
235
  @media (min-resolution: 192dpi) {
115
236
  :root {
@@ -409,13 +530,13 @@
409
530
  .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
410
531
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
411
532
  padding: 6px 8px;
412
- box-shadow: 0 0 0 transparent;
413
- border-radius: 2px;
414
- border: 1px solid #949494;
415
533
  /* Fonts smaller than 16px causes mobile safari to zoom. */
416
534
  font-size: 16px;
417
535
  /* Override core line-height. To be reviewed. */
418
536
  line-height: normal;
537
+ box-shadow: 0 0 0 transparent;
538
+ border-radius: 2px;
539
+ border: 1px solid #949494;
419
540
  display: block;
420
541
  padding: 0 32px 0 8px;
421
542
  background: #f0f0f0;
@@ -1597,7 +1718,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
1597
1718
  contain: content;
1598
1719
  }
1599
1720
 
1600
- @keyframes _xldb3_slide-from-right {
1721
+ @keyframes _ljcwp_slide-from-right {
1601
1722
  from {
1602
1723
  transform: translateX(50px);
1603
1724
  opacity: 0;
@@ -1607,7 +1728,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
1607
1728
  opacity: 1;
1608
1729
  }
1609
1730
  }
1610
- @keyframes _xldb3_slide-from-left {
1731
+ @keyframes _ljcwp_slide-from-left {
1611
1732
  from {
1612
1733
  transform: translateX(-50px);
1613
1734
  opacity: 0;
@@ -1663,10 +1784,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
1663
1784
  }
1664
1785
  }
1665
1786
  .edit-site-sidebar__screen-wrapper.slide-from-left {
1666
- animation-name: _xldb3_slide-from-left;
1787
+ animation-name: _ljcwp_slide-from-left;
1667
1788
  }
1668
1789
  .edit-site-sidebar__screen-wrapper.slide-from-right {
1669
- animation-name: _xldb3_slide-from-right;
1790
+ animation-name: _ljcwp_slide-from-right;
1670
1791
  }
1671
1792
 
1672
1793
  .edit-site-site-hub {
@@ -1,16 +1,13 @@
1
1
  @charset "UTF-8";
2
- /**
3
- * Converts a hex value into the rgb equivalent.
4
- *
5
- * @param {string} hex - the hexadecimal value to convert
6
- * @return {string} comma separated rgb values
7
- */
8
2
  /**
9
3
  * Colors
10
4
  */
11
5
  /**
12
6
  * Breakpoints & Media Queries
13
7
  */
8
+ /**
9
+ * Colors
10
+ */
14
11
  /**
15
12
  * SCSS Variables.
16
13
  *
@@ -18,15 +15,136 @@
18
15
  * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
19
16
  * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
20
17
  */
18
+ /**
19
+ * Fonts & basic variables.
20
+ */
21
+ /**
22
+ * Typography
23
+ */
24
+ /**
25
+ * Grid System.
26
+ * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
27
+ */
28
+ /**
29
+ * Radius scale.
30
+ */
31
+ /**
32
+ * Elevation scale.
33
+ */
34
+ /**
35
+ * Dimensions.
36
+ */
37
+ /**
38
+ * Mobile specific styles
39
+ */
40
+ /**
41
+ * Editor styles.
42
+ */
43
+ /**
44
+ * Block & Editor UI.
45
+ */
46
+ /**
47
+ * Block paddings.
48
+ */
49
+ /**
50
+ * React Native specific.
51
+ * These variables do not appear to be used anywhere else.
52
+ */
53
+ /**
54
+ * Colors
55
+ */
56
+ /**
57
+ * SCSS Variables.
58
+ *
59
+ * Please use variables from this sheet to ensure consistency across the UI.
60
+ * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
61
+ * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
62
+ */
63
+ /**
64
+ * Fonts & basic variables.
65
+ */
66
+ /**
67
+ * Typography
68
+ */
69
+ /**
70
+ * Grid System.
71
+ * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
72
+ */
73
+ /**
74
+ * Radius scale.
75
+ */
76
+ /**
77
+ * Elevation scale.
78
+ */
79
+ /**
80
+ * Dimensions.
81
+ */
82
+ /**
83
+ * Mobile specific styles
84
+ */
85
+ /**
86
+ * Editor styles.
87
+ */
88
+ /**
89
+ * Block & Editor UI.
90
+ */
91
+ /**
92
+ * Block paddings.
93
+ */
94
+ /**
95
+ * React Native specific.
96
+ * These variables do not appear to be used anywhere else.
97
+ */
98
+ /**
99
+ * Breakpoints & Media Queries
100
+ */
21
101
  /**
22
102
  * Converts a hex value into the rgb equivalent.
23
103
  *
24
104
  * @param {string} hex - the hexadecimal value to convert
25
105
  * @return {string} comma separated rgb values
26
106
  */
107
+ /**
108
+ * Long content fade mixin
109
+ *
110
+ * Creates a fading overlay to signify that the content is longer
111
+ * than the space allows.
112
+ */
113
+ /**
114
+ * Typography
115
+ */
116
+ /**
117
+ * Breakpoint mixins
118
+ */
119
+ /**
120
+ * Focus styles.
121
+ */
122
+ /**
123
+ * Applies editor left position to the selector passed as argument
124
+ */
125
+ /**
126
+ * Styles that are reused verbatim in a few places
127
+ */
128
+ /**
129
+ * Allows users to opt-out of animations via OS-level preferences.
130
+ */
131
+ /**
132
+ * Reset default styles for JavaScript UI based pages.
133
+ * This is a WP-admin agnostic reset
134
+ */
135
+ /**
136
+ * Reset the WP Admin page styles for Gutenberg-like pages.
137
+ */
27
138
  /**
28
139
  * Colors
29
140
  */
141
+ /**
142
+ * SCSS Variables.
143
+ *
144
+ * Please use variables from this sheet to ensure consistency across the UI.
145
+ * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
146
+ * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
147
+ */
30
148
  /**
31
149
  * Fonts & basic variables.
32
150
  */
@@ -62,6 +180,9 @@
62
180
  * React Native specific.
63
181
  * These variables do not appear to be used anywhere else.
64
182
  */
183
+ /**
184
+ * Breakpoints & Media Queries
185
+ */
65
186
  /**
66
187
  * Converts a hex value into the rgb equivalent.
67
188
  *
@@ -100,6 +221,9 @@
100
221
  * Reset the WP Admin page styles for Gutenberg-like pages.
101
222
  */
102
223
  :root {
224
+ --wp-block-synced-color: #7a00df;
225
+ --wp-block-synced-color--rgb: 122, 0, 223;
226
+ --wp-bound-block-color: var(--wp-block-synced-color);
103
227
  --wp-admin-theme-color: #007cba;
104
228
  --wp-admin-theme-color--rgb: 0, 124, 186;
105
229
  --wp-admin-theme-color-darker-10: #006ba1;
@@ -107,9 +231,6 @@
107
231
  --wp-admin-theme-color-darker-20: #005a87;
108
232
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
109
233
  --wp-admin-border-width-focus: 2px;
110
- --wp-block-synced-color: #7a00df;
111
- --wp-block-synced-color--rgb: 122, 0, 223;
112
- --wp-bound-block-color: var(--wp-block-synced-color);
113
234
  }
114
235
  @media (min-resolution: 192dpi) {
115
236
  :root {
@@ -409,13 +530,13 @@
409
530
  .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
410
531
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
411
532
  padding: 6px 8px;
412
- box-shadow: 0 0 0 transparent;
413
- border-radius: 2px;
414
- border: 1px solid #949494;
415
533
  /* Fonts smaller than 16px causes mobile safari to zoom. */
416
534
  font-size: 16px;
417
535
  /* Override core line-height. To be reviewed. */
418
536
  line-height: normal;
537
+ box-shadow: 0 0 0 transparent;
538
+ border-radius: 2px;
539
+ border: 1px solid #949494;
419
540
  display: block;
420
541
  padding: 0 8px 0 32px;
421
542
  background: #f0f0f0;
@@ -2781,7 +2902,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
2781
2902
  contain: content;
2782
2903
  }
2783
2904
 
2784
- @keyframes _6kpm0_slide-from-right {
2905
+ @keyframes _r2pke_slide-from-right {
2785
2906
  from {
2786
2907
  transform: translateX(-50px);
2787
2908
  opacity: 0;
@@ -2791,7 +2912,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
2791
2912
  opacity: 1;
2792
2913
  }
2793
2914
  }
2794
- @keyframes _6kpm0_slide-from-left {
2915
+ @keyframes _r2pke_slide-from-left {
2795
2916
  from {
2796
2917
  transform: translateX(50px);
2797
2918
  opacity: 0;
@@ -2847,10 +2968,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
2847
2968
  }
2848
2969
  }
2849
2970
  .edit-site-sidebar__screen-wrapper.slide-from-left {
2850
- animation-name: _6kpm0_slide-from-left;
2971
+ animation-name: _r2pke_slide-from-left;
2851
2972
  }
2852
2973
  .edit-site-sidebar__screen-wrapper.slide-from-right {
2853
- animation-name: _6kpm0_slide-from-right;
2974
+ animation-name: _r2pke_slide-from-right;
2854
2975
  }
2855
2976
 
2856
2977
  .edit-site-sidebar-button {
@@ -1,16 +1,13 @@
1
1
  @charset "UTF-8";
2
- /**
3
- * Converts a hex value into the rgb equivalent.
4
- *
5
- * @param {string} hex - the hexadecimal value to convert
6
- * @return {string} comma separated rgb values
7
- */
8
2
  /**
9
3
  * Colors
10
4
  */
11
5
  /**
12
6
  * Breakpoints & Media Queries
13
7
  */
8
+ /**
9
+ * Colors
10
+ */
14
11
  /**
15
12
  * SCSS Variables.
16
13
  *
@@ -18,15 +15,136 @@
18
15
  * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
19
16
  * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
20
17
  */
18
+ /**
19
+ * Fonts & basic variables.
20
+ */
21
+ /**
22
+ * Typography
23
+ */
24
+ /**
25
+ * Grid System.
26
+ * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
27
+ */
28
+ /**
29
+ * Radius scale.
30
+ */
31
+ /**
32
+ * Elevation scale.
33
+ */
34
+ /**
35
+ * Dimensions.
36
+ */
37
+ /**
38
+ * Mobile specific styles
39
+ */
40
+ /**
41
+ * Editor styles.
42
+ */
43
+ /**
44
+ * Block & Editor UI.
45
+ */
46
+ /**
47
+ * Block paddings.
48
+ */
49
+ /**
50
+ * React Native specific.
51
+ * These variables do not appear to be used anywhere else.
52
+ */
53
+ /**
54
+ * Colors
55
+ */
56
+ /**
57
+ * SCSS Variables.
58
+ *
59
+ * Please use variables from this sheet to ensure consistency across the UI.
60
+ * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
61
+ * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
62
+ */
63
+ /**
64
+ * Fonts & basic variables.
65
+ */
66
+ /**
67
+ * Typography
68
+ */
69
+ /**
70
+ * Grid System.
71
+ * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
72
+ */
73
+ /**
74
+ * Radius scale.
75
+ */
76
+ /**
77
+ * Elevation scale.
78
+ */
79
+ /**
80
+ * Dimensions.
81
+ */
82
+ /**
83
+ * Mobile specific styles
84
+ */
85
+ /**
86
+ * Editor styles.
87
+ */
88
+ /**
89
+ * Block & Editor UI.
90
+ */
91
+ /**
92
+ * Block paddings.
93
+ */
94
+ /**
95
+ * React Native specific.
96
+ * These variables do not appear to be used anywhere else.
97
+ */
98
+ /**
99
+ * Breakpoints & Media Queries
100
+ */
21
101
  /**
22
102
  * Converts a hex value into the rgb equivalent.
23
103
  *
24
104
  * @param {string} hex - the hexadecimal value to convert
25
105
  * @return {string} comma separated rgb values
26
106
  */
107
+ /**
108
+ * Long content fade mixin
109
+ *
110
+ * Creates a fading overlay to signify that the content is longer
111
+ * than the space allows.
112
+ */
113
+ /**
114
+ * Typography
115
+ */
116
+ /**
117
+ * Breakpoint mixins
118
+ */
119
+ /**
120
+ * Focus styles.
121
+ */
122
+ /**
123
+ * Applies editor left position to the selector passed as argument
124
+ */
125
+ /**
126
+ * Styles that are reused verbatim in a few places
127
+ */
128
+ /**
129
+ * Allows users to opt-out of animations via OS-level preferences.
130
+ */
131
+ /**
132
+ * Reset default styles for JavaScript UI based pages.
133
+ * This is a WP-admin agnostic reset
134
+ */
135
+ /**
136
+ * Reset the WP Admin page styles for Gutenberg-like pages.
137
+ */
27
138
  /**
28
139
  * Colors
29
140
  */
141
+ /**
142
+ * SCSS Variables.
143
+ *
144
+ * Please use variables from this sheet to ensure consistency across the UI.
145
+ * Don't add to this sheet unless you're pretty sure the value will be reused in many places.
146
+ * For example, don't add rules to this sheet that affect block visuals. It's purely for UI.
147
+ */
30
148
  /**
31
149
  * Fonts & basic variables.
32
150
  */
@@ -62,6 +180,9 @@
62
180
  * React Native specific.
63
181
  * These variables do not appear to be used anywhere else.
64
182
  */
183
+ /**
184
+ * Breakpoints & Media Queries
185
+ */
65
186
  /**
66
187
  * Converts a hex value into the rgb equivalent.
67
188
  *
@@ -100,6 +221,9 @@
100
221
  * Reset the WP Admin page styles for Gutenberg-like pages.
101
222
  */
102
223
  :root {
224
+ --wp-block-synced-color: #7a00df;
225
+ --wp-block-synced-color--rgb: 122, 0, 223;
226
+ --wp-bound-block-color: var(--wp-block-synced-color);
103
227
  --wp-admin-theme-color: #007cba;
104
228
  --wp-admin-theme-color--rgb: 0, 124, 186;
105
229
  --wp-admin-theme-color-darker-10: #006ba1;
@@ -107,9 +231,6 @@
107
231
  --wp-admin-theme-color-darker-20: #005a87;
108
232
  --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
109
233
  --wp-admin-border-width-focus: 2px;
110
- --wp-block-synced-color: #7a00df;
111
- --wp-block-synced-color--rgb: 122, 0, 223;
112
- --wp-bound-block-color: var(--wp-block-synced-color);
113
234
  }
114
235
  @media (min-resolution: 192dpi) {
115
236
  :root {
@@ -409,13 +530,13 @@
409
530
  .dataviews-filters__search-widget-filter-combobox__wrapper .dataviews-filters__search-widget-filter-combobox__input {
410
531
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
411
532
  padding: 6px 8px;
412
- box-shadow: 0 0 0 transparent;
413
- border-radius: 2px;
414
- border: 1px solid #949494;
415
533
  /* Fonts smaller than 16px causes mobile safari to zoom. */
416
534
  font-size: 16px;
417
535
  /* Override core line-height. To be reviewed. */
418
536
  line-height: normal;
537
+ box-shadow: 0 0 0 transparent;
538
+ border-radius: 2px;
539
+ border: 1px solid #949494;
419
540
  display: block;
420
541
  padding: 0 32px 0 8px;
421
542
  background: #f0f0f0;
@@ -2782,7 +2903,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
2782
2903
  contain: content;
2783
2904
  }
2784
2905
 
2785
- @keyframes _6kpm0_slide-from-right {
2906
+ @keyframes _r2pke_slide-from-right {
2786
2907
  from {
2787
2908
  transform: translateX(50px);
2788
2909
  opacity: 0;
@@ -2792,7 +2913,7 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
2792
2913
  opacity: 1;
2793
2914
  }
2794
2915
  }
2795
- @keyframes _6kpm0_slide-from-left {
2916
+ @keyframes _r2pke_slide-from-left {
2796
2917
  from {
2797
2918
  transform: translateX(-50px);
2798
2919
  opacity: 0;
@@ -2848,10 +2969,10 @@ html.canvas-mode-edit-transition::view-transition-group(toggle) {
2848
2969
  }
2849
2970
  }
2850
2971
  .edit-site-sidebar__screen-wrapper.slide-from-left {
2851
- animation-name: _6kpm0_slide-from-left;
2972
+ animation-name: _r2pke_slide-from-left;
2852
2973
  }
2853
2974
  .edit-site-sidebar__screen-wrapper.slide-from-right {
2854
- animation-name: _6kpm0_slide-from-right;
2975
+ animation-name: _r2pke_slide-from-right;
2855
2976
  }
2856
2977
 
2857
2978
  .edit-site-sidebar-button {