fix(sms): Use the same graphic on /sms/sent as /sms (#5601) r=@ryanfeeley

Removed the sms-sent* images, they are no longer used.

fixes #5589
This commit is contained in:
Shane Tomlinson 2017-10-19 20:51:09 +01:00
Родитель bc03d2bc68
Коммит e5e3f9968b
4 изменённых файлов: 2 добавлений и 9 удалений

Двоичные данные
app/images/sms-sent.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 1.2 KiB

Двоичные данные
app/images/sms-sent@2x.png

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 1.5 KiB

Просмотреть файл

@ -13,7 +13,7 @@
{{/isResend}}
<div class="error"></div>
<div class="graphic graphic-sms-sent">{{#t}}Success{{/t}}</div>
<div class="graphic graphic-connect-another-device">{{#t}}Success{{/t}}</div>
<p id="sms-sent-to">
{{#t}}Install Firefox on your smartphone and sign in to complete set-up{{/t}}

Просмотреть файл

@ -65,11 +65,4 @@
@include respond-to('small') {
height: 100px;
}
}
.graphic-sms-sent {
@include hidpi-background-image('sms-sent', 310px 87px);
height: 87px;
margin: 35px auto;
width: 310px;
}
}