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
b2f7b00875
commit
d562166d26
1 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-toggle-card {
|
.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;
|
border-radius: 4px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
@ -35,7 +36,7 @@
|
||||||
|
|
||||||
.kg-toggle-heading svg {
|
.kg-toggle-heading svg {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
color: rgba(127, 127, 127, 0.4);
|
color: rgba(124, 139, 154, 0.5);
|
||||||
transition: transform 0.3s;
|
transition: transform 0.3s;
|
||||||
transform: rotate(-180deg);
|
transform: rotate(-180deg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue