aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/view-models/forms/property-forms/select-datatype-modal/select-datatype-modal.less
blob: 1eb7a4649fe1d790f6a75e1500a0b3b1e0b1dc47 (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
61
62
.sdc-edit-property-container {
    .scrollbar-container{
        height: 475px;
        width: 830px;
        .perfect-scrollbar;
    }

    form{
        [name="description"]{
            min-height:50px;
        }
    }

    .sdc-modal-top-bar{
        height: 40px;
        .sdc-modal-top-bar-buttons {
            float: right;

            > span:not(.delimiter){
                vertical-align: middle;
                .hand;

                &.sprite-new {
                    text-indent: 100%;
                }
                &.disabled, &:hover.disabled {
                    pointer-events: none;
                }
            }

            .delete-btn{
                margin-right: 6px;
            }

            .left-arrow{
                margin-right: 8px;
            }

            .delimiter {
                height: 20px;
                width: 1px;
                background-color: #959595;
                display: inline-block;
                vertical-align: middle;
                margin-right: 10px;
            }
        }
    }

    .w-sdc-form-note {
        .h_9;
        display: block;
        position: relative;
        top: 13px;
    }

    .default-value-section{
        border-top: solid 1px @main_color_a;
        padding-top: 15px;
        margin-top: 15px;
    }
}