mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-10-08 08:10:10 +08:00
10 lines
257 B
TypeScript
10 lines
257 B
TypeScript
export const FULLSCREEN_CARD_TYPE_CLASS = 'r-modal__preset-card--fullscreen'
|
|
|
|
export const R_MODAL_CLASS = 'r-modal'
|
|
|
|
export const CSS_VARS_KEYS = {
|
|
width: '--r-modal-width',
|
|
cardWidth: '--r-modal-card-width',
|
|
dialogWidth: '--r-modal-dialog-width',
|
|
}
|