Sha256: 8ffdc151566066134eda42db15f9289d5b21bc567743ea651867f421a868f485

Contents?: true

Size: 815 Bytes

Versions: 2

Compression:

Stored size: 815 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;
}
a[disabled] {
  cursor: not-allowed;
  pointer-events: none;
}

/* # Colors
================================================== */
.link-black { color: rgba(35,41,55,1); }
.link-blue { color: rgba(0,102,255,1); }
.link-gray { color: rgba(136,153,166,1); }
.link-green { color: rgba(0,200,0,1); }
.link-orange { color: rgba(255,82,0,1); }
.text-purple { color: rgba(128,0,255,1); }
.link-red { color: rgba(240,35,17,1); }
.link-smoke { color: rgba(85,94,113,1); }
.link-white { color: rgba(255,255,255,1); }
.link-yellow { color: rgba(255,245,0,1); }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
active_frontend-6.1.0 vendor/assets/stylesheets/_link.scss
active_frontend-6.0.0 vendor/assets/stylesheets/link.scss