2509339943356da6bfe749db815ccf344b6c3422
[usecase-ui.git] /
1 .subnet_params_container{\r
2     padding-left: 3%;\r
3     .subnet_params_area{\r
4         margin-right: 5px;\r
5     }\r
6     .ant-btn-icon-only{\r
7         padding: 0 5px !important;\r
8     }\r
9     .subnet_params_button{\r
10         margin-top: 7px;\r
11         margin-left: 10px;\r
12     }\r
13     .subnet_params_icon{\r
14         font-size: 14px;\r
15     }\r
16 }\r
17 .ant-form-item-label {\r
18     text-align: left;\r
19 }\r
20 .validation_alert {\r
21     color: red;\r
22     position: absolute;\r
23     top: 0;\r
24     margin-top: 15px;\r
25 }\r
26 .validation_alert_area {\r
27     color: red;\r
28     position: absolute;\r
29     top: 0;\r
30     margin-top: 35px;\r
31     margin-left: 15px;\r
32 }\r
33 .endpoint_input {\r
34     position: relative;\r
35     .end_alert_ip {\r
36         position: absolute;\r
37         color: red;\r
38         top: 0;\r
39         margin-top: 30px;\r
40     }\r
41     .end_alert_logical {\r
42         position: absolute;\r
43         color: red;\r
44         top: 0;\r
45         margin: 30px 0 0 120px;\r
46     }\r
47 }