37 lines
1012 B
Plaintext
37 lines
1012 B
Plaintext
{
|
|
"base": {
|
|
"style": {
|
|
"backgroundColor": "#2B2B2B",
|
|
"backgroundImage": "linear-gradient(180deg, rgba(128,128,128,1) 0%, rgba(85,85,85,1) 70%, rgba(43,43,43,1) 100%);",
|
|
"borderColor": "#555",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "2px",
|
|
"color": "#000",
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"variants": [
|
|
{
|
|
"pseudo": "hover",
|
|
"style": {
|
|
"backgroundImage": "linear-gradient(0deg, rgba(128,128,128,1) 0%, rgba(85,85,85,1) 70%, rgba(43,43,43,1) 100%);",
|
|
"borderColor": "#000",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "2px",
|
|
"color": "#000",
|
|
"cursor": "pointer"
|
|
}
|
|
},
|
|
{
|
|
"pseudo": "disabled",
|
|
"style": {
|
|
"backgroundImage": "linear-gradient(180deg, rgba(43,43,43,1) 0%, rgba(43,43,43,1) 100%);",
|
|
"borderColor": "#555",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "2px",
|
|
"color": "#555555",
|
|
"cursor": "not-allowed"
|
|
}
|
|
}
|
|
]
|
|
} |