summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/maas/knowledge-base-management/edit-knowledge-base/edit-knowledge-base.component.less
blob: a5e73a17e975b86a51a80effb18ed37d74c53b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.intent-management-modal {
  .ant-input {
    width: 300px;
  }
}


.resizable-textarea {
  min-width: 200px;
  min-height: 80px;
  resize: vertical;
}

.disabled-input {
  color: #00000040;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}