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