.results { .result { padding: 1ex; .status { display: flex; align-items: center; justify-content: space-between; margin-top: 1ex; padding: 0.5em; min-width: 15ex; border-radius: 1ex; background: $dark; color: $light; .time { min-width: 9ex; height: 1.4em; border-radius: 0.5ex; padding: 0 0.5ex; } &.finished .time { background: $secondary; } } } }