@blockscout/ui-toolkit
Version:
A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects
20 lines (19 loc) • 489 B
TypeScript
declare const styles: {
'.grecaptcha-badge': {
visibility: string;
};
'div:has(div):has(iframe[title="recaptcha challenge expires in two minutes"])': {
'&::after': {
content: string;
display: string;
position: string;
top: number;
left: number;
width: string;
height: string;
zIndex: number;
bgColor: string;
};
};
};
export default styles;