Merge branch 'master' into 004_equipment_tracking

This commit is contained in:
Gesina Schwalbe 2020-12-29 16:14:51 +01:00
commit 3ebd8cd177
15 changed files with 81 additions and 113 deletions

View file

@ -1,5 +1,5 @@
.side-properties {
flex: 0 0 150px;
flex: 0 0 50%;
margin: 5px 5px 5px 0;
padding-right: 5px;
border-right: 2px groove $c-border-groove;
@ -10,15 +10,15 @@
flex-direction: row;
label {
flex: 2;
flex: 1;
line-height: 26px;
font-weight: bold;
}
input,
select {
text-align: right;
flex: 1;
text-align: left;
flex: 1.5 1.5 0px;
width: calc(100% - 2px);
}
}