Progress in polishing
This commit is contained in:
parent
7c01dcef6f
commit
74ed2460b3
|
@ -48,16 +48,22 @@
|
||||||
> div {
|
> div {
|
||||||
&:first-child {
|
&:first-child {
|
||||||
width: 35%;
|
width: 35%;
|
||||||
text-align: center;
|
|
||||||
font-size: 4mm;
|
font-size: 4mm;
|
||||||
|
|
||||||
|
display: grid;
|
||||||
|
place-content: center start;
|
||||||
|
|
||||||
|
border-right: rgba(128, 128, 128, 0.4) dashed 0.1mm;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:nth-child(2) {
|
&:nth-child(2) {
|
||||||
width: 65%;
|
width: 65%;
|
||||||
|
|
||||||
font-size: 3.75mm;
|
font-size: 3.25mm;
|
||||||
display: flex;
|
display: grid;
|
||||||
align-self: flex-end;
|
place-content: center;
|
||||||
|
|
||||||
|
padding-left: 1mm;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -72,7 +72,10 @@
|
||||||
justify-items: start;
|
justify-items: start;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-bottom: 0.25mm solid #000000;
|
|
||||||
|
&:not(:last-child) {
|
||||||
|
border-bottom: 0.25mm solid #000000;
|
||||||
|
}
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
padding-left: 3mm;
|
padding-left: 3mm;
|
||||||
|
|
|
@ -72,7 +72,10 @@
|
||||||
justify-items: start;
|
justify-items: start;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-bottom: 0.25mm solid #000000;
|
|
||||||
|
&:not(:last-child) {
|
||||||
|
border-bottom: 0.25mm solid #000000;
|
||||||
|
}
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
padding-left: 3mm;
|
padding-left: 3mm;
|
||||||
|
|
|
@ -44,16 +44,22 @@
|
||||||
> div {
|
> div {
|
||||||
&:first-child {
|
&:first-child {
|
||||||
width: 35%;
|
width: 35%;
|
||||||
text-align: center;
|
|
||||||
font-size: 4mm;
|
font-size: 4mm;
|
||||||
|
|
||||||
|
display: grid;
|
||||||
|
place-content: center start;
|
||||||
|
|
||||||
|
border-right: rgba(128, 128, 128, 0.4) dashed 0.1mm;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:nth-child(2) {
|
&:nth-child(2) {
|
||||||
width: 65%;
|
width: 65%;
|
||||||
|
|
||||||
font-size: 3.75mm;
|
font-size: 3.25mm;
|
||||||
display: flex;
|
display: grid;
|
||||||
align-self: flex-end;
|
place-content: center;
|
||||||
|
|
||||||
|
padding-left: 1mm;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue