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

@@ -94,6 +94,10 @@
border-right: 10px solid transparent;
border-bottom: 10px solid $color-blue-light;
}
&--active {
background-color: $color-gray-lightest;
}
}
&-toggle-content {