Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / pages / workspace / attributes / attributes.component.less
1 .action-bar-wrapper {
2   flex: 0 0 30%;
3   display: flex;
4   justify-content: flex-end;
5   margin-bottom: 10px;
6 }
7
8 .add-attr-icon{
9   cursor: pointer;
10 }
11
12 .attr-container {
13   display: flex;
14   justify-content: space-between;
15
16   .attr-col {
17     display: flex;
18     flex-direction: column;
19     max-width: 275px;
20     flex-grow: 1;
21   }
22
23 }
24
25 .attributeType {
26   margin-bottom: 10px;
27 }
28
29 sdc-checkbox {
30   margin-top: 20px;
31 }
32
33 .actionColumn {
34   text-align: center;
35   padding: 5px;
36 }