GITLAB

Luis Suarez / autoservicio-axion

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • autoservicio-axion
  • src
  • app
  • modules
  • opcion-pedido
  • opcion-pedido.component.scss
  • a7e65d119   Merge branch 'develop' of http://git.focasoftware.com/angular/autoservicio-axion into develop ... Browse Code ยป
    Traer version actual desde upstream
    Luis Suarez
    2020-01-28 09:16:57 -0300  
opcion-pedido.component.scss 381 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
.reduce-card-1.media-pantalla {
  position: absolute;
  bottom: 150px;
  -webkit-box-flex: 0;
  flex: 0 0 35%;
  max-width: 35%;
  left: 10%;
  margin-left: 0 !important;
}

.reduce-card-2.media-pantalla {
  position: absolute;
  bottom: 150px;
  -webkit-box-flex: 0;
  flex: 0 0 35%;
  max-width: 35%;
  right: 10%;
  margin-right: 0 !important;
}

.heigth-80 {
  height: 80px;
}