mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
Updated accordion frontend styles
This commit is contained in:
parent
8fa2a45dd8
commit
c77059f645
@ -17,7 +17,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.kg-toggle-heading {
|
.kg-toggle-heading {
|
||||||
font-size: 2rem;
|
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -48,8 +47,12 @@
|
|||||||
|
|
||||||
.kg-toggle-content {
|
.kg-toggle-content {
|
||||||
transition: all .3s;
|
transition: all .3s;
|
||||||
padding-top: 8px;
|
padding-top: 1.5rem;
|
||||||
max-height: 100vh;
|
max-height: 100vh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.kg-toggle-content > *+* {
|
||||||
|
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user