brainly-style-guide
Advanced tools
Comparing version 182.0.0 to 182.0.1
{ | ||
"name": "brainly-style-guide", | ||
"version": "182.0.0", | ||
"version": "182.0.1", | ||
"description": "Brainly Front-End Style Guide", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/brainly/style-guide.git", |
@@ -68,8 +68,10 @@ import React from 'react'; | ||
backgroundColor: | ||
type === 'transparent-inverted' ? hex.graySecondary : null, | ||
paddingTop: type === 'transparent-inverted' ? '8px' : null, | ||
paddingLeft: type === 'transparent-inverted' ? '4px' : null, | ||
type === 'transparent-inverted' || type === 'solid-inverted' | ||
? hex.graySecondary | ||
: null, | ||
paddingTop: '8px', | ||
paddingLeft: '16px', | ||
}} | ||
> | ||
<DocsBlock evenColumns justified> | ||
<DocsBlock evenColumns> | ||
<Text>{type}</Text> | ||
@@ -136,3 +138,3 @@ </DocsBlock> | ||
<DocsBlock centered fullWidth> | ||
<DocsBlock evenColumns justified> | ||
<DocsBlock evenColumns style={{paddingLeft: '16px'}}> | ||
<Text weight="bold">type / state </Text> | ||
@@ -139,0 +141,0 @@ </DocsBlock> |
28002
2208794