Project

General

Profile

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

    
6

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

    
10
//
11
// New
12
//
13

    
14
$accordion-icon-color:                          $global-color !default;
15
$internal-accordion-open-image: "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22#000%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E" !default;
16
$internal-accordion-close-image: "data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22#000%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%3E%3C%2Frect%3E%0A%20%20%20%20%3Crect%20fill%3D%22#000%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%3E%3C%2Frect%3E%0A%3C%2Fsvg%3E" !default;
17

    
18
// Component
19
// ========================================================================
20

    
21
// @mixin hook-accordion(){}
22

    
23

    
24
// Item
25
// ========================================================================
26

    
27
// @mixin hook-accordion-item(){}
28

    
29

    
30
// Title
31
// ========================================================================
32

    
33

    
34

    
35

    
36
// Content
37
// ========================================================================
38

    
39
// @mixin hook-accordion-content(){}
40

    
41

    
42
// Miscellaneous
43
// ========================================================================
44

    
45
// @mixin hook-accordion-misc(){}
46

    
47
// Inverse
48
// ========================================================================
49

    
50
// @mixin hook-inverse-accordion-item(){}
51

    
52
// @mixin hook-inverse-accordion-title(){}
53

    
54

    
(2-2/59)