fix phone number flag

This commit is contained in:
Diatrex 2021-03-03 16:06:16 +03:00
parent 887c19a12e
commit 50145c6f6c

View File

@ -916,7 +916,7 @@
.iti__flag {
height: 15px;
box-shadow: 0px 0px 1px 0px #888;
background-image: url('{{ img("visiosoft.theme.base::images/flags.png").url }}');
background-image: url('{{ img("visiosoft.theme.base::images/flags.png").path }}');
background-repeat: no-repeat;
background-color: #DBDBDB;
background-position: 20px 0; }