Sha256: 14ca38ec74a72159b4fdb8a3111da6c285df76630eb0e0baf44b25e590f545d2

Contents?: true

Size: 819 Bytes

Versions: 17

Compression:

Stored size: 819 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(43,50,53,1); }
.link-blue { color: rgba(0,132,255,1); }
.link-gray { color: rgba(136,153,166,1); }
.link-green { color: rgba(68,205,1,1); }
.link-orange { color: rgba(255,131,0,1); }
.text-purple { color: rgba(196,0,235,1); }
.link-red { color: rgba(255,59,48,1); }
.link-smoke { color: rgba(102,117,127,1); }
.link-white { color: rgba(255,255,255,1); }
.link-yellow { color: rgba(255,235,0,1); }

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
active_frontend-2.1.0 vendor/assets/stylesheets/link.scss
active_frontend-2.0.15 vendor/assets/stylesheets/link.scss
active_frontend-2.0.14 vendor/assets/stylesheets/link.scss
active_frontend-2.0.13 vendor/assets/stylesheets/link.scss
active_frontend-2.0.12 vendor/assets/stylesheets/link.scss
active_frontend-2.0.11 vendor/assets/stylesheets/link.scss
active_frontend-2.0.10 vendor/assets/stylesheets/link.scss
active_frontend-2.0.9 vendor/assets/stylesheets/link.scss
active_frontend-2.0.8 vendor/assets/stylesheets/link.scss
active_frontend-2.0.7 vendor/assets/stylesheets/link.scss
active_frontend-2.0.6 vendor/assets/stylesheets/link.scss
active_frontend-2.0.5 vendor/assets/stylesheets/link.scss
active_frontend-2.0.4 vendor/assets/stylesheets/link.scss
active_frontend-2.0.3 vendor/assets/stylesheets/link.scss
active_frontend-2.0.2 vendor/assets/stylesheets/link.scss
active_frontend-2.0.1 vendor/assets/stylesheets/link.scss
active_frontend-2.0.0 vendor/assets/stylesheets/link.scss