mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-01 08:00:47 +08:00
Add subpanel sliding animation during opening
This commit is contained in:
parent
60169feb1a
commit
9b2e7def5d
1 changed files with 5 additions and 3 deletions
|
@ -121,9 +121,6 @@ div.widget-panel .panel-card .card-header {
|
|||
flex-direction: row !important;
|
||||
align-items: start;
|
||||
|
||||
height: 100%;
|
||||
justify-content: flex-end;
|
||||
|
||||
.widget-entry-icon {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
@ -343,6 +340,11 @@ div.widget-panel .panel-card .card-header {
|
|||
.card {
|
||||
border: none;
|
||||
|
||||
.accordion-collapse.collapsing {
|
||||
transition: height 0.3s ease-in-out;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.card-header {
|
||||
min-height: 2.1em;
|
||||
padding: .50rem 1.25rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue