-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathunlockButton.styles.ts
More file actions
10 lines (10 loc) · 1.02 KB
/
unlockButton.styles.ts
File metadata and controls
10 lines (10 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
// prettier-ignore
export default {
unlockButton: 'unlock-button mvx:pl-3 mvx:pr-4 mvx:h-15 mvx:flex mvx:gap-4 mvx:cursor-pointer mvx:items-center mvx:transition-all mvx:duration-200 mvx:ease-in-out mvx:bg-secondary mvx:hover:bg-hover',
unlockButtonIcon: 'unlock-button-icon mvx:-order-1 mvx:h-10 mvx:flex mvx:relative mvx:z-1 mvx:items-center mvx:justify-center mvx:w-10',
unlockButtonIconClipped: 'mvx:items-end mvx:justify-start',
unlockButtonLabel: 'unlock-button-label mvx:text-base mvx:relative mvx:z-1 mvx:text-primary mvx:leading-none',
unlockButtonStatus: 'unlock-button-status mvx:ml-auto mvx:relative mvx:rounded-3xl mvx:z-1 mvx:leading-none mvx:flex mvx:items-center mvx:py-1 mvx:px-2 mvx:font-medium mvx:gap-1 mvx:text-xs mvx:bg-surface mvx:border mvx:border-solid mvx:border-outline',
unlockButtonStatusText: 'unlock-button-status-text mvx:text-accent',
unlockButtonStatusIcon: 'unlock-button-status-icon mvx:flex mvx:items-center mvx:text-accent mvx:w-2.5 mvx:h-2.5',
} satisfies Record<string, string>;