66eb3cc4862b283b6f474396a14f328d82cfb536
[usecase-ui.git] /
1 .subnet_params_container {
2   padding-left: 3%;
3
4   // .subnet_params_area {
5   //   margin-right: 5px;
6   // }
7
8   .ant-btn-icon-only {
9     padding: 0 5px !important;
10   }
11
12   // .subnet_params_button {
13   //   margin-top: 7px;
14   //   margin-left: 10px;
15   // }
16
17   // .subnet_params_icon {
18   //   font-size: 14px;
19   // }
20 }
21
22 .ant-form-item-label {
23   text-align: left;
24 }
25
26 .validateRules {
27   color: red;
28 }
29
30 .error-input-border {
31   border-color: red !important;
32 }
33
34 .detail-wrap{
35   width: 520px;
36   height:auto;
37   background: rgba(0, 0, 0, .8);
38   line-height: 20px;
39   border-radius: 4px;
40   text-indent: 2em;
41   position: absolute;
42   right: -200px;
43   top: -360px;
44   color:#ffffff;
45   p{
46     padding: 10px 10px 0 10px;
47   }
48 }
49 .detail-icon{
50   position: absolute;
51    right: -26px;
52    bottom:-2px;
53    width:20px;
54    height:20px;
55 cursor: pointer;
56
57 }
58
59 .detail-wrap::before{
60   content: '';
61     display: block;
62     position: absolute;
63     right: 175px;
64     bottom: -16px;
65     border: 20px solid transparent;
66     border: 8px solid transparent;
67     border-top: 8px solid  rgba(0, 0, 0, .8);
68 }
69 .detail-img{
70   width: 300px;
71   height:auto;
72   display: block;
73   margin: 0 auto;
74   padding-bottom:10px;
75 }