Yevhen Romanenko
3 years ago
5 changed files with 51 additions and 27 deletions
@ -1,25 +1,45 @@
@@ -1,25 +1,45 @@
|
||||
.add-group-field_container { |
||||
width: 100%; |
||||
display: flex; |
||||
justify-content: space-between; |
||||
flex-direction: row; |
||||
align-items: center; |
||||
padding-bottom: 15px; |
||||
margin-bottom: 30px; |
||||
border-bottom: 1px solid rgba(158, 39, 67, 0.1); |
||||
width: 100%; |
||||
display: flex; |
||||
justify-content: space-between; |
||||
flex-direction: row; |
||||
align-items: center; |
||||
padding-bottom: 20px; |
||||
margin-bottom: 15px; |
||||
border-bottom: 1px solid rgba(158, 39, 67, 0.1); |
||||
|
||||
div { |
||||
width: 50%; |
||||
} |
||||
div { |
||||
width: 50%; |
||||
} |
||||
} |
||||
|
||||
.select-factory_container { |
||||
display: flex; |
||||
justify-content: space-between; |
||||
margin-bottom: 20px; |
||||
display: flex; |
||||
justify-content: space-between; |
||||
margin-top: 1px; |
||||
margin-bottom: 8px; |
||||
|
||||
.select{ |
||||
width: 230px; |
||||
} |
||||
.select { |
||||
width: 230px; |
||||
} |
||||
} |
||||
|
||||
.multi-select { |
||||
margin-bottom: 15px; |
||||
} |
||||
|
||||
} |
||||
.ant-btn-lg { |
||||
height: 46px; |
||||
border-radius: 10px; |
||||
} |
||||
|
||||
.btn-save { |
||||
width: 150px; |
||||
align-self: "left"; |
||||
margin-top: 15px; |
||||
|
||||
// .ant-btn-lg { |
||||
// height: 46px; |
||||
// border-radius: 10px; |
||||
// } |
||||
} |
||||
|
Loading…
Reference in new issue