stylist / frontend / src / components / SalonGalery / SalonGalery.module.scss
SalonGalery.module.scss
Raw
// Import necessary styles and variables
@import '../../styles/global.fonts.scss';
@import '../../styles/global.colors.scss';

// Define the recommendedContainer class
.galeryContainer {
  background-color: inherit;
  color: $dark-gray-text-color;
  width: 100%;
  height: 236px;
  scroll-behavior: smooth;
  margin-top: 16px;

  .cardImage {
    object-fit: cover;
    width: 100%;
  }
}