aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/view-models/modals/confirmation-modal/confirmation-modal.less
blob: 666c41d5edc00bbcc6cf7d4acd20796efc832add (plain)
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
.w-sdc-modal-confirmation {
    form.w-sdc-form{
        padding: 0;
    }

    .w-sdc-modal-body-content {
        .b_6;
        word-break: break-word;

    }
    .w-sdc-modal-body {
        height: auto;
        /* padding: 47px 60px 20px 60px; */
        border-bottom: none;
    }
    .w-sdc-modal-body-content {
        padding: 0;
    }
    .w-sdc-modal-body-comment {
        width: 430px;
        height: 127px;
        border: solid 1px @color_e;
        margin: 20px 0 0 0;
        padding: 15px;
    }
    .w-sdc-modal-label {
        .m_14_r;
        text-align: left;
    }
}