2020-10-29 16:18:38 +01:00
|
|
|
.side-properties {
|
|
|
|
flex: 0 0 150px;
|
|
|
|
margin: 5px 5px 5px 0;
|
|
|
|
padding-right: 5px;
|
|
|
|
border-right: 2px groove #eeede0;
|
|
|
|
|
|
|
|
.side-property {
|
2020-10-29 17:48:56 +01:00
|
|
|
margin: 2px 0;
|
2020-10-29 16:18:38 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
|
|
|
|
label {
|
|
|
|
flex: 2;
|
|
|
|
line-height: 26px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2020-10-29 17:48:56 +01:00
|
|
|
input,
|
|
|
|
select {
|
2020-10-29 16:18:38 +01:00
|
|
|
text-align: right;
|
|
|
|
flex: 1;
|
2020-10-29 17:48:56 +01:00
|
|
|
width: calc(100% - 2px);
|
2020-10-29 16:18:38 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|