|
|
@@ -718,10 +718,13 @@
|
|
718
|
718
|
background: #fff8ee;
|
|
719
|
719
|
}
|
|
720
|
720
|
|
|
721
|
|
-.family-birth-age-cell {
|
|
|
721
|
+.family-birth-age-cell,
|
|
|
722
|
+.family-death-age-cell {
|
|
722
|
723
|
display: flex;
|
|
723
|
724
|
align-items: center;
|
|
724
|
|
- gap: 12px;
|
|
|
725
|
+ justify-content: space-around;
|
|
|
726
|
+ gap: 16px;
|
|
|
727
|
+ padding: 0 8px;
|
|
725
|
728
|
color: #111111;
|
|
726
|
729
|
font-size: 15px;
|
|
727
|
730
|
line-height: 1.35;
|
|
|
@@ -760,7 +763,26 @@
|
|
760
|
763
|
|
|
761
|
764
|
.kakocho-member-table .family-table-header,
|
|
762
|
765
|
.kakocho-member-table .family-table-row {
|
|
763
|
|
- grid-template-columns: 1.25fr 1.15fr 1.05fr 0.65fr 0.6fr 1.1fr 82px;
|
|
|
766
|
+ grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
|
767
|
+ gap: 14px;
|
|
|
768
|
+}
|
|
|
769
|
+
|
|
|
770
|
+.kakocho-member-table .family-table-header > div,
|
|
|
771
|
+.kakocho-member-table .family-table-row > div {
|
|
|
772
|
+ min-width: 0;
|
|
|
773
|
+ text-align: left;
|
|
|
774
|
+ justify-content: flex-start;
|
|
|
775
|
+}
|
|
|
776
|
+
|
|
|
777
|
+.kakocho-member-table .family-death-age-cell {
|
|
|
778
|
+ width: 100%;
|
|
|
779
|
+ justify-content: flex-start;
|
|
|
780
|
+}
|
|
|
781
|
+
|
|
|
782
|
+.kakocho-member-table .family-table-header > div:last-child,
|
|
|
783
|
+.kakocho-member-table .family-table-row > div:last-child {
|
|
|
784
|
+ text-align: center;
|
|
|
785
|
+ justify-content: center;
|
|
764
|
786
|
}
|
|
765
|
787
|
|
|
766
|
788
|
.event-member-table .family-table-header,
|