Explorar el Código

Fixes toll free position.

j8
damencho hace 6 años
padre
commit
555f8b3a99
Se han modificado 2 ficheros con 10 adiciones y 0 borrados
  1. 5
    0
      css/deep-linking/_mobile.scss
  2. 5
    0
      css/modals/invite/_info.scss

+ 5
- 0
css/deep-linking/_mobile.scss Ver fichero

79
         .numbers-list {
79
         .numbers-list {
80
             min-width: 150px;
80
             min-width: 150px;
81
         }
81
         }
82
+
83
+        li.toll-free:empty:before {
84
+            content: '.';
85
+            visibility: hidden;
86
+        }
82
     }
87
     }
83
 
88
 
84
     &__href {
89
     &__href {

+ 5
- 0
css/modals/invite/_info.scss Ver fichero

166
         list-style: none;
166
         list-style: none;
167
         vertical-align: top;
167
         vertical-align: top;
168
     }
168
     }
169
+
170
+    li.toll-free:empty:before {
171
+        content: '.';
172
+        visibility: hidden;
173
+    }
169
 }
174
 }
170
 
175
 
171
 .dial-in-page {
176
 .dial-in-page {

Loading…
Cancelar
Guardar