gutenberg-react-select-styles
Advanced tools
Comparing version 0.0.1 to 0.0.2
27
index.js
@@ -83,5 +83,7 @@ module.exports = { | ||
var newStyles = Object.assign( styles, { | ||
padding: '2px 3px', | ||
borderRadius: 4, | ||
backgroundColor: '#555d66', | ||
padding: '3px 4px', | ||
margin: 4, | ||
marginLeft: 0, | ||
borderRadius: 15, | ||
backgroundColor: '#ddd', | ||
} ); | ||
@@ -94,3 +96,4 @@ | ||
padding: 0, | ||
color: '#fff', | ||
color: '#32373c', | ||
fontSize: '90%', | ||
} ); | ||
@@ -104,6 +107,16 @@ | ||
marginLeft: 5, | ||
color: '#adadad', | ||
marginTop: 1, | ||
width: 16, | ||
height: 16, | ||
borderRadius: 8, | ||
backgroundColor: '#555d66', | ||
color: '#ddd', | ||
justifyContent: 'center', | ||
':hover': { | ||
backgroundColor: '#e02e2e', | ||
color: '#fff', | ||
}, | ||
svg: { | ||
width: 10, | ||
height: 10, | ||
width: 12, | ||
height: 12, | ||
}, | ||
@@ -110,0 +123,0 @@ } ); |
{ | ||
"name": "gutenberg-react-select-styles", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Styles for react-select component", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
5952
138