Sha256: 1927824f13d2cf00b1b7c06cf561a7b68ebf732fbbd223b370cea2adb1c9c143

Contents?: true

Size: 1.85 KB

Versions: 2

Compression:

Stored size: 1.85 KB

Contents

span.grey{
  color:$grey-color;
}

.text-blue{
  color: $blue-color;
}
.text-green{
  color: $green-color;
}
.text-orange{
  color: $orange-color;
}
.text-purple{
  color: $purple-color;
}
.text-grey{
  color: $grey-color;
}

.text-d10-blue{
  color: darken($blue-color, 10%);
}
.text-d10-green{
  color: darken($green-color, 10%);
}
.text-d10-orange{
  color: darken($orange-color, 10%);
}
.text-d10-purple{
  color: darken($purple-color, 10%);
}
.text-d10-grey{
  color: darken($grey-color, 10%);
}

.text-d20-blue{
  color: darken($blue-color, 20%);
}
.text-d20-green{
  color: darken($green-color, 20%);
}
.text-d20-orange{
  color: darken($orange-color, 20%);
}
.text-d20-purple{
  color: darken($purple-color, 20%);
}
.text-d20-grey{
  color: darken($grey-color, 20%);
}

.text-d30-blue{
  color: darken($blue-color, 30%);
}
.text-d30-green{
  color: darken($green-color, 30%);
}
.text-d30-orange{
  color: darken($orange-color, 30%);
}
.text-d30-purple{
  color: darken($purple-color, 30%);
}
.text-d30-grey{
  color: darken($grey-color, 30%);
}

.text-l10-blue{
  color: lighten($blue-color, 10%);
}
.text-l10-green{
  color: lighten($green-color, 10%);
}
.text-l10-orange{
  color: lighten($orange-color, 10%);
}
.text-l10-purple{
  color: lighten($purple-color, 10%);
}
.text-l10-grey{
  color: lighten($grey-color, 10%);
}

.text-l20-blue{
  color: lighten($blue-color, 20%);
}
.text-l20-green{
  color: lighten($green-color, 20%);
}
.text-l20-orange{
  color: lighten($orange-color, 20%);
}
.text-l20-purple{
  color: lighten($purple-color, 20%);
}
.text-l20-grey{
  color: lighten($grey-color, 20%);
}

.text-l30-blue{
  color: lighten($blue-color, 30%);
}
.text-l30-green{
  color: lighten($green-color, 30%);
}
.text-l30-orange{
  color: lighten($orange-color, 30%);
}
.text-l30-purple{
  color: lighten($purple-color, 30%);
}
.text-l30-grey{
  color: lighten($grey-color, 30%);
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
solar-flair-0.1.10 _sass/solar-flair/_typeography.scss
solar-flair-0.1.7 _sass/solar-flair/_typeography.scss