Updated project

This commit is contained in:
gigi.mamaladze 2025-10-23 23:26:48 +04:00
parent 4fe3f05eec
commit 4ae8b5871d
138 changed files with 82 additions and 3167 deletions

View File

@ -1,16 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#B42222B3",
"borderColor": "#000000",
"borderStyle": "solid",
"borderWidth": "0.5px",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"lineHeight": "20px",
"textAlign": "center"
}
}
}

View File

@ -1,16 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FCC400B3",
"borderColor": "#000000",
"borderStyle": "solid",
"borderWidth": "0.5px",
"color": "#000000",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"lineHeight": "20px",
"textAlign": "center"
}
}
}

View File

@ -1,15 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FF0000B3",
"borderColor": "#000000",
"borderStyle": "solid",
"borderWidth": "0.5px",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"textAlign": "center"
}
}
}

View File

@ -1,15 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FF6000B3",
"borderColor": "#000000",
"borderStyle": "solid",
"borderWidth": "0.5px",
"color": "#000000",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"textAlign": "center"
}
}
}

View File

@ -1,15 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#F00077B3",
"borderColor": "#000000",
"borderStyle": "solid",
"borderWidth": "0.5px",
"color": "#000000",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"textAlign": "center"
}
}
}

View File

@ -1,16 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#B42222B3",
"borderColor": "#000000",
"borderStyle": "solid",
"borderWidth": "0.5px",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"lineHeight": "20px",
"textAlign": "center"
}
}
}

View File

@ -1,16 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#007EFCB3",
"borderColor": "#000000",
"borderStyle": "solid",
"borderWidth": "0.5px",
"color": "#000000",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"lineHeight": "20px",
"textAlign": "center"
}
}
}

View File

@ -1,15 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FF0000B3",
"borderColor": "#000000",
"borderStyle": "solid",
"borderWidth": "0.5px",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"textAlign": "center"
}
}
}

View File

@ -1,15 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FFFF00B3",
"borderColor": "#000000",
"borderStyle": "solid",
"borderWidth": "0.5px",
"color": "#000000",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"textAlign": "center"
}
}
}

View File

@ -1,15 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FF8000B3",
"borderColor": "#000000",
"borderStyle": "solid",
"borderWidth": "0.5px",
"color": "#000000",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"textAlign": "center"
}
}
}

View File

@ -1,15 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#2B2B2B",
"borderColor": "#909090",
"borderStyle": "solid",
"borderWidth": "0.5px",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"textAlign": "center"
}
}
}

View File

@ -1,15 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#008000",
"borderColor": "#000000",
"borderStyle": "solid",
"borderWidth": "0.5px",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"textAlign": "center"
}
}
}

View File

@ -1,16 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FFFFFF",
"borderColor": "#000000",
"borderStyle": "solid",
"borderWidth": "0.5px",
"color": "#000000",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"lineHeight": "20px",
"textAlign": "center"
}
}
}

View File

@ -1,38 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#3779AE",
"boxShadow": "none",
"color": "#FAFAFA",
"margin": "5px"
}
},
"variants": [
{
"pseudo": "hover",
"animation": {
"duration": "0.2s",
"direction": "normal",
"iterationCount": "1",
"timingFunction": "ease",
"keyframes": {
"0%": {
"backgroundColor": "var(--info)",
"boxShadow": "none"
},
"100%": {
"backgroundColor": "#448BB7",
"boxShadow": "none"
}
}
}
},
{
"pseudo": "active",
"style": {
"backgroundColor": "var(--info)",
"boxShadow": "none"
}
}
]
}

View File

@ -1,30 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FAFAFA",
"borderColor": "var(--neutral-100)",
"borderStyle": "solid",
"borderWidth": "1px",
"color": "#323232",
"fontWeight": "normal",
"margin": "5px"
}
},
"variants": [
{
"pseudo": "hover",
"animation": {
"duration": "0.2s",
"direction": "normal",
"iterationCount": "1",
"timingFunction": "ease",
"keyframes": {
"0%": {},
"100%": {
"borderWidth": "2px"
}
}
}
}
]
}

View File

@ -1,16 +0,0 @@
{
"base": {
"style": {
"cursor": "pointer",
"fill": "var(--callToAction)"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"fill": "var(--callToAction--hover)"
}
}
]
}

View File

@ -1,8 +0,0 @@
{
"base": {
"style": {
"color": "#FAFAFA",
"fontSize": "14px"
}
}
}

View File

@ -1,9 +0,0 @@
{
"base": {
"style": {
"fontSize": "20px",
"fontWeight": "bold",
"lineHeight": "32px"
}
}
}

View File

@ -1,11 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#555555",
"borderTopColor": "#FF8000",
"borderTopStyle": "solid",
"borderTopWidth": "4px",
"boxShadow": "0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)"
}
}
}

View File

@ -1,25 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--error)",
"borderStyle": "none",
"boxShadow": "none",
"margin": "5px",
"textTransform": "uppercase"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--error)"
}
},
{
"pseudo": "active",
"style": {
"color": "var(--neutral-30)"
}
}
]
}

View File

@ -1,33 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--neutral-10)",
"borderColor": "var(--error)",
"borderStyle": "solid",
"borderWidth": "1px",
"boxShadow": "none",
"color": "var(--error)",
"fontWeight": "normal",
"margin": "5px",
"textTransform": "uppercase",
"fill": "var(--error)"
}
},
"variants": [
{
"pseudo": "hover",
"animation": {
"duration": "0.2s",
"direction": "normal",
"iterationCount": "1",
"timingFunction": "ease",
"keyframes": {
"0%": {},
"100%": {
"backgroundColor": "var(--neutral-20)"
}
}
}
}
]
}

View File

@ -1,11 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#555555",
"borderTopColor": "#007EFC",
"borderTopStyle": "solid",
"borderTopWidth": "4px",
"boxShadow": "0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)"
}
}
}

View File

@ -1,25 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--info)",
"borderStyle": "none",
"boxShadow": "none",
"margin": "5px",
"textTransform": "uppercase"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--info)"
}
},
{
"pseudo": "active",
"style": {
"color": "var(--neutral-30)"
}
}
]
}

View File

@ -1,33 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--neutral-10)",
"borderColor": "var(--info)",
"borderStyle": "solid",
"borderWidth": "1px",
"boxShadow": "none",
"color": "var(--info)",
"fontWeight": "normal",
"margin": "5px",
"textTransform": "uppercase",
"fill": "var(--info)"
}
},
"variants": [
{
"pseudo": "hover",
"animation": {
"duration": "0.2s",
"direction": "normal",
"iterationCount": "1",
"timingFunction": "ease",
"keyframes": {
"0%": {},
"100%": {
"backgroundColor": "var(--neutral-20)"
}
}
}
}
]
}

View File

@ -1,11 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#555555",
"borderTopColor": "#00CC00",
"borderTopStyle": "solid",
"borderTopWidth": "4px",
"boxShadow": "0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)"
}
}
}

View File

@ -1,25 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--success)",
"borderStyle": "none",
"boxShadow": "none",
"margin": "5px",
"textTransform": "uppercase"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--success)"
}
},
{
"pseudo": "active",
"style": {
"color": "var(--neutral-30)"
}
}
]
}

View File

@ -1,33 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--neutral-10)",
"borderColor": "var(--success)",
"borderStyle": "solid",
"borderWidth": "1px",
"boxShadow": "none",
"color": "var(--success)",
"fontWeight": "normal",
"margin": "5px",
"textTransform": "uppercase",
"fill": "var(--success)"
}
},
"variants": [
{
"pseudo": "hover",
"animation": {
"duration": "0.2s",
"direction": "normal",
"iterationCount": "1",
"timingFunction": "ease",
"keyframes": {
"0%": {},
"100%": {
"backgroundColor": "var(--neutral-20)"
}
}
}
}
]
}

View File

@ -1,11 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#555555",
"borderTopColor": "#FFFF00",
"borderTopStyle": "solid",
"borderTopWidth": "4px",
"boxShadow": "0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22)"
}
}
}

View File

@ -1,25 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--warning)",
"borderStyle": "none",
"boxShadow": "none",
"margin": "5px",
"textTransform": "uppercase"
}
},
"variants": [
{
"pseudo": "hover",
"style": {
"backgroundColor": "var(--warning)"
}
},
{
"pseudo": "active",
"style": {
"color": "var(--neutral-30)"
}
}
]
}

View File

@ -1,33 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--neutral-10)",
"borderColor": "var(--warning)",
"borderStyle": "solid",
"borderWidth": "1px",
"boxShadow": "none",
"color": "var(--warning)",
"fontWeight": "normal",
"margin": "5px",
"textTransform": "uppercase",
"fill": "var(--warning)"
}
},
"variants": [
{
"pseudo": "hover",
"animation": {
"duration": "0.2s",
"direction": "normal",
"iterationCount": "1",
"timingFunction": "ease",
"keyframes": {
"0%": {},
"100%": {
"backgroundColor": "var(--neutral-20)"
}
}
}
}
]
}

View File

@ -1,8 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#3B3B3B",
"color": "#FFFFFF"
}
}
}

View File

@ -1,7 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#EEEEEE "
}
}
}

View File

@ -1,7 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#2B2B2B"
}
}
}

View File

@ -1,8 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#3B3B3B",
"color": "#FFFFFF"
}
}
}

View File

@ -1,7 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#EEEEEE"
}
}
}

View File

@ -1,9 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#2F73BF",
"fontFamily": "Arial",
"fontSize": "12px"
}
}
}

View File

@ -1,12 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FFFFFF",
"color": "#000000",
"fontFamily": "Arial",
"fontSize": "12px",
"fontWeight": "bold",
"textAlign": "center"
}
}
}

View File

@ -1,7 +0,0 @@
{
"base": {
"style": {
"borderStyle": "none"
}
}
}

View File

@ -1,9 +0,0 @@
{
"base": {
"style": {
"borderColor": "#FF0000",
"borderStyle": "solid",
"borderWidth": "2px"
}
}
}

View File

@ -1,9 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FFFFFF",
"color": "#000000",
"fontFamily": "Arial"
}
}
}

View File

@ -1,8 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FFFF00",
"color": "#FF0000"
}
}
}

View File

@ -1,12 +0,0 @@
{
"base": {
"animation": {
"keyframes": {
"0%": {
"backgroundColor": "#FF0000"
},
"100%": {}
}
}
}
}

View File

@ -1,8 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FFFF00",
"color": "#008000"
}
}
}

View File

@ -1,12 +0,0 @@
{
"base": {
"animation": {
"keyframes": {
"0%": {
"backgroundColor": "#008000"
},
"100%": {}
}
}
}
}

View File

@ -1,7 +0,0 @@
{
"base": {
"style": {
"fontWeight": "bold"
}
}
}

View File

@ -1,13 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--neutral-10)",
"borderColor": "var(--neutral-30)",
"borderStyle": "solid",
"borderWidth": "1px",
"borderRadius": "4px",
"boxShadow": "0px 2px 4px rgba(0, 0, 40, 0.15)",
"margin": "5px"
}
}
}

View File

@ -1,8 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "transparent",
"margin": "1px"
}
}
}

View File

@ -1,17 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--error)",
"borderTopLeftRadius": "4px",
"borderTopRightRadius": "4px",
"borderBottomLeftRadius": "4px",
"borderBottomRightRadius": "4px",
"color": "var(--neutral-10)",
"fontSize": "12px",
"fontWeight": "bold",
"lineHeight": "16px",
"padding": "2px",
"textAlign": "center"
}
}
}

View File

@ -1,17 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--info)",
"borderTopLeftRadius": "4px",
"borderTopRightRadius": "4px",
"borderBottomLeftRadius": "4px",
"borderBottomRightRadius": "4px",
"color": "var(--neutral-10)",
"fontSize": "12px",
"fontWeight": "bold",
"lineHeight": "16px",
"padding": "2px",
"textAlign": "center"
}
}
}

View File

@ -1,17 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--neutral-60)",
"borderTopLeftRadius": "4px",
"borderTopRightRadius": "4px",
"borderBottomLeftRadius": "4px",
"borderBottomRightRadius": "4px",
"color": "var(--neutral-10)",
"fontSize": "12px",
"fontWeight": "bold",
"lineHeight": "16px",
"padding": "2px",
"textAlign": "center"
}
}
}

View File

@ -1,17 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--success)",
"borderTopLeftRadius": "4px",
"borderTopRightRadius": "4px",
"borderBottomLeftRadius": "4px",
"borderBottomRightRadius": "4px",
"color": "var(--neutral-10)",
"fontSize": "12px",
"fontWeight": "bold",
"lineHeight": "16px",
"padding": "2px",
"textAlign": "center"
}
}
}

View File

@ -1,17 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--warning)",
"borderTopLeftRadius": "4px",
"borderTopRightRadius": "4px",
"borderBottomLeftRadius": "4px",
"borderBottomRightRadius": "4px",
"color": "var(--neutral-10)",
"fontSize": "12px",
"fontWeight": "bold",
"lineHeight": "16px",
"padding": "2px",
"textAlign": "center"
}
}
}

View File

@ -1,7 +0,0 @@
{
"base": {
"style": {
"margin": "5px"
}
}
}

View File

@ -1,9 +0,0 @@
{
"base": {
"style": {
"margin": "5px",
"marginLeft": "0px",
"marginRight": "0px"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"paddingBottom": "4px",
"paddingLeft": "18px",
"paddingRight": "18px",
"paddingTop": "4px"
}
}
}

View File

@ -1,9 +0,0 @@
{
"base": {
"style": {
"borderBottomColor": "var(--neutral-30)",
"borderBottomStyle": "solid",
"borderBottomWidth": "1px"
}
}
}

View File

@ -1,12 +0,0 @@
{
"base": {
"style": {
"color": "var(--neutral-70)",
"fontSize": "12px",
"fontWeight": "300",
"lineHeight": "16px",
"marginRight": "10px",
"textTransform": "uppercase"
}
}
}

View File

@ -1,7 +0,0 @@
{
"base": {
"style": {
"marginBottom": "2px"
}
}
}

View File

@ -1,17 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--neutral-20)",
"borderBottomColor": "var(--neutral-30)",
"borderBottomStyle": "solid",
"borderBottomWidth": "1px",
"color": "var(--neutral-80)",
"fontSize": "12px",
"fontWeight": "bold",
"paddingLeft": "6px",
"paddingRight": "6px",
"textTransform": "uppercase",
"fill": "var(--neutral-70)"
}
}
}

View File

@ -1,17 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "transparent",
"borderBottomColor": "var(--neutral-30)",
"borderBottomStyle": "solid",
"borderBottomWidth": "1px",
"color": "var(--neutral-80)",
"fontSize": "12px",
"fontWeight": "bold",
"paddingLeft": "6px",
"paddingRight": "6px",
"textTransform": "uppercase",
"fill": "var(--neutral-70)"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"color": "var(--info)",
"fontSize": "12px",
"fontWeight": "bold",
"lineHeight": "16px"
}
}
}

View File

@ -1 +0,0 @@
{"base":{"style":{"fontWeight":"bold"}}}

View File

@ -1,13 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FAFAFA",
"borderColor": "#D5D5D5",
"borderStyle": "solid",
"borderWidth": "1px",
"borderRadius": "4px",
"boxShadow": "0px 2px 4px rgba(0, 0, 40, 0.15)",
"margin": "5px"
}
}
}

View File

@ -1,7 +0,0 @@
{
"base": {
"style": {
"margin": "5px"
}
}
}

View File

@ -1 +0,0 @@
{"base":{"style":{"paddingBottom":"4px","paddingLeft":"18px","paddingRight":"18px","paddingTop":"4px"}}}

View File

@ -1 +0,0 @@
{"base":{"style":{"borderBottomColor":"#D5D5D5","borderBottomStyle":"solid","borderBottomWidth":"1px"}}}

View File

@ -1,12 +0,0 @@
{
"base": {
"style": {
"color": "#8E8E8E",
"fontSize": "12px",
"fontWeight": "300",
"lineHeight": "16px",
"marginRight": "10px",
"textTransform": "uppercase"
}
}
}

View File

@ -1,7 +0,0 @@
{
"base": {
"style": {
"marginBottom": "2px"
}
}
}

View File

@ -1 +0,0 @@
{"base":{"style":{"backgroundColor":"#E6EAEEAD","borderBottomColor":"#D5D5D5","borderBottomStyle":"solid","borderBottomWidth":"1px","color":"#2E2E2E","fontSize":"12px","fontWeight":"bold","paddingLeft":"6px","paddingRight":"6px","textTransform":"uppercase","fill":"#2E2E2E"}}}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"color": "#2B2B2B",
"fontSize": "12px",
"fontWeight": "bold",
"lineHeight": "16px"
}
}
}

View File

@ -1,11 +0,0 @@
{
"base": {
"style": {
"borderColor": "#CCCCCC",
"borderStyle": "solid",
"borderWidth": "1px",
"borderRadius": "4px",
"padding": "4px"
}
}
}

View File

@ -1,9 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--callToAction)",
"margin": "4px",
"padding": "4px"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--neutral-30)",
"color": "var(--neutral-50)",
"margin": "4px",
"padding": "4px"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "var(--error)",
"color": "#2B2B2B",
"margin": "4px",
"padding": "4px"
}
}
}

View File

@ -1,12 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#AAAAAA",
"borderColor": "#808080",
"borderStyle": "none",
"color": "#555555",
"margin": "5px",
"fill": "#2B2B2B"
}
}
}

View File

@ -1,12 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#AAAAAA",
"borderColor": "#808080",
"borderStyle": "none",
"color": "#555555",
"margin": "5px",
"fill": "#2B2B2B"
}
}
}

View File

@ -1,8 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "transparent",
"borderStyle": "none"
}
}
}

View File

@ -1,11 +0,0 @@
{
"base": {
"style": {
"color": "#000000",
"fontFamily": "Arial",
"fontSize": "20px",
"fontWeight": "bold",
"textAlign": "center"
}
}
}

View File

@ -1,11 +0,0 @@
{
"base": {
"style": {
"color": "#000000",
"fontFamily": "Arial",
"fontSize": "14px",
"fontWeight": "bold",
"textAlign": "center"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"paddingBottom": "5px",
"paddingLeft": "5px",
"paddingRight": "5px",
"paddingTop": "5px"
}
}
}

View File

@ -1,18 +0,0 @@
{
"base": {
"style": {
"borderBottomStyle": "none",
"borderBottomWidth": "0.5px",
"borderLeftStyle": "none",
"borderLeftWidth": "0.5px",
"borderRightStyle": "none",
"borderRightWidth": "0.5px",
"borderTopStyle": "solid",
"borderTopWidth": "0.5px",
"color": "#808080",
"fontFamily": "Roboto",
"fontSize": "12px",
"fontWeight": "lighter"
}
}
}

View File

@ -1,18 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#EEEEEE ",
"borderColor": "#808080",
"borderStyle": "solid",
"borderWidth": "0.5px",
"borderTopLeftRadius": "10px",
"borderTopRightRadius": "10px",
"borderBottomLeftRadius": "10px",
"borderBottomRightRadius": "10px",
"color": "#FBFCFC",
"cursor": "auto",
"fontFamily": "Arial",
"fontWeight": "lighter"
}
}
}

View File

@ -1,7 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FFDC00"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#8C8C8C",
"color": "#000000",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FF0000",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#F00077B3",
"color": "#000000",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FF6000B3",
"color": "#000000",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FCC400B3",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#007EFC",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#8C8C8C",
"color": "#000000",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FF0000",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FF0000",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FF8000",
"color": "#000000",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#F00077",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FFFF00",
"color": "#000000",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FF6000",
"color": "#000000",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#007EFC",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#FCC400",
"color": "#000000",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#00CC00",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

View File

@ -1,10 +0,0 @@
{
"base": {
"style": {
"backgroundColor": "#007DFA",
"color": "#FFFFFF",
"fontFamily": "Arial",
"fontWeight": "bold"
}
}
}

Some files were not shown because too many files have changed in this diff Show More