From 035002ceedf78d5ec73eabc0df7f06139939b967 Mon Sep 17 00:00:00 2001 From: Amine El Mouafik <412895+kytwb@users.noreply.github.com> Date: Mon, 8 Feb 2021 10:34:45 +0100 Subject: Synchronize with Franz 5.6.0 (#1033) Co-authored-by: FranzBot Co-authored-by: vantezzen Co-authored-by: Makazzz Co-authored-by: Stefan Malzner Co-authored-by: Amine Mouafik --- src/components/auth/Pricing.js | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) (limited to 'src/components/auth/Pricing.js') diff --git a/src/components/auth/Pricing.js b/src/components/auth/Pricing.js index 593cb9c4b..4f5a76c8a 100644 --- a/src/components/auth/Pricing.js +++ b/src/components/auth/Pricing.js @@ -67,6 +67,15 @@ const messages = defineMessages({ }); const styles = theme => ({ + root: { + width: '500px !important', + textAlign: 'center', + padding: 20, + zIndex: 100, + + '& h1': { + }, + }, container: { position: 'relative', marginLeft: -150, @@ -86,8 +95,8 @@ const styles = theme => ({ featureContainer: { width: 300, position: 'absolute', - left: 'calc(100% / 2 + 225px)', - top: 155, + left: 'calc(100% / 2 + 250px)', + marginTop: 20, background: theme.signup.pricing.feature.background, height: 'auto', padding: 20, @@ -174,8 +183,8 @@ export default @injectSheet(styles) @observer class Signup extends Component { const [intPart, fractionPart] = (price).toString().split('.'); return ( -
-
+ <> +
{isLoadingRequiredData ? : ( {currency} - 0 + 0 00

@@ -234,7 +243,7 @@ export default @injectSheet(styles) @observer class Signup extends Component {
{trialActivationError && ( -

{intl.formatMessage(messages.activationError)}

+

{intl.formatMessage(messages.activationError)}

)}
@@ -256,7 +265,7 @@ export default @injectSheet(styles) @observer class Signup extends Component {
- + ); } } -- cgit v1.2.3-54-g00ecf