@import "variables";

vn-ticket-components {
    .vn-table > tbody {
        &:not(:last-child) {
            border-bottom: 1px solid $color-spacer-light;
        }
        & > tr {
            border-bottom: none;

            &.components {
                height: 16px;
    
                & > td {
                    padding-top: 1px;
                    padding-bottom: 1px;
                }
                &:nth-child(2) > td {
                    padding-top: 16px;
                }
                &:last-child > td {
                    padding-bottom: 16px;
                }
            }
        }
    }
    .totalBox {
        max-width: none;
    }

    .align-left {
        text-align: left
    }
    
    .align-center {
        text-align: center
    }

    .initial {
        height: initial
    }
}