Initial commit: Ignition 8.3.3 gateway config and watermeter project
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"scope": "G",
|
||||
"version": 1,
|
||||
"restricted": false,
|
||||
"overridable": true,
|
||||
"files": [
|
||||
"style.json"
|
||||
],
|
||||
"attributes": {
|
||||
"lastModification": {
|
||||
"actor": "admin",
|
||||
"timestamp": "2020-09-11T09:21:41Z"
|
||||
},
|
||||
"lastModificationSignature": "2412cf2b1e2dde0564751b5c9af04208d9fc3983d41d6b956bcd29ea9d4447df"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"base": {
|
||||
"style": {
|
||||
"fontSize": "14px",
|
||||
"paddingLeft": "1rem!important"
|
||||
}
|
||||
},
|
||||
"variants": [
|
||||
{
|
||||
"pseudo": "hover",
|
||||
"style": {
|
||||
"backgroundColor": "var(--callToActionHighlight)",
|
||||
"cursor": "pointer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pseudo": "last-child",
|
||||
"style": {
|
||||
"borderBottomStyle": "none"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pseudo": "first-child",
|
||||
"style": {
|
||||
"borderTopColor": "var(--neutral-50)",
|
||||
"borderTopStyle": "solid",
|
||||
"borderTopWidth": "1px"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user