td-stylekit
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -42,7 +42,3 @@ import React from 'react'; | ||
return { | ||
height: '100%', | ||
paddingLeft: theme.space[4], | ||
paddingRight: theme.space[4], | ||
borderLeft: theme.borderWidth[1] + ' solid transparent', | ||
borderColor: theme.color.LightDivider | ||
height: '100%' | ||
}; | ||
@@ -55,5 +51,9 @@ }); | ||
height: '100%', | ||
width: theme.sizes.PageHeaderIcon, | ||
backgroundColor: 'transparent', | ||
':hover': { | ||
color: theme.color.Primary | ||
} | ||
}, | ||
borderLeft: theme.borderWidth[1] + ' solid transparent', | ||
borderColor: theme.color.LightDivider | ||
}; | ||
@@ -60,0 +60,0 @@ }).withProps({ |
@@ -55,2 +55,5 @@ import React from 'react'; | ||
popover: '0 6px 15px 0 rgba(0, 0, 0, 0.05), 0 -1px 4px 0 rgba(0, 0, 0, 0.05)' | ||
}, | ||
sizes: { | ||
PageHeaderIcon: 87 | ||
} | ||
@@ -57,0 +60,0 @@ }; |
{ | ||
"name": "td-stylekit", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"main": "dist/es/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/es/index.js", |
388987
1688