File size: 468 Bytes
d2897cd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
.mf-bar-spacer {
    display: block;
    overflow: hidden;
    position: relative;

    &.mf-bar-spacer-regular {
        height: 30px;
    }

    &.mf-bar-spacer-large {
        height: 50px;
    }
}

.mf-bar-collapser-icon {
    opacity: 0.3;
    text-decoration: none;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);

    &:hover {
        opacity: 0.7;
        text-decoration: none;
    }
}