mirror of
https://github.com/bitwarden/server.git
synced 2026-02-04 02:05:30 -06:00
[PM-30610] Use shared styling for enterprise template
This commit is contained in:
parent
723c5971df
commit
093b7094f2
@ -3,25 +3,8 @@
|
||||
<!-- Include shared head styles -->
|
||||
<mj-include path="../../../components/head.mjml" />
|
||||
|
||||
<mj-font
|
||||
name="Inter"
|
||||
href="https://fonts.googleapgis.com/css2?family=Inter:wght@400;600;700&display=swap">
|
||||
</mj-font>
|
||||
<mj-font
|
||||
name="Roboto"
|
||||
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap">
|
||||
</mj-font>
|
||||
|
||||
<mj-attributes>
|
||||
<mj-all
|
||||
font-family="'Inter','Helvetica Neue',Helvetica,Arial,sans-serif" />
|
||||
</mj-attributes>
|
||||
|
||||
<mj-style>
|
||||
@media only screen and (max-width: 480px) {
|
||||
.hide-mobile { display: none !important; }
|
||||
}
|
||||
</mj-style>
|
||||
<!-- Include admin console shared styles -->
|
||||
<mj-include path="../../../components/admin-console-head.mjml" />
|
||||
</mj-head>
|
||||
|
||||
<mj-body>
|
||||
@ -40,26 +23,14 @@
|
||||
src="https://bitwarden.com/images/logo-horizontal-white.png">
|
||||
</mj-image>
|
||||
<mj-text
|
||||
font-size="20px"
|
||||
line-height="30px"
|
||||
font-weight="400"
|
||||
padding="0px 0px 24px 0px"
|
||||
align="left"
|
||||
color="#ffffff">
|
||||
mj-class="ac-hero-text"
|
||||
padding="0px 0px 24px 0px">
|
||||
<p>You can now share passwords with members of <strong>{{OrganizationName}}!</strong></p>
|
||||
</mj-text>
|
||||
<mj-button
|
||||
mj-class="ac-button"
|
||||
href="{{WebVaultUrl}}"
|
||||
background-color="#ffffff"
|
||||
color="#1A41AC"
|
||||
border-radius="20px"
|
||||
align="left"
|
||||
inner-padding="12px 24px"
|
||||
padding="0px"
|
||||
font-size="16px"
|
||||
|
||||
font-weight="700"
|
||||
line-height="24px">
|
||||
padding="0px">
|
||||
Log in
|
||||
</mj-button>
|
||||
</mj-column>
|
||||
@ -94,9 +65,7 @@
|
||||
background-color="#fff">
|
||||
<mj-column>
|
||||
<mj-text
|
||||
font-size="14px"
|
||||
line-height="20px"
|
||||
font-weight="400"
|
||||
mj-class="ac-text"
|
||||
padding="0px">
|
||||
As a member of <b>{{OrganizationName}}</b>:
|
||||
</mj-text>
|
||||
@ -131,9 +100,7 @@
|
||||
width="80%"
|
||||
vertical-align="top">
|
||||
<mj-text
|
||||
font-size="14px"
|
||||
line-height="20px"
|
||||
font-weight="400"
|
||||
mj-class="ac-text"
|
||||
padding="0px 0px 0px 0px">
|
||||
Your account is owned by {{OrganizationName}} and is subject to their security and management policies.
|
||||
</mj-text>
|
||||
@ -168,12 +135,10 @@
|
||||
width="80%"
|
||||
vertical-align="top">
|
||||
<mj-text
|
||||
font-size="14px"
|
||||
line-height="20px"
|
||||
font-weight="400"
|
||||
mj-class="ac-text"
|
||||
padding="0px 0px 0px 0px">
|
||||
You can easily access and share passwords with your team.<br/>
|
||||
<a href="https://bitwarden.com/help/sharing" class="link">Share passwords in Bitwarden</a>
|
||||
<a href="https://bitwarden.com/help/sharing" class="ac-link">Share passwords in Bitwarden</a>
|
||||
</mj-text>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
@ -197,18 +162,14 @@
|
||||
<mj-column
|
||||
width="70%">
|
||||
<mj-text
|
||||
line-height="30px"
|
||||
font-size="20px"
|
||||
font-weight="700"
|
||||
mj-class="ac-heading"
|
||||
padding="0px 0px 8px 0px">
|
||||
Learn more about Bitwarden
|
||||
</mj-text>
|
||||
<mj-text
|
||||
font-size="14px"
|
||||
line-height="20px"
|
||||
font-weight="400"
|
||||
mj-class="ac-text"
|
||||
padding="0px">
|
||||
Find user guides, product documentation, and videos on the <a href="https://bitwarden.com/help/" class="link">Bitwarden help center</a>.
|
||||
Find user guides, product documentation, and videos on the <a href="https://bitwarden.com/help/" class="ac-link">Bitwarden help center</a>.
|
||||
</mj-text>
|
||||
</mj-column>
|
||||
<mj-column
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user