6d5d7739194bc3b479b2a736f3f10749eeaf2d12
[usecase-ui.git] /
1 .subnet_params_container {\r
2     padding-left: 3%;\r
3 \r
4     ::ng-deep .ant-table {\r
5         width: 100% !important;\r
6         overflow: scroll !important;\r
7         height: 400px;\r
8     }\r
9 \r
10     .table_radio {\r
11         color: #EAEAEA;\r
12     }\r
13 \r
14     .subnet_td {\r
15         min-width: 180px;\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 .tn_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 196px;\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 396px;\r
75     }\r
76 }