@uswitch/trustyle.money-theme
Advanced tools
Comparing version 0.3.7 to 0.3.8
{ | ||
"name": "@uswitch/trustyle.money-theme", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"license": "MIT", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"scripts": {}, | ||
"gitHead": "f95c77ac8ce063c349a8188f4b4dceb08df80d82" | ||
"gitHead": "a9aae0b2f075a19395d1ca46a0577c0306978c19" | ||
} |
@@ -600,2 +600,34 @@ { | ||
"input": { | ||
"radio": { | ||
"base": { | ||
"&:checked + span": { | ||
"borderColor": "black", | ||
"color": "black", | ||
"&::before": { | ||
"backgroundColor": "black", | ||
"borderColor": "black", | ||
"boxShadow": "inset 0 0 0 2px #fff" | ||
} | ||
}, | ||
"&:focus + span": { | ||
"borderColor": "black" | ||
} | ||
}, | ||
"label": { | ||
"borderColor": "black", | ||
"borderStyle": "solid", | ||
"borderWidth": "2px", | ||
"color": "grey-80", | ||
"fontWeight": "normal", | ||
"&:before": { | ||
"borderColor": "black", | ||
"borderRadius": "50%", | ||
"borderStyle": "solid", | ||
"borderWidth": "2px" | ||
} | ||
} | ||
} | ||
}, | ||
"pagination": { | ||
@@ -743,4 +775,32 @@ "arrow": { | ||
} | ||
}, | ||
"table": { | ||
"borderSpacing": 0, | ||
"width": "100%", | ||
"borderStyle": "solid", | ||
"borderColor": "grey-20", | ||
"borderWidth": "1px", | ||
"borderRadius": "3px", | ||
"marginBottom": "base" | ||
}, | ||
"th": { | ||
"margin": 0, | ||
"padding": "16px", | ||
"fontSize": "sm" | ||
}, | ||
"td": { | ||
"margin": 0, | ||
"padding": "16px", | ||
"fontSize": "xs" | ||
}, | ||
"tr": { | ||
":nth-child(even)": { | ||
"backgroundColor": "grey-05" | ||
} | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28613
732