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:
parent
e3bdf820b4
commit
a1152e5827
1 changed files with 0 additions and 5 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
gap: $unit-2x;
|
gap: $unit-2x;
|
||||||
grid-template-columns: 1fr auto;
|
grid-template-columns: 1fr auto;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: $unit-half 0;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
@include breakpoint(phone) {
|
@include breakpoint(phone) {
|
||||||
|
|
@ -13,10 +12,6 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover .Left .Info h3 {
|
|
||||||
color: var(--accent-blue);
|
|
||||||
}
|
|
||||||
|
|
||||||
.Left {
|
.Left {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue