GD-BD-invoice-detail.less 1.45 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58
.GD-Vechicle-detail {
    .modal-dialog {
        min-width: 1100px;

        .modal-body {
            .details-panel {
                .details-panel-title {
                    color: #80031A;
                    font-weight: bold;
                    font-size: 16px;
                    margin-bottom: 15px;
                }

                .light-label {
                    margin-bottom: 10px;
                    margin-left: 15px;

                    label {
                        font-weight: normal;
                        text-align: left;
                        width: 13%;
                        padding-left: 0;
                        padding-right: 0;
                    }

                    div {
                        display: inline-block;
                    }
                }

                .row-three-split {
                    div {
                        width: 16%;
                    }
                }

                .row-two-split {
                    div {
                        width: 36%;
                    }
                }
            }

            .detail-grid-container {
                .red-letter-btn {
                    .link {
                        Color: #8299D2;
                        cursor: pointer;

                        &:hover {
                            border-bottom: 1px solid #8299D2;
                        }
                    }
                }
            }
        }
    }
}