// Data view .dataview { &.page-content { background: @white; } .row { justify-content: space-around; } ul { padding: 0 10px; list-style: none; li { display: inline-block; } } .active { position: relative; &::after { content: ''; width: 20px; height: 20px; background-color: red; position: absolute; right: 0; bottom: 0; } } }