break down global.scss into smaller files

+ rename css folder to scss
This commit is contained in:
geoffrey45
2022-08-02 12:05:59 +03:00
parent c2783fe540
commit b070601d4d
40 changed files with 412 additions and 498 deletions
+2 -10
View File
@@ -9,7 +9,7 @@
<div class="all-albums">
<div class="item rounded" v-for="artist in artists" :key="artist">
<div class="album-art image rounded"></div>
<div class="name ellip">{{ artist.name }}</div>
<div class="name t-center ellip">{{ artist.name }}</div>
</div>
</div>
</div>
@@ -84,16 +84,8 @@ export default {
}
.name {
text-align: center;
margin-top: $small;
}
.artist {
font-size: small;
font-weight: lighter;
text-align: center;
color: rgba(255, 255, 255, 0.699);
}
}
}
@@ -131,4 +123,4 @@ export default {
}
}
}
</style>
</style>
@@ -18,7 +18,7 @@
</div>
</template>
<script>
<script >
export default {
setup() {
const artists = [