Links
Apply a link style to an <a>
or <button>
without needing to use a .d-btn
class.
Classes
Class | Description |
---|---|
d-link | Default link style |
d-link--warning | Warning link style. Used to alert users to potential problems. |
d-link--danger | Danger link style. Used for potentially destructive actions. |
d-link--success | Success link style. Used to alert users to successful actions. |
d-link--dark | Dark, slate-colored link style |
d-link--disabled | A disabled link style |
d-link--inverted | Default inverted link style |
d-link--inverted--danger | Inverted danger link style |
d-link--inverted--disabled | Inverted disabled link style |
Styles
.example-link {
.d-link();
}