(html) Review ACL editor for better FF support

Fixes #152
This commit is contained in:
Francis Lachapelle
2016-01-14 16:36:13 -05:00
parent 27bf8459c2
commit d90e1dc0ec
2 changed files with 8 additions and 4 deletions
@@ -25,6 +25,10 @@ md-card {
}
}
.md-secondary {
@extend .md-secondary;
}
// Collapsed/expanded states for cards in ACL editor
&.sg-collapsed, &.sg-expanded {
transition: $swift-ease-in-out;