further refactor paddings and colors

This commit is contained in:
geoffrey45
2022-02-12 11:32:50 +03:00
parent 88e1d42ab5
commit 6d6d2831c0
14 changed files with 26 additions and 24 deletions
+1 -5
View File
@@ -1,5 +1,5 @@
<template>
<div class="up-next border">
<div class="up-next">
<p class="heading">COMING UP NEXT</p>
<div class="r-grid">
<div class="main-item h-1 border" @click="playNext">
@@ -129,10 +129,6 @@ export default {
overflow: auto;
background-color: $card-dark;
scrollbar-color: grey transparent;
&::-webkit-scrollbar-track {
background-color: transparent;
}
}
}
}