summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/shared/components/basic-info/basic-info.component.less
blob: 5dc0c410c505796fe97f57afa9864cf793844984 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.taskmodel_list {
    margin-bottom: 20px;

    .list-title{
        color: rgba(0, 0, 0, 0.85);
        font-weight: 500;
        margin: 0;
    }

    .listitem_subtitle {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.85);
        margin-bottom: 16px;
        font-weight: 500;
    }
}