Audio and file card frontend styles refinements

This commit is contained in:
Peter Zimon 2021-12-14 17:46:23 +01:00
parent a6a25dbb77
commit ae2a782987
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@
background: transparent;
object-fit: cover;
aspect-ratio: 1/1;
border-radius: 3px;
border-radius: 2px;
}
.kg-audio-thumbnail.placeholder {

View File

@ -3,10 +3,10 @@
align-items: center;
justify-content: space-between;
color: inherit;
border: 1px solid rgb(124 139 154 / 25%);
border-radius: 3px;
padding: 6px;
min-height: 92px;
border: 1px solid rgb(124 139 154 / 25%);
border-radius: 3px;
transition: all ease-in-out 0.35s;
}
@ -65,7 +65,6 @@
justify-content: center;
width: 80px;
height: 100%;
border-radius: 2px;
}
.kg-file-card-icon:before {
@ -79,6 +78,7 @@
background: currentColor;
opacity: 0.06;
transition: opacity ease-in-out 0.35s;
border-radius: 2px;
}
.kg-file-card:hover .kg-file-card-icon:before {