appearance: some dialogs fixed

This commit is contained in:
muerwre 2018-11-27 12:12:27 +07:00
parent 169d4d4222
commit 291280c52e
7 changed files with 33 additions and 7 deletions

View file

@ -27,7 +27,7 @@ const firstPoint = ({ routerCancel }: Props) => (
<div className="helper router-helper">
<div className="helper__text">
<Icon icon="icon-pin-1" />
<div className="big white upper">Теперь - следующую</div>
<div className="big white upper">УКАЖИТЕ СЛЕДУЮЩУЮ ТОЧКУ</div>
</div>
<div className="helper__buttons">
<div className="button router-helper__button" onClick={routerCancel}>

View file

@ -12,8 +12,9 @@ export const TrashDialog = ({
clearPoly, clearStickers, clearAll, clearCancel
}: Props) => (
<div className="helper trash-helper">
<div className="helper__text">
<div className="big white upper">Уверены?</div>
<div className="helper__text danger">
<Icon icon="icon-trash-4" />
<div className="big upper">Уверены?</div>
</div>
<div className="helper__buttons">
<div className="button-group">
@ -23,7 +24,7 @@ export const TrashDialog = ({
<div className="button router-helper__button" onClick={clearStickers}>
Стикеры
</div>
<div className="button danger router-helper__button" onClick={clearAll}>
<div className="button router-helper__button" onClick={clearAll}>
Удалить все
</div>
</div>