Sha256: cb009ea3c579d919d9c574f186df889e0270a1cc3eb9bd2f30eab91538ef1ac1

Contents?: true

Size: 997 Bytes

Versions: 65

Compression:

Stored size: 997 Bytes

Contents

.svg__fill {
  &--blue {
    fill: $primary-blue;
  }
  &--white {
    fill: $white;
  }
}

.svg {
  height: 100px;
  width: 100px;
  &--none {
    fill: none;
  }
  &--blue {
    fill: $primary-blue;
  }
  &--red {
    fill: $primary-red;
  }
}

.svg--max-width {
  max-width: 100%;
}

.svg {
  &__button {
    height: 48px;
    width: 48px;
  }
  &--fill-none {
    fill: none;
  }
  &--fill-white {
    fill: $white;
  }
  &--fill-blue {
    fill: $primary-blue;
  }
}

.svg__action--place {
  margin-left: -2rem;
}

@media screen and (min-width: 360px) {
  .svg__action--place {
    margin-left: -3rem;
  }
}

@media screen and (min-width: 768px) {
  .svg__action--place {
    margin-left: 0;
  }
}

@media screen and (min-width: 360px) {
  .svg__button {
    height: 48px;
    width: 48px;
  }
}

@media screen and (min-width: 768px) {
  .svg__button {
    height: 36px;
    width: 36px;
  }
}

@media screen and (min-width: 992px) {
  .svg__button {
    height: 48px;
    width: 48px;
  }
}

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
kcc-gem-theme-1.75.81 assets/scss/1-base/_svg.scss
kcc-gem-theme-1.75.80 assets/scss/1-base/_svg.scss
kcc-gem-theme-1.75.79 assets/scss/1-base/_svg.scss
kcc-gem-theme-1.75.78 assets/scss/1-base/_svg.scss
kcc-gem-theme-1.74.78 assets/scss/1-base/_svg.scss