summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/maas/knowledge-base-management/create-knowledge-base/create-knowledge-base.component.less
blob: 252bd609ec99dba1a5c21acb58a70d48c4d35e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.error {
    color: #f5222d;
}

#charCount {
    position: absolute;
    right: 0;
    line-height: 20px;
    color: #00000073;
  }

:host ::ng-deep #myTextarea {
    position: relative;
  }