summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/attributes/attributes.component.less
blob: 3e91ae46899c32f297014e6cff503928bf64f840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.action-bar-wrapper {
  flex: 0 0 30%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.add-attr-icon{
  cursor: pointer;
}

.attr-container {
  display: flex;
  justify-content: space-between;

  .attr-col {
    display: flex;
    flex-direction: column;
    max-width: 275px;
    flex-grow: 1;
  }

}

.attributeType {
  margin-bottom: 10px;
}

sdc-checkbox {
  margin-top: 20px;
}

.actionColumn {
  text-align: center;
  padding: 5px;
}