CSIT Fix for SDC-2585
[sdc.git] / catalog-ui / src / app / view-models / modals / confirmation-modal / confirmation-modal.less
1 .w-sdc-modal-confirmation {
2     form.w-sdc-form{
3         padding: 0;
4     }
5
6     .w-sdc-modal-body-content {
7         .b_6;
8         word-break: break-word;
9
10     }
11     .w-sdc-modal-body {
12         height: auto;
13         /* padding: 47px 60px 20px 60px; */
14         border-bottom: none;
15     }
16     .w-sdc-modal-body-content {
17         padding: 0;
18     }
19     .w-sdc-modal-body-comment {
20         width: 430px;
21         height: 127px;
22         border: solid 1px @color_e;
23         margin: 20px 0 0 0;
24         padding: 15px;
25     }
26     .w-sdc-modal-label {
27         .m_14_r;
28         text-align: left;
29     }
30 }