Allow collapsing/expanding list of environments

This commit is contained in:
Patrick Smith
2019-02-07 18:45:25 -05:00
parent 9afa449bdf
commit 8c79eb3925
3 changed files with 48 additions and 31 deletions

View File

@@ -113,6 +113,13 @@
}
.application-list {
.toggle-link {
background-color: $color-blue-light;
.icon {
margin: $gap / 2;
}
}
.application-list-item {
border-radius: 5px;
box-shadow: 0 4px 8px 1px rgba(230,230,230,0.5), -4px 4px 8px 1px rgba(230,230,230,0.5);