a5e73a17e975b86a51a80effb18ed37d74c53b2b
[usecase-ui.git] /
1 .intent-management-modal {
2   .ant-input {
3     width: 300px;
4   }
5 }
6
7
8 .resizable-textarea {
9   min-width: 200px;
10   min-height: 80px;
11   resize: vertical;
12 }
13
14 .disabled-input {
15   color: #00000040;
16   background-color: #f5f5f5;
17   border-color: #d9d9d9;
18   box-shadow: none;
19   cursor: not-allowed;
20   opacity: 1;
21 }