Fixes toll free position.
This commit is contained in:
parent
ea4d49f2a0
commit
555f8b3a99
|
@ -79,6 +79,11 @@
|
||||||
.numbers-list {
|
.numbers-list {
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.toll-free:empty:before {
|
||||||
|
content: '.';
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__href {
|
&__href {
|
||||||
|
|
|
@ -166,6 +166,11 @@
|
||||||
list-style: none;
|
list-style: none;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li.toll-free:empty:before {
|
||||||
|
content: '.';
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dial-in-page {
|
.dial-in-page {
|
||||||
|
|
Loading…
Reference in New Issue