.check-statistics { .card(); .progress-bar(); .card-footer { display: flex; justify-content: center; border-top: 1px solid @gray-light; .key { width: auto; margin-right: .28125em; //calculated   width font-size: .83333333em; } } .check-attempt { display: inline-flex; } &.progress-bar .below { padding: 0; margin-left: 10%; margin-right: auto; display: flex; align-items: center; justify-content: space-between; &:before { background-color: @gray; content: ""; display: block; height: .25em; width: 100%; position: absolute; top: ~"calc(50% - .125em)"; } } .interval { background-color: @body-bg-color; position: relative; } .check-overdue { background-color: @color-down; opacity: 1; &:before, &:after { background-color: @color-down; } } }