mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Audio and file card frontend styles refinements
This commit is contained in:
parent
a6a25dbb77
commit
ae2a782987
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
||||||
background: transparent;
|
background: transparent;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
aspect-ratio: 1/1;
|
aspect-ratio: 1/1;
|
||||||
border-radius: 3px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-audio-thumbnail.placeholder {
|
.kg-audio-thumbnail.placeholder {
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
border: 1px solid rgb(124 139 154 / 25%);
|
|
||||||
border-radius: 3px;
|
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
min-height: 92px;
|
min-height: 92px;
|
||||||
|
border: 1px solid rgb(124 139 154 / 25%);
|
||||||
|
border-radius: 3px;
|
||||||
transition: all ease-in-out 0.35s;
|
transition: all ease-in-out 0.35s;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -65,7 +65,6 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-radius: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-file-card-icon:before {
|
.kg-file-card-icon:before {
|
||||||
|
@ -79,6 +78,7 @@
|
||||||
background: currentColor;
|
background: currentColor;
|
||||||
opacity: 0.06;
|
opacity: 0.06;
|
||||||
transition: opacity ease-in-out 0.35s;
|
transition: opacity ease-in-out 0.35s;
|
||||||
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.kg-file-card:hover .kg-file-card-icon:before {
|
.kg-file-card:hover .kg-file-card-icon:before {
|
||||||
|
|
Loading…
Add table
Reference in a new issue