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
<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 |