mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated accordion frontend styles
This commit is contained in:
parent
8fa2a45dd8
commit
c77059f645
1 changed files with 5 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
|||
}
|
||||
|
||||
.kg-toggle-heading {
|
||||
font-size: 2rem;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
|
@ -48,8 +47,12 @@
|
|||
|
||||
.kg-toggle-content {
|
||||
transition: all .3s;
|
||||
padding-top: 8px;
|
||||
padding-top: 1.5rem;
|
||||
max-height: 100vh;
|
||||
overflow: hidden;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.kg-toggle-content > *+* {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue