jobiqo-cl
Advanced tools
Comparing version 0.1.36 to 0.1.37
@@ -24,4 +24,14 @@ 'use strict'; | ||
displayName: 'detail__StyledJobDetailWrapper' | ||
})(['margin-top:2rem;display:flex;align-items:center;flex-direction:column;.logo{align-self:center;z-index:2;max-width:150px;border:1px solid ', ';}.teaser-desc{max-width:650px;align-self:center;margin-top:-6rem;padding-top:8rem;text-align:center;}.description{max-width:650px;}'], function (props) { | ||
return props.theme.color.gray1; | ||
})(['margin-top:2rem;display:grid;align-items:center;justify-content:center;.logo{z-index:2;max-width:', ';margin:auto;border:', ' ', ' ', ';}.teaser-desc{max-width:', ';align-self:center;margin-top:-6rem;padding-top:8rem;text-align:center;}.description{max-width:', ';}'], function (props) { | ||
return props.theme.job.detail.logo.maxWidth; | ||
}, function (props) { | ||
return props.theme.job.detail.logo.borderWidth; | ||
}, function (props) { | ||
return props.theme.job.detail.logo.borderStyle; | ||
}, function (props) { | ||
return props.theme.job.detail.logo.borderColor; | ||
}, function (props) { | ||
return props.theme.job.detail.maxWidth; | ||
}, function (props) { | ||
return props.theme.job.detail.maxWidth; | ||
}); | ||
@@ -28,0 +38,0 @@ |
@@ -20,7 +20,17 @@ 'use strict'; | ||
displayName: 'teaser__StyledJobTeaserWrapper' | ||
})(['padding:1.5rem;border:1px solid ', ';display:flex;&:hover{background:', ';}.image{margin-right:1rem;img{max-width:8rem;border-radius:4px;}}.title{color:', ';font-weight:600;width:100%;}.info{display:flex;margin-bottom:0.5rem;}.company,.location{margin-right:0.5rem;color:', ';}.occupation,.description{color:', ';}'], function (props) { | ||
return props.theme.color.gray0; | ||
})(['padding:', ';border:', ' ', ' ', ';display:flex;&:hover{background:', ';}.image{margin-right:1rem;img{max-width:', ';border-radius:', ';}}.title{color:', ';font-weight:600;width:100%;}.info{display:flex;margin-bottom:0.5rem;}.company,.location{margin-right:0.5rem;color:', ';}.occupation,.description{color:', ';}'], function (props) { | ||
return props.theme.job.teaser.padding; | ||
}, function (props) { | ||
return props.theme.color.gray0; | ||
return props.theme.job.teaser.borderWidth; | ||
}, function (props) { | ||
return props.theme.job.teaser.borderStyle; | ||
}, function (props) { | ||
return props.theme.job.teaser.borderColor; | ||
}, function (props) { | ||
return props.theme.job.teaser.hoverBackground; | ||
}, function (props) { | ||
return props.theme.job.teaser.image.maxWidth; | ||
}, function (props) { | ||
return props.theme.job.teaser.image.borderRadius; | ||
}, function (props) { | ||
return props.theme.color.gray6; | ||
@@ -27,0 +37,0 @@ }, function (props) { |
@@ -134,3 +134,22 @@ 'use strict'; | ||
var job = exports.job = { | ||
teaser: {} | ||
teaser: { | ||
padding: '1.5rem', | ||
borderWidth: '1px', | ||
borderStyle: 'solid', | ||
borderColor: color.gray0, | ||
hoverBackground: color.background, | ||
image: { | ||
maxWidth: '8rem', | ||
borderRadius: '4px' | ||
} | ||
}, | ||
detail: { | ||
logo: { | ||
borderColor: color.gray1, | ||
borderWidth: '1px', | ||
borderStyle: 'solid', | ||
maxWidth: '150px' | ||
}, | ||
maxWidth: '650px' | ||
} | ||
}; | ||
@@ -137,0 +156,0 @@ |
{ | ||
"name": "jobiqo-cl", | ||
"version": "0.1.36", | ||
"version": "0.1.37", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
87847
1770