(css) Improve expandable card

pull/210/head
Francis Lachapelle 2016-05-17 16:35:47 -04:00
parent ddbb05fd30
commit 69c526eb67
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,9 @@ md-card {
@extend .md-secondary; @extend .md-secondary;
} }
// Collapsed/expanded states for cards in ACL editor // Collapsed/expanded states for cards in ACL editor and user folders (subscriptions)
&.sg-collapsed, &.sg-expanded { &.sg-collapsed, &.sg-expanded {
background-color: transparent;
transition: $swift-ease-in-out; transition: $swift-ease-in-out;
transition-delay: 0s; transition-delay: 0s;
> .md-button { > .md-button {
@ -61,7 +62,6 @@ md-card {
} }
&.sg-collapsed { &.sg-collapsed {
background-color: transparent;
border-radius: 0; border-radius: 0;
box-shadow: none; box-shadow: none;
margin-top: 0; margin-top: 0;