@time-prefix-cls: ~'@{css-prefix}time';

.@{time-prefix-cls} {
    &-with-hash {
        cursor: pointer;
        &:hover {
            text-decoration: underline;
        }
    }
}
