GITLAB

Marcelo Puebla / configuracion-imagenes

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • configuracion-imagenes
  • src
  • app
  • components
  • abm-imagenes
  • abm-imagenes.component.scss
  • 542c79628   Agregada func para ordenar productos sin imagenes. Browse Code ยป
    Marcelo Puebla
    2019-09-25 10:30:54 -0300  
abm-imagenes.component.scss 396 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
.search .form-control-search {
  position: absolute;
  z-index: 2;
  display: block;
  text-align: center;
  line-height: inherit;
  &:hover{
    cursor: pointer;
  }
}

.custom-file-input:lang(es) ~ .custom-file-label::after {
  content: "Elegir";
}

.btn-delete-image {
  top: 0;
  left: 76%;
  z-index: 1000;
  outline: none;
}

.btn:focus {
  color: gray;
  outline: 0;
  box-shadow: none;
}