GITLAB

Martin Macola / 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
  • c6f805b12   First commit Browse Code ยป
    Marcelo Puebla
    2019-09-02 12:46:34 -0300  
abm-imagenes.component.scss 300 Bytes
edit raw blame history
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.search .form-control-search {
  position: absolute;
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  line-height: inherit;
}

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

.btn-delete-image {
  top: 0;
  left: 95%;
}