mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-04 22:56:24 +00:00
(css) Improve expandable card
This commit is contained in:
@@ -29,8 +29,9 @@ md-card {
|
||||
@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 {
|
||||
background-color: transparent;
|
||||
transition: $swift-ease-in-out;
|
||||
transition-delay: 0s;
|
||||
> .md-button {
|
||||
@@ -61,7 +62,6 @@ md-card {
|
||||
}
|
||||
|
||||
&.sg-collapsed {
|
||||
background-color: transparent;
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
margin-top: 0;
|
||||
|
||||
Reference in New Issue
Block a user