Updated accordion frontend styles

This commit is contained in:
djordje vlaisavljevic 2021-11-19 19:00:59 +01:00
parent 8fa2a45dd8
commit c77059f645

View File

@ -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 > *+* {
}