@fintricity-public/style-guide
Advanced tools
Comparing version 0.0.33 to 0.0.41
@@ -181,3 +181,3 @@ // PRIMARY COLOURS | ||
':active': { | ||
box-shadow: 'inset 0 0 7px 0 rgba(0,0,0,0.4)' | ||
boxShadow: 'inset 0 0 7px 0 rgba(0,0,0,0.4)' | ||
} | ||
@@ -218,10 +218,10 @@ }, | ||
tr: { | ||
':nth-child(odd)': { | ||
':nthChild(odd)': { | ||
backgroundColor: WHITE | ||
}, | ||
':nth-child(even)': { | ||
':nthChild(even)': { | ||
backgroundColor: 'rgba(220,231,231,0.2)' | ||
}, | ||
td: { | ||
':first': { | ||
':firstChild': { | ||
color: TIFFANY_BLUE, | ||
@@ -228,0 +228,0 @@ fontWeight: FONT_WEIGHT_LARGE |
{ | ||
"name": "@fintricity-public/style-guide", | ||
"description": "UI Tools by Fintricity", | ||
"version": "0.0.33", | ||
"version": "0.0.41", | ||
"author": "Jack Prior <jack.prior@fintricity.com>", | ||
@@ -6,0 +6,0 @@ "repository": { |
6167