Newer
Older
CamaraComercioWeb / src / styles.scss
Fabian VC on 21 Oct 2021 444 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;
}