Skip to content
Snippets Groups Projects
Commit 4cde2b1f authored by Romain CREY's avatar Romain CREY
Browse files

loading konnector modal

parent 4e549257
Branches
No related tags found
2 merge requests!32Dev,!30Features/us158 review design
...@@ -87,7 +87,7 @@ const KonnectorLaunch: React.FC<KonnectorLaunchProps> = ({ ...@@ -87,7 +87,7 @@ const KonnectorLaunch: React.FC<KonnectorLaunchProps> = ({
<> <>
<Lottie options={loadingOptions} height={50} width={50} speed={2} /> <Lottie options={loadingOptions} height={50} width={50} speed={2} />
<div className="klaunch-content-text klaunch-content-text-center text-16-normal"> <div className="klaunch-content-text klaunch-content-text-center text-16-normal">
<div>{t('KONNECTORCONFIG.PLZ_WAIT')}</div> <div className="kc-wait">{t('KONNECTORCONFIG.PLZ_WAIT')}</div>
</div> </div>
<div className="klaunch-content-text text-16-normal"> <div className="klaunch-content-text text-16-normal">
<div>{t('KONNECTORCONFIG.LOADING_DATA')}</div> <div>{t('KONNECTORCONFIG.LOADING_DATA')}</div>
......
...@@ -162,7 +162,12 @@ ...@@ -162,7 +162,12 @@
} }
.klaunch-content-text { .klaunch-content-text {
color: $text-bright; color: $text-bright;
margin: 1rem 0; margin: 1rem;
text-align: center;
.kc-wait {
color: $text-dark;
margin-bottom: 2rem;
}
} }
.klaunch-content-text-center { .klaunch-content-text-center {
text-align: center; text-align: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment