aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/dynamic-element/elements-ui/popover-input/ui-element-popover-input.component.less
blob: 5be443f7b6b39c09735feb695a0e9e92443c05c9 (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
@import '../../../../../../assets/styles/variables';

.popover-input-wrapper {
    display: flex;
}

/deep/ ui-element-popover-input {

    .popover {
        max-width: 350px;
        width: 350px;
    }

    .edit-subnet-wrapper {
        padding: 12px;

        .subnet-value {
            width: 100%;
            resize: none;
        }
    }

    input {
        padding-right: 6px;
        padding-left: 6px;
        border: solid 1px @main_color_o;
    }

    .error {
        border: solid 1px @func_color_q;
        color: @func_color_q;
        outline: none;
        box-sizing: border-box;
    }

}