36 lines
978 B
Plaintext
36 lines
978 B
Plaintext
{
|
|
"base": {
|
|
"style": {
|
|
"backgroundImage": "linear-gradient(180deg, rgba(0,164,255,1) 0%, rgba(0,157,245,1) 70%, rgba(0,134,208,1) 100%);",
|
|
"borderColor": "#555",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "2px",
|
|
"color": "#000",
|
|
"textTransform": "uppercase"
|
|
}
|
|
},
|
|
"variants": [
|
|
{
|
|
"pseudo": "hover",
|
|
"style": {
|
|
"backgroundImage": "linear-gradient(0deg, rgba(0,164,255,1) 0%, rgba(0,157,245,1) 70%, rgba(0,134,208,1) 100%);",
|
|
"borderColor": "#000",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "2px",
|
|
"color": "#000",
|
|
"cursor": "pointer"
|
|
}
|
|
},
|
|
{
|
|
"pseudo": "disabled",
|
|
"style": {
|
|
"backgroundImage": "linear-gradient(180deg, rgba(0,134,208,1) 0%, rgba(0,134,208,1) 100%);",
|
|
"borderColor": "#555",
|
|
"borderStyle": "solid",
|
|
"borderWidth": "2px",
|
|
"color": "#555555",
|
|
"cursor": "not-allowed"
|
|
}
|
|
}
|
|
]
|
|
} |