@blockscout/ui-toolkit
Version:
A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects
37 lines (36 loc) • 970 B
TypeScript
declare const styles: {
'.address-entity': {
'&.address-entity_highlighted': {
_before: {
content: string;
position: string;
py: number;
pl: number;
pr: number;
top: string;
left: string;
width: string;
height: string;
borderRadius: string;
borderColor: string;
borderWidth: string;
borderStyle: string;
bgColor: string;
zIndex: number;
};
'& .entity__shield': {
borderColor: string;
bgColor: string;
};
};
};
'.address-entity_no-copy': {
'&.address-entity_highlighted': {
_before: {
pr: number;
width: string;
};
};
};
};
export default styles;