// Data view .dataview { .row { justify-content: space-around; } ul { padding: 0 10px; list-style: none; li { display: inline-block; } } .active { position: relative; z-index: 1; &::after { content: ''; position: absolute; width: 22px; height: 22px; right: -5px; bottom: -5px; .encoded-svg-background(''); } } }