Commit b9c5ea126186bfb76c0ebac7f51464fa9191e6b6

Authored by Marcelo Puebla
1 parent 517af99e9f
Exists in master

Borrado de clase css.

src/app/components/busqueda-productos/busqueda-productos.component.scss
1 .search .form-control-search { 1 .search .form-control-search {
2 position: absolute; 2 position: absolute;
3 z-index: 2; 3 z-index: 2;
4 display: block; 4 display: block;
5 text-align: center; 5 text-align: center;
6 pointer-events: none; 6 pointer-events: none;
7 color: #aaa; 7 color: #aaa;
8 line-height: inherit; 8 line-height: inherit;
9 } 9 }
10
11 .vh-70 {
12 min-height: auto !important;
13 max-height: 70vh !important;
14 }
15
16 .spinner-lg{
17 width: 3rem !important;
18 height: 3rem !important;
19 }
20 10