0
Fork 0
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:
djordje vlaisavljevic 2021-11-19 18:34:34 +01:00
parent b2f7b00875
commit d562166d26

View file

@ -10,7 +10,8 @@
}
.kg-toggle-card {
border: 1px solid rgba(127, 127, 127, 0.15);
background: transparent;
box-shadow: inset 0 0 0 1px rgba(124, 139, 154, 0.25);
border-radius: 4px;
padding: 20px;
}
@ -35,7 +36,7 @@
.kg-toggle-heading svg {
width: 14px;
color: rgba(127, 127, 127, 0.4);
color: rgba(124, 139, 154, 0.5);
transition: transform 0.3s;
transform: rotate(-180deg);
}