summaryrefslogtreecommitdiffstats
path: root/assets/sass/modules/_component.scss
blob: 9e64add29f4db4e57ea3f7df4bbf14c0666022c2 (plain) (blame)
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
28
#aplayer {
    font-family: inherit;
}

#scroll-top {
    cursor: pointer;
    position: fixed;
    width: 2.5rem;
    height: 2.5rem;
    right: 1rem;
    bottom: 1rem;
    color: $color-primary;
    background-color: $color-spliter;
    border-radius: 100%;
    line-height: 2.5rem;
    text-align: center;
    vertical-align: middle;
    display: inline-block;

    &:hover {
        color: $color-secondary;
    }

    i {
        font-size: 1.5rem;
        line-height: inherit;
    }
}