Project

General

Profile

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

    
6

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

    
10

    
11
// Component
12
// ========================================================================
13

    
14
.hook-totop() {
15
    -webkit-transition: color 0.1s ease-in-out;
16
    transition: color 0.1s ease-in-out;
17
}
18

    
19
.hook-totop-hover() {}
20

    
21
.hook-totop-active() {}
22

    
23

    
24
// Miscellaneous
25
// ========================================================================
26

    
27
.hook-icon-misc() {}
28

    
29

    
30
// Inverse
31
// ========================================================================
32

    
33
.hook-inverse-totop() {}
34
.hook-inverse-totop-hover() {}
35
.hook-inverse-totop-active() {}
(55-55/59)