Add toggle menu to portfolio managers table.

Stub out menu items.
This commit is contained in:
leigh-mil
2020-01-07 12:06:22 -05:00
parent 5ba22d82e3
commit df285eaa7f
4 changed files with 14 additions and 6 deletions

View File

@@ -130,10 +130,6 @@
&--th {
width: 50%;
}
&--td {
position: relative;
}
}
.row {

View File

@@ -3,6 +3,10 @@
top: $gap;
right: $gap * 2;
&__container {
position: relative;
}
.accordion-table__item__toggler {
padding: $gap / 3;
border: 1px solid $color-gray-lighter;