123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194 |
- {
- "spacing": [ 0, 4, 8, 16, 24, 32, 40, 48, 56, 64, 72, 80, 88, 96, 104, 112, 120, 128 ],
- "breakpoints": {
- "values": {
- "0": 0,
- "320": 320,
- "400": 400,
- "480": 480
- }
- },
- "palette": {
- "uiBackground": "#040404",
- "ui01": "#141414",
- "ui02": "#292929",
- "ui03": "#3D3D3D",
- "ui04": "#525252",
- "ui05": "#666",
- "action01": "#0056E0",
- "screen01Header": "#17A0DB",
- "action01Hover": "#246FE5",
- "action01Active": "#0045B3",
- "action01Focus": "#99BBF3",
- "action01Disabled": "#00225A",
- "action02": "#3D3D3D",
- "action02Hover": "#525252",
- "action02Active": "#292929",
- "action02Focus": "#858585",
- "action02Disabled": "#141414",
- "action03": "transparent",
- "action03Hover": "#525252",
- "action03Active": "#292929",
- "action03Focus": "#858585",
- "action03Disabled": "transparent",
- "actionDanger": "#CB2233",
- "actionDangerHover": "#E04757",
- "actionDangerActive": "#A21B29",
- "actionDangerFocus": "#EAA7AD",
- "actionDangerDisabled": "#7A141F",
- "bottomSheet": "#111111",
- "text01": "#FFF",
- "text02": "#C2C2C2",
- "text03": "#858585",
- "text04": "#AAAAAA",
- "textError": "#E04757",
- "icon01": "#FFF",
- "icon02": "#C2C2C2",
- "icon03": "#858585",
- "iconError": "#E04757",
- "field01": "#040404",
- "field01Hover": "#292929",
- "field01Focus": "#0056E0",
- "field01Disabled": "#525252",
- "field02": "#FFF",
- "dividerColor": "#AAAAAA",
- "field02Hover": "#CCDDF9",
- "field02Focus": "#0056E0",
- "field02Disabled": "#666",
- "section01": "#E0E0E0",
- "section01Active": "#0045B3",
- "section01Inactive": "#040404",
- "border01": "#A3A3A3",
- "border02": "#666",
- "border03": "#3D3D3D",
- "borderError": "#E04757",
- "link01": "#669AEC",
- "link01Hover": "#99BBF3",
- "link01Active": "#246FE5",
- "success01": "#1EC26A",
- "success02": "#1EC26A",
- "warning01": "#F8AE1A",
- "warning02": "#ED9E1B",
- "support01": "#FF9B42",
- "support02": "#F96E57",
- "support03": "#DF486F",
- "support04": "#B23683",
- "support05": "#73348C",
- "support06": "#6A50D3",
- "support07": "#4380E2",
- "support08": "#00A8B3",
- "support09": "#2AA076"
- },
- "typography": {
- "font": {
- "weightRegular": "400",
- "weightSemiBold": "600"
- },
- "labelRegular": {
- "fontSize": 12,
- "lineHeight": 16,
- "fontWeight": "400",
- "letterSpacing": 0.16
- },
- "labelBold": {
- "fontSize": 12,
- "lineHeight": 16,
- "fontWeight": "600",
- "letterSpacing": 0.16
- },
- "labelButton": {
- "fontSize": 14,
- "lineHeight": 24,
- "fontWeight": "600",
- "letterSpacing": 0
- },
- "labelButtonLarge": {
- "fontSize": 16,
- "lineHeight": 24,
- "fontWeight": "600",
- "letterSpacing": 0
- },
- "bodyShortRegular": {
- "fontSize": 14,
- "lineHeight": 18,
- "fontWeight": "400",
- "letterSpacing": 0
- },
- "bodyShortBold": {
- "fontSize": 14,
- "lineHeight": 18,
- "fontWeight": "600",
- "letterSpacing": 0
- },
- "bodyShortRegularLarge": {
- "fontSize": 16,
- "lineHeight": 24,
- "fontWeight": "400",
- "letterSpacing": 0
- },
- "bodyShortBoldLarge": {
- "fontSize": 16,
- "lineHeight": 24,
- "fontWeight": "600",
- "letterSpacing": 0
- },
- "bodyLongRegular": {
- "fontSize": 14,
- "lineHeight": 24,
- "fontWeight": "400",
- "letterSpacing": 0
- },
- "bodyLongBold": {
- "fontSize": 14,
- "lineHeight": 24,
- "fontWeight": "600",
- "letterSpacing": 0
- },
- "heading1": {
- "fontSize": 54,
- "lineHeight": 64,
- "fontWeight": "600",
- "letterSpacing": 0
- },
- "heading2": {
- "fontSize": 42,
- "lineHeight": 50,
- "fontWeight": "600",
- "letterSpacing": 0
- },
- "heading3": {
- "fontSize": 32,
- "lineHeight": 40,
- "fontWeight": "600",
- "letterSpacing": 0
- },
- "heading4": {
- "fontSize": 28,
- "lineHeight": 36,
- "fontWeight": "600",
- "letterSpacing": 0
- },
- "heading5": {
- "fontSize": 20,
- "lineHeight": 28,
- "fontWeight": "600",
- "letterSpacing": 0
- },
- "heading6": {
- "fontSize": 16,
- "lineHeight": 26,
- "fontWeight": "600",
- "letterSpacing": 0
- },
- "heading7": {
- "fontSize": 14,
- "lineHeight": 24,
- "fontWeight": "600",
- "letterSpacing": 0
- }
- },
- "shape": {
- "borderRadius": 6,
- "boxShadow": "inset 0px -1px 0px rgba(255, 255, 255, 0.15)"
- }
- }
|