diff --git a/front/src/components/artist/Card.vue b/front/src/components/artist/Card.vue index 6a3542a2d..3e39fbad6 100644 --- a/front/src/components/artist/Card.vue +++ b/front/src/components/artist/Card.vue @@ -42,3 +42,34 @@ const image = artist.cover + + diff --git a/front/src/components/artist/style.scss b/front/src/components/artist/style.scss deleted file mode 100644 index 6219103c6..000000000 --- a/front/src/components/artist/style.scss +++ /dev/null @@ -1,28 +0,0 @@ -.funkwhale { - &.card.artist-card { - --fw-border-radius: 12px; - --fw-card-width: 208px; - --fw-card-image-width: calc(var(--fw-card-width) - 16px); - --fw-card-padding: 16px; - - > .card-image { - border-radius: 50% !important; - width: var(--fw-card-image-width); - margin: calc(-1 * var(--fw-card-padding) + 8px) calc(-1 * var(--fw-card-padding) + 8px) 0; - } - - .play-button { - top: calc(var(--fw-card-width) - 44px - 8px) !important; - } - - > .card-title { - font-size: 1rem; - text-align: left !important; - } - - > .card-content { - padding-top: 6px !important; - text-align: left !important; - } - } -}