UNPKG

@siberiaweb/components

Version:
26 lines (21 loc) 625 B
/** * Классы CSS. */ export default class CSS { /** * Хост. */ public static readonly MODAL_FORM: string = "sw-modal-form"; /** * Подложка. */ public static readonly OVERLAY: string = "sw-modal-form_overlay"; /** * Скрытие прокрутки. */ public static readonly OVERFLOW_HIDDEN: string = "sw-modal-form_overflow-hidden"; /** * Закрытие модальной формы. Применяется к подложке. */ public static readonly CLOSING: string = "sw-modal-form_closing"; }