more refactoring

This commit is contained in:
geoffrey45
2022-02-23 21:48:57 +03:00
parent fe07961757
commit 38df211882
16 changed files with 85 additions and 51 deletions
@@ -5,7 +5,7 @@
<div class="next" @click="scrollRight"></div>
</div>
<div class="artists" ref="artists_dom">
<div class="xartist border c1 image">
<div class="xartist c1 image">
<div class="blur"></div>
<div class="s2"></div>
<p>Featured Artists</p>
@@ -121,7 +121,7 @@ export default {
position: relative;
background-size: 400px 11rem;
background-position: 100%;
width: 8.25rem;
background-image: linear-gradient(
320deg,
#b63939 13%,
+6 -5
View File
@@ -1,5 +1,5 @@
<template>
<div class="p-header rounded">
<div class="p-header">
<div class="info">
<div>
<div class="name">Makaveli Radio</div>
@@ -30,6 +30,7 @@
background-image: url("../../assets/images/eggs.jpg");
position: relative;
margin-top: $small;
border-radius: .75rem;
.last-updated {
position: absolute;
@@ -68,7 +69,8 @@
align-items: flex-end;
padding: 1rem 1rem 4rem 1rem;
box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.658);
border-radius: .5rem;
border-radius: .75rem;
background-color: $black;
@include phone-only {
width: calc(100% - 1rem);
@@ -77,6 +79,7 @@
.name {
font-size: 1.5rem;
font-weight: bold;
color: $white;
&::before {
content: "😎 ";
@@ -85,10 +88,8 @@
.metrics {
margin-top: $small;
background-color: rgba(47, 55, 129, 0.233);
color: rgb(0, 60, 255);
color: $blue;
padding: $small;
width: fit-content;
}
.buttons {