jobiqo-cl
Advanced tools
Comparing version 0.1.51 to 0.1.52
@@ -23,5 +23,9 @@ 'use strict'; | ||
componentId: 'hbgqfs-0' | ||
})(['padding:', ';border-bottom:', ' ', ' ', ';background:', ';.container{align-items:center;display:flex;justify-content:space-between;margin:0px auto;max-width:', ';position:relative;z-index:2;& > *{margin-bottom:0.5rem;}@media(min-width:', '){flex-direction:row;& > *{margin-bottom:0;}}}a{margin-left:0.5rem;margin-right:0.5rem;}'], function (props) { | ||
})(['padding:', ';@media (min-width:', '){padding:', ';}border-bottom:', ' ', ' ', ';background:', ';.container{align-items:center;display:flex;justify-content:space-between;margin:0px auto;max-width:', ';position:relative;z-index:2;& > *{margin-bottom:0.5rem;}@media(min-width:', '){flex-direction:row;& > *{margin-bottom:0;}}}a{margin-left:0.5rem;margin-right:0.5rem;}'], function (props) { | ||
return props.theme.navigation.padding; | ||
}, function (props) { | ||
return props.theme.breakpoints.small; | ||
}, function (props) { | ||
return props.theme.navigation.paddingMobile; | ||
}, function (props) { | ||
return props.theme.navigation.borderWidth; | ||
@@ -28,0 +32,0 @@ }, function (props) { |
@@ -112,2 +112,3 @@ 'use strict'; | ||
padding: '1.5rem 2rem', | ||
paddingMobile: '1.5rem 0.5rem', | ||
borderWidth: '1px', | ||
@@ -114,0 +115,0 @@ borderColor: color.gray1, |
{ | ||
"name": "jobiqo-cl", | ||
"version": "0.1.51", | ||
"version": "0.1.52", | ||
"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
199273617
2756