refund-reason.less 236 Bytes
Newer Older
eddie.woo's avatar
eddie.woo committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
.refund-reason-modal {
    .reason-modal {
        .modal-dialog {
            width: 400px;

            .modal-body {
                .row{
                    margin-bottom:20px;

                }
            }
        }
    }
}