Newer
Older
CamaraComercioWeb / src / app / modules / public / discover / components / slide-sites / slide-sites.component.scss
Edward Florez on 20 Oct 2021 342 bytes change icons and slide and list working
.carousel_size{
  /* width: 100vw; */
}

.carousel_size_show{
  width: 82.4vw;
}


.slide{
  color: white;
  font-size: 20px;
  margin: 20px 0;
  border-radius: 20px;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.2);
  color: black;
  height:12.5rem;
  width:25rem;
  /* background: url('../../../../../../assets/images/svg/restaurant.svg'); */
}