Add toggle drop down menu for app member edit

This commit is contained in:
leigh-mil
2019-11-01 11:29:52 -04:00
parent 637a366baf
commit 98298db5f2
6 changed files with 135 additions and 69 deletions

View File

@@ -12,6 +12,8 @@ table.atat-table {
border-collapse: separate;
}
background: $color-white;
th,
td {
&.table-cell {
@@ -46,7 +48,7 @@ table.atat-table {
tr {
th,
td {
background-color: $color-white;
background: none;
margin: 0;
padding: $gap * 2;
border: 1px solid $color-gray-lighter;