2017-11-07 19:58:08 +01:00
|
|
|
.editForm {
|
|
|
|
background: #ffffff;
|
|
|
|
padding: 45px 30px 22px 30px;
|
|
|
|
border-radius: 2px;
|
|
|
|
box-shadow: 0 2px 4px #E3E9F3;
|
|
|
|
}
|
|
|
|
|
|
|
|
.separator {
|
|
|
|
box-sizing: border-box;
|
2018-01-26 14:06:44 +01:00
|
|
|
height: 1px;
|
2018-01-26 10:39:48 +01:00
|
|
|
width: 100%;
|
2018-01-26 14:06:44 +01:00
|
|
|
margin-top: 1.4rem;
|
2017-11-07 19:58:08 +01:00
|
|
|
margin-bottom: 2.1rem;
|
2018-01-26 14:06:44 +01:00
|
|
|
background: #F6F6F6;
|
2017-11-07 19:58:08 +01:00
|
|
|
}
|
2018-06-18 12:19:22 +02:00
|
|
|
|
|
|
|
.loadIndicatorContainer {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-around;
|
|
|
|
min-height: 209px;
|
|
|
|
padding-top: 88px;
|
|
|
|
}
|