aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/app/scripts/view-models/wizard/wizard-creation-base.less
blob: 591186789bb0f5d0cad6ada1f3d0d5bd99689c11 (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
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
59
60
.sdc-wizard-wrapper {
    display: flex;
    padding: 80px 0;
    height: 620px;
    // So input validation error will be shown outside the modal (long messages).
    // overflow: hidden;

    .sdc-wizard-left-content {
        width: 400px;
        white-space: nowrap;

        .wizard-steps-line {
            padding: 0 80px 0 0;
            display: block;
        }

    }

    .sdc-wizard-right-content {
        margin-right: 200px;
        /* background-color: #fafafa; */
        height: 100%;
        width: 100%;
        .perfect-scrollbar;
        overflow: visible;
        //.animation-duration(2s);

        .sdc-wizard-right-include {

        }
    }

}

.sprite-green-tick.animated {
    .animation-duration(3s);
}

.sdc-wizard-name-type-label {
    position: absolute;
    top: 64px;
    right: 40px;

    span {
        .b_7;
        &.name {.bold;}
        &.sprite-green-tick {
            position: absolute;
            left: -22px;
            top: 5px;
        }
    }

}

.w-wizard-footer {
    button.cancel {
        margin-right: 120px;
    }
}