feat(email): add new email graphic, switch to SVG (#5124) r=ryanfeeley
* feat(email): add new email graphic, switch to SVG Fixes #5105
This commit is contained in:
Родитель
42a3219ebb
Коммит
2a49cf6e2e
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
После Ширина: | Высота: | Размер: 7.3 KiB |
|
@ -12,7 +12,7 @@
|
|||
<div class="error"></div>
|
||||
<div class="success"></div>
|
||||
|
||||
<div class="graphic graphic-mail">{{#t}}Email Sent{{/t}}</div>
|
||||
<div class="graphic graphic-mail"></div>
|
||||
|
||||
{{#isSignUp}}
|
||||
<p class="verification-email-message">{{#unsafeTranslate}}Check your email for the verification link sent to %(escapedEmail)s{{/unsafeTranslate}}</p>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<div class="error"></div>
|
||||
<div class="success"></div>
|
||||
|
||||
<div class="graphic graphic-mail">{{#t}}Email Sent{{/t}}</div>
|
||||
<div class="graphic graphic-mail"></div>
|
||||
|
||||
<p class="verification-email-message">{{#t}}Click on the link we've emailed you at %(email)s within the next hour to create a new password.{{/t}}</p>
|
||||
|
||||
|
|
|
@ -26,12 +26,17 @@
|
|||
}
|
||||
|
||||
.graphic-mail {
|
||||
@include hidpi-background-image('graphic_mail', 150px 130px);
|
||||
margin-bottom: 25px;
|
||||
padding-bottom: 10px;
|
||||
background-image: url('/images/graphic_mail.svg');
|
||||
background-position: center center;
|
||||
height: 130px;
|
||||
width: auto;
|
||||
|
||||
@include respond-to('small') {
|
||||
background-size: 120px 104px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
@include respond-to('trustedUI') {
|
||||
margin: 0 auto 0 auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче