Sha256: 013a5f931225108c1831729738e2f58a5a3ca3ac5f33c9e55e81214c10bd49ed

Contents?: true

Size: 1.38 KB

Versions: 7

Compression:

Stored size: 1.38 KB

Contents

// Custom Icons
.icon-handshake:before {
  @extend .custom-icon;
  width: 48px;
  height: 48px;
  background: url(/assets/img/icons/handshake.svg) no-repeat;
}
.icon-download:before {
  @extend .custom-button-icons;
  background: url(/assets/img/icons/download.svg) no-repeat;
}
.icon-external:before {
  @extend .custom-button-icons;
  background: url(/assets/img/icons/external.svg) no-repeat;
  transform: rotate(-90deg);
}
.icon-open-dropdown:before {
  @extend .custom-button-icons;
  background: url(/assets/img/icons/open-dropdown.svg) no-repeat;
}
.icon-close-dropdown:before {
  @extend .custom-button-icons;
  background: url(/assets/img/icons/close-dropdown.svg) no-repeat;
}
.icon-search:before {
  @extend .custom-button-icons;
  background: url(/assets/img/icons/search.svg) no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  filter: invert(35%) sepia(93%) saturate(355%) hue-rotate(124deg) brightness(93%) contrast(88%);
}
.icon-remove:before {
  @extend .custom-button-icons;
  background: url(/assets/img/icons/remove.svg) no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  filter: invert(35%) sepia(93%) saturate(355%) hue-rotate(124deg) brightness(93%) contrast(88%);
}
.icon-font-size:before {
  @extend .custom-button-icons;
  width: 1.5rem;
  height: 1.5rem;
  filter: invert(100%);
  background: url(/assets/img/icons/font-size.svg) no-repeat;
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
intia-theme-0.1.65 _sass/_icons.scss
intia-theme-0.1.64 _sass/_icons.scss
intia-theme-0.1.63 _sass/_icons.scss
intia-theme-0.1.62 _sass/_icons.scss
intia-theme-0.1.61 _sass/_icons.scss
intia-theme-0.1.60 _sass/_icons.scss
intia-theme-0.1.59 _sass/_icons.scss