added DP on technique (wip)

This commit is contained in:
Vlyan
2022-02-10 14:30:27 +01:00
parent 1afd85d3e9
commit b35fb852af
31 changed files with 1030 additions and 706 deletions

View File

@@ -269,10 +269,13 @@
}
}
}
&.peculiarity,
&.technique {
article {
&.attributes {
height: 7.5rem;
input[type="text"] {
width: 10rem;
}
.cursus {
flex: 0 0 calc(20% - 0.5rem);
line-height: 0.75rem;
@@ -283,12 +286,24 @@
}
}
}
&.infos {
height: calc(100% - 8.5rem);
}
}
}
&.peculiarity {
article {
&.attributes {
height: 8.5rem;
.cursus {
flex: 0 0 calc(20% - 0.5rem);
line-height: 0.75rem;
text-align: right;
margin: 0 0.25rem;
input {
margin-top: 0.25rem;
}
}
}
&.infos {
height: calc(100% - 9.5rem);