.pagination-size(@height, @font-size) {
    font-size: @font-size;
    height: @height;
    line-height: @height;

    > * {
        line-height: @height - 2;
    }
}

.pagination() {
    width: 100%;
    outline: none;
    position: relative;

    ul {
        min-width: 0;
        border: none;
        height: 100%;
        color: inherit;
        background-color: inherit;

        &:focus {
            outline: none;
        }
    }
}