Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@uswitch/trustyle.money-theme

Package Overview
Dependencies
Maintainers
23
Versions
277
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uswitch/trustyle.money-theme - npm Package Compare versions

Comparing version 0.3.7 to 0.3.8

4

package.json
{
"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"
}
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc