f8fea30c2a2a6bff1bf25552bd681d69430c9284
[usecase-ui.git] /
1 .input-wrapper {
2   display: flex;
3   align-items: center;
4   gap: 50px;
5 }
6
7 .item-label {
8   display: inline-block;
9   width: 30%;
10   margin-right: 8px;
11   line-height: 36px;
12 }
13
14 .item {
15   display: flex;
16   width: 70%;
17 }
18
19 .form-item {
20   display: flex;
21   width: 100%;
22   margin-bottom: 16px;
23 }
24
25 .slider-input-container {
26   width: 100%;
27 }
28
29 .nz-input-number-container {
30   margin-left: 16px;
31   width: 120px;
32 }
33
34 .nz-select-container {
35   width: 300px;
36 }
37
38 :host ::ng-deep #myTextarea {
39   position: relative;
40 }
41
42 .disabled-input ::ng-deep  .ant-select-selection{
43   color: #00000040;
44   background-color: #f5f5f5;
45   border-color: #d9d9d9;
46   box-shadow: none;
47   opacity: 1;
48 }
49
50 #charCount {
51   position: absolute;
52   top: 9px;
53   right: 15px;
54   line-height: 20px;
55 }
56
57 .disabled-input {
58   pointer-events: none;
59 }
60
61 .disabled-item {
62   cursor: not-allowed;
63 }