545fe65cfbfbd49c3faecc54b322e7b470333f1a
[sdc.git] /
1 @import '../../../../../../assets/styles/variables';
2
3 .popover-input-wrapper {
4   display: flex;
5 }
6
7 /deep/ .ui-element-popover-input {
8
9   .popover {
10     max-width: 350px;
11     width: 350px;
12   }
13
14   .edit-subnet-wrapper {
15     padding: 12px;
16
17     .subnet-value {
18       width: 100%;
19       resize: none;
20     }
21   }
22
23   input {
24     padding-right: 6px;
25     padding-left: 6px;
26     border: solid 1px @main_color_o;
27   }
28
29   .error {
30     border: solid 1px @func_color_q;
31     color: @func_color_q;
32     outline: none;
33     box-sizing: border-box;
34   }
35
36 }