Project

General

Profile

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

    
6

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

    
10

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

    
14
.hook-close() {
15
    -webkit-transition: 0.1s ease-in-out;
16
    transition: 0.1s ease-in-out;
17
    -webkit-transition-property: color, opacity;
18
    transition-property: color, opacity;
19
}
20

    
21
.hook-close-hover() {}
22

    
23

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

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

    
29

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

    
33
.hook-inverse-close() {}
34
.hook-inverse-close-hover() {}
(13-13/59)