aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/properties-assignment/property-creator/property-creator.component.less
blob: d17a45e2c9cde04de9d97e064c0515f7a29c90d0 (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
@import '../../../../../assets/styles/variables.less';

.property-creator {
    font-family: @font-opensans-regular;
    user-select: none;
    padding-top: 12px;
    padding-bottom: 20px;

    .i-sdc-form-label {
        font-size: 12px;
    }

    .w-sdc-form .i-sdc-form-item {
        margin-bottom: 15px;
    }

    .side-by-side {
        display: flex;

        .i-sdc-form-item {
            flex-basis: 100%;

            &:first-child {
                flex-basis: 50%;
                margin-right: 10px;
            }

        }
        .propertySchemaType{
            margin-left: 10px;
        }
    }


}