a867469113eddf12d89a474363501c9e93702440
[usecase-ui.git] /
1 .subnet_params_container {\r
2     padding-left: 3%;\r
3 \r
4     .subnet_td {\r
5         width: 100px;\r
6     }\r
7 \r
8     .subnet_params_area {\r
9         margin-right: 5px;\r
10     }\r
11 \r
12     .ant-btn-icon-only {\r
13         padding: 0 5px !important;\r
14     }\r
15 \r
16     .subnet_params_button {\r
17         margin-top: 7px;\r
18         margin-left: 10px;\r
19     }\r
20 \r
21     .subnet_params_icon {\r
22         font-size: 14px;\r
23     }\r
24 }\r
25 \r
26 .ant-form-item-label {\r
27     text-align: left;\r
28 }\r
29 \r
30 .validation_alert {\r
31     color: red;\r
32     position: absolute;\r
33     top: 0;\r
34     margin-top: 15px;\r
35 }\r
36 \r
37 .validation_alert_area {\r
38     color: red;\r
39     margin-left: 6px;\r
40 }\r
41 \r
42 .endpoint_input {\r
43     position: relative;\r
44 \r
45     .end_alert_ip {\r
46         position: absolute;\r
47         color: red;\r
48         top: 0;\r
49         margin-top: 30px;\r
50         margin-left: 6px;\r
51     }\r
52 \r
53     .end_alert_logical {\r
54         position: absolute;\r
55         color: red;\r
56         top: 0;\r
57         margin: 30px 0 0 126px;\r
58     }\r
59 \r
60     .end_alert_nexthop {\r
61         position: absolute;\r
62         color: red;\r
63         top: 0;\r
64         margin: 30px 0 0 246px;\r
65     }\r
66 }\r
67 \r
68 .tn_endpoint_input {\r
69     position: relative;\r
70 \r
71     .end_alert_ip {\r
72         position: absolute;\r
73         color: red;\r
74         top: 0;\r
75         margin-top: 30px;\r
76         margin-left: 6px;\r
77     }\r
78 \r
79     .end_alert_logical {\r
80         position: absolute;\r
81         color: red;\r
82         top: 0;\r
83         margin: 30px 0 0 196px;\r
84     }\r
85 \r
86     .end_alert_nexthop {\r
87         position: absolute;\r
88         color: red;\r
89         top: 0;\r
90         margin: 30px 0 0 396px;\r
91     }\r
92 }