Make generic TableField and move styles

This is so we have a base for other table rows that use different interactive elements
This commit is contained in:
Justin Edmund 2023-03-17 20:05:51 -07:00
parent e3bdf820b4
commit a1152e5827

View file

@ -4,7 +4,6 @@
gap: $unit-2x;
grid-template-columns: 1fr auto;
justify-content: space-between;
padding: $unit-half 0;
width: 100%;
@include breakpoint(phone) {
@ -13,10 +12,6 @@
flex-direction: column;
}
&:hover .Left .Info h3 {
color: var(--accent-blue);
}
.Left {
display: flex;
flex-direction: row;