PAM
  • Changelog
  • Issues
  • Download

Documentation

  • 1Getting started
  • 2Setup
  • 3General
  • 4Grids
  • 5Skin
  • 6Typography
  • 7Forms
  • 8Buttons
  • 9Cards
  • 10Tables
  • 11Menus
  • 12Alert
  • 13Divider
  • 14Link
    • 14.1Hooks
    • 14.2Variables
  • 15Lists
  • 16Tags
  • 17Column
  • 18Progress
  • 19Overlay
  • 20Traits
  • 21Mixins

Link

Apply link styling to a elements for real links or style elements such as div, p, span etc as a link.

Anchor
Element
Markup

Toggle full screen Open in new window Toggle example guides Toggle HTML markup

<a href="#" pam-Link>Anchor</a>
<div pam-Link>Element</div>

Hooks

.hook-link .hook-link-hover


Variables

These are all the component specific variables that can be used for customization.

Name Value
@link-color @skin-info
@link-decoration none
@link-hover-color darken(@link-color, 10%)
@link-hover-decoration underline