Project

General

Profile

1
//
2
// Component: Link
3
//
4
// ========================================================================
5

    
6

    
7
// Variables
8
// ========================================================================
9

    
10

    
11
// Muted
12
// ========================================================================
13

    
14
.hook-link-muted() {}
15

    
16
.hook-link-muted-hover() {}
17

    
18

    
19
// Reset
20
// ========================================================================
21

    
22
.hook-link-reset() {}
23

    
24

    
25
// Miscellaneous
26
// ========================================================================
27

    
28
.hook-link-misc() {}
29

    
30

    
31
// Inverse
32
// ========================================================================
33

    
34
.hook-inverse-link-muted() {}
35
.hook-inverse-link-muted-hover() {}
(29-29/59)