summaryrefslogtreecommitdiffstats
path: root/assets/css/scopes/_refs.scss
blob: 79434ff7101e7a40a0b0b377a715dec302e56180 (plain) (blame)
1
2
3
4
5
6
7
8
9
.s-refs {
    li {
        padding-left: 0;

        &::before {
            display: none;
        }
    }
}