Sha256: 8b6b75cee40b0ae86b40a01dc62523bed9388d323f4372e4a13e3c74d6587c96

Contents?: true

Size: 770 Bytes

Versions: 12

Compression:

Stored size: 770 Bytes

Contents

/* Table of Contents
==================================================
# Link
# Colors */

/* # Link
================================================== */
a {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  text-decoration: none;
}

/* # Colors
================================================== */
.link-black { color: rgba(43,50,53,1); }
.link-blue { color: rgba(15,135,226,1); }
.link-gray { color: rgba(136,153,166,1); }
.link-green { color: rgba(112,169,13,1); }
.link-orange { color: rgba(232,126,15,1); }
.text-purple { color: rgba(117,73,170,1); }
.link-red { color: rgba(218,79,46,1); }
.link-smoke { color: rgba(102,117,127,1); }
.link-white { color: rgba(255,255,255,1); }
.link-yellow { color: rgba(255,217,15,1); }

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
active_frontend-1.0.11 vendor/assets/stylesheets/link.scss
active_frontend-1.0.10 vendor/assets/stylesheets/link.scss
active_frontend-1.0.9 vendor/assets/stylesheets/link.scss
active_frontend-1.0.8 vendor/assets/stylesheets/link.scss
active_frontend-1.0.7 vendor/assets/stylesheets/link.scss
active_frontend-1.0.6 vendor/assets/stylesheets/link.scss
active_frontend-1.0.5 vendor/assets/stylesheets/link.scss
active_frontend-1.0.4 vendor/assets/stylesheets/link.scss
active_frontend-1.0.3 vendor/assets/stylesheets/link.scss
active_frontend-1.0.2 vendor/assets/stylesheets/link.scss
active_frontend-1.0.1 vendor/assets/stylesheets/link.scss
active_frontend-1.0.0 vendor/assets/stylesheets/link.scss