summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/slicing-management/slicing-task-management/slicing-task-model/slicing-task-model.component.less
blob: 8c6b57b31b817d7e2643f8d689fc280491900733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
nz-select {
    width: 70%;
}

.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;
    }

}