aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/deployment/panel/panel-tabs/edit-module-name/edit-module-name.component.less
blob: 721ad53bc31a4290184ac8dba309a715c7c5d1e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.edit-module-name-btn{
    float:right;
    margin-left: 10px;
    margin-bottom: 20px;
}
.save-button {
    margin-left: 30px;
}
.cancel-button {
    margin-left: 20px;
}
.edit-module-name-heatName {
    margin-bottom: 15px;
}
.edit-module-name-label {
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    margin-bottom: 10px;
}