more
This commit is contained in:
@@ -193,12 +193,13 @@ const Dashboard = () => {
|
|||||||
step-by-step user guide by clicking "How-to" in the navigation
|
step-by-step user guide by clicking "How-to" in the navigation
|
||||||
bar.
|
bar.
|
||||||
</div>
|
</div>
|
||||||
<div className="dash-promo-first-text">
|
<div className="dash-promo-first-text inline-text">
|
||||||
Your user name for login is:{" "}
|
Your login is{" "}
|
||||||
<span className="user-name-span">{group.email}</span>. Your
|
{`username: ${group.email} - with a temporary password: ${group.tpe}.`}
|
||||||
temporary password is{" "}
|
<div className="user-name-span">
|
||||||
<span className="user-name-span">{group.tpe}</span>. You
|
You should change your password now{" "}
|
||||||
should change it now, by clicking here.
|
<Link to="/cases">by clicking here.</Link>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -40,6 +40,10 @@
|
|||||||
margin-left: 16px;
|
margin-left: 16px;
|
||||||
width: 680px;
|
width: 680px;
|
||||||
color: #3b3b3b;
|
color: #3b3b3b;
|
||||||
|
&.inline-text {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dash-heading-text {
|
.dash-heading-text {
|
||||||
|
|||||||
Reference in New Issue
Block a user