From b34892d8f5fbb592b5229f34a3079c2f2e4c0f38 Mon Sep 17 00:00:00 2001 From: SergeyEzhin Date: Mon, 21 Dec 2020 14:55:22 +0300 Subject: [PATCH] [PE mobile] Removed inline styles --- apps/presentationeditor/mobile/src/less/app-ios.less | 8 ++++++++ apps/presentationeditor/mobile/src/less/app-material.less | 8 ++++++++ .../mobile/src/view/settings/PresentationAbout.jsx | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/apps/presentationeditor/mobile/src/less/app-ios.less b/apps/presentationeditor/mobile/src/less/app-ios.less index 1ccd692b9..0875bb61a 100644 --- a/apps/presentationeditor/mobile/src/less/app-ios.less +++ b/apps/presentationeditor/mobile/src/less/app-ios.less @@ -60,6 +60,14 @@ .encoded-svg-background(''); } +.settings-about-logo { + margin-top: 20px; + img { + max-width: 216px; + max-height: 35px; + } +} + .about h3 { font-weight: 400; margin: 0; diff --git a/apps/presentationeditor/mobile/src/less/app-material.less b/apps/presentationeditor/mobile/src/less/app-material.less index 15f80c05f..65ab3a1ab 100644 --- a/apps/presentationeditor/mobile/src/less/app-material.less +++ b/apps/presentationeditor/mobile/src/less/app-material.less @@ -79,6 +79,14 @@ .encoded-svg-background(''); } +.settings-about-logo { + margin-top: 20px; + img { + max-width: 216px; + max-height: 35px; + } +} + .about h3 { font-weight: 400; margin: 0; diff --git a/apps/presentationeditor/mobile/src/view/settings/PresentationAbout.jsx b/apps/presentationeditor/mobile/src/view/settings/PresentationAbout.jsx index d5d37b1c1..6fb51726a 100644 --- a/apps/presentationeditor/mobile/src/view/settings/PresentationAbout.jsx +++ b/apps/presentationeditor/mobile/src/view/settings/PresentationAbout.jsx @@ -28,8 +28,8 @@ const PagePresentationAbout = props => {
)} {logoCustomer && logoCustomer.length ? ( -