UNPKG

@usercentrics/cmp-browser-sdk

Version:
10 lines (9 loc) 553 B
export declare const FONT_FAMILY = "BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif"; export declare const FONT_SIZE = 14; export declare const ACTIVE_TOGGLE = "#336AB7"; export declare const DISABLED_TOGGLE = "#dedede"; export declare const INACTIVE_TOGGLE = "#595959"; export declare const WHITE = "#ffffff"; export declare const SMALL_BORDER_RADIUS = "4px"; export declare const MEDIUM_BORDER_RADIUS = "8px"; export declare const OPACITY = 0.7;