summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/slicing-management/slicing-task-management/slicing-task-model/slicing-task-model.component.less
blob: 222f2528ec0b7b293f8a7dc56bfe591bf494c85b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;
    }

}