force update
This commit is contained in:
parent
bbdf55105b
commit
96feed2a5d
|
@ -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 {
|
||||
|
|
|
@ -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 |
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue