Skip to content

Commit 28bcc70

Browse files
authored
Merge pull request #272 from FromDoppler/doi-2224-retoques-esteticos
Visual improvements
2 parents 1eba56d + 5270f9f commit 28bcc70

1 file changed

Lines changed: 16 additions & 13 deletions

File tree

src/components/Rfm/index.jsx

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,18 @@ export const RFM = ({ integration, idThirdPartyApp }) => {
103103
<>
104104
{!isLoading && !isError && rfm?.visible && (
105105
<div className="dp-app-container" ref={containerRef}>
106-
<header className="hero-banner">
107-
<div className="dp-container">
108-
<div className="dp-rowflex">
109-
<div className="col-sm-12 col-md-12 col-lg-12">
110-
<h1>{intl.formatMessage({ id: "Rfm.title" })}</h1>
111-
</div>
112-
</div>
113-
</div>
114-
</header>
115-
<section className="dp-container">
116-
<div className="dp-rowflex">
117-
<div className="col-lg-8 col-md-12 col-sm-12 m-b-24">
106+
<section className="p-t-24">
107+
<header className="dp-block">
108+
<div>
109+
<h2>{intl.formatMessage({ id: "Rfm.title" })}</h2>
118110
<p className="m-b-6">
119111
{intl.formatMessage({ id: "Rfm.subtitle" })}
120112
</p>
113+
</div>
114+
<hr />
115+
</header>
116+
<div className="dp-container">
117+
<div className="col-lg-8 col-md-12 col-sm-12 m-b-24">
121118
<div>
122119
<ul className="dp-list-detail m-b-12">
123120
<li>
@@ -265,7 +262,13 @@ export const RFM = ({ integration, idThirdPartyApp }) => {
265262
</div>
266263
)}
267264

268-
<div style={{ display: "flex", alignItems: "center" }}>
265+
<div
266+
style={{
267+
display: "flex",
268+
alignItems: "center",
269+
justifyContent: "end",
270+
}}
271+
>
269272
<Button
270273
size="button-medium"
271274
color="primary-grey"

0 commit comments

Comments
 (0)