force update

This commit is contained in:
andmironov 2017-03-29 11:37:59 +03:00
parent bbdf55105b
commit 96feed2a5d
3 changed files with 4 additions and 2 deletions

View File

@ -2446,7 +2446,7 @@ input.email-form__input--email:disabled {
.message__custom__icon {
width: 24px;
height: 24px;
background-image: url(../img/new-site/icon-plus.svg);
background-image: url(../img/new-site/icon-plus2.svg);
background-size: 24px; }
.message__custom__text {

View File

@ -0,0 +1 @@
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>icon-plus</title><path d="M13 11V1a1 1 0 1 0-2 0v10H1a1 1 0 1 0 0 2h10v10a1 1 0 1 0 2 0V13h10a1 1 0 1 0 0-2H13z" fill="#628FE3" fill-rule="evenodd"/></svg>

After

Width:  |  Height:  |  Size: 245 B

View File

@ -161,10 +161,11 @@
.message__custom__icon {
width: 24px;
height: 24px;
background-image: url(../img/new-site/icon-plus.svg);
background-image: url(../img/new-site/icon-plus2.svg);
background-size: 24px;
}
.message__custom__text {
text-align: center;
color: #95A3AD;