aloha-vue 1.2.78 → 1.2.79
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/package.json
CHANGED
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
--a_menu_2_submenu_open_color: var(--a_color_white);
|
|
51
51
|
--a_menu_2_submenu_border_radius: 1rem;
|
|
52
52
|
--a_menu_2_submenu_border_width: 2px;
|
|
53
|
-
--a_menu_2_search_height:
|
|
53
|
+
--a_menu_2_search_height: 38px;
|
|
54
54
|
--a_menu_2_search_link_focus_size: inset 0 0 1px 2px;
|
|
55
55
|
--a_menu_2_close_panel_width: 300px;
|
|
56
56
|
--a_menu_2_close_panel_max_height: 400px;
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
.a_menu_2__btn_toggle {
|
|
260
|
-
--a_menu_2_btn_toggle_width:
|
|
260
|
+
--a_menu_2_btn_toggle_width: 42px;
|
|
261
261
|
--a_menu_2_btn_toggle_height: 38px;
|
|
262
262
|
--a_menu_2_btn_toggle_bar_width: 18px;
|
|
263
263
|
--a_menu_2_btn_toggle_bar_height: 2px;
|
|
@@ -266,7 +266,9 @@
|
|
|
266
266
|
--a_menu_2_btn_toggle_bar_3_top: 24px;
|
|
267
267
|
--a_menu_2_btn_toggle_bar_bg: var(--a_btn_color, var(--a_color_white));
|
|
268
268
|
|
|
269
|
+
min-height: var(--a_menu_2_btn_toggle_height);
|
|
269
270
|
height: var(--a_menu_2_btn_toggle_height);
|
|
271
|
+
min-width: var(--a_menu_2_btn_toggle_width);
|
|
270
272
|
width: var(--a_menu_2_btn_toggle_width);
|
|
271
273
|
position: relative;
|
|
272
274
|
&:active,
|