Newer
Older
CamaraComercioWeb / src / styles.scss
Fabian VC on 15 Oct 2021 1022 bytes [fix] fix styles
@import "~ngx-owl-carousel-o/lib/styles/scss/owl.carousel";
@import "~ngx-owl-carousel-o/lib/styles/scss/owl.theme.default";
/* You can add global styles to this file, and also import other style files */
@import url("./styles/variables.scss");
@import url("./styles/shared.scss");

.button-only-icon {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: var(--rounded-small);
  margin: 0 0.3rem 0 0.3rem;
  background: none;
}

/* Carousel */
/* .owl-carousel {
  width: auto;
}
.owl-carousel .owl-nav .owl-prev {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
  left: 50px;
}

.owl-carousel .owl-nav .owl-next {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px !important;
  right: 50px !important;
}

.owl-carousel .owl-item img {
  width: 25px;
  margin-right: 20px;
}

.owl-carousel .owl-item span {
  width: auto;
  margin-right: 10px;
}

.owl-carousel .owl-item i {
    width: auto;
    margin-left: 20px;
  } */