mirror of
https://ghproxy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-07-22 12:27:13 +08:00
* update: plugin name * update: default menu option * update: menu structure * update: add inline checks * update: reduce padding on app icon in menu * fix: height of the modal * update: app menu icon color * update: menu icon colors * fix: menu icon size * update: plugin names * update: HELP_LINK * update: app name * update: icon background color * update: icon size * fix: admin icon size * fix: width of the sidebar
9 lines
305 B
JavaScript
9 lines
305 B
JavaScript
export const HELP_LINK = 'https://go.elementor.com/acc-main-help/';
|
|
export const UPGRADE_LINK = 'https://go.elementor.com/';
|
|
export const LEARN_MORE_LINK =
|
|
'https://go.elementor.com/acc-statement-learn-more/';
|
|
|
|
export const SKELETON_OPTIONS = Object.freeze({
|
|
SPEED: 2,
|
|
FOREGROUND_COLOR: '#D9D9D9',
|
|
});
|