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 -3
View File
@@ -1,5 +1,5 @@
<template>
<div class="l_ rounded">
<div class="r-now-playing t-center rounded">
<div class="headin">Now Playing</div>
<div
class="button menu rounded"
@@ -56,10 +56,9 @@ const showContextMenu = (e: Event) => {
};
</script>
<style lang="scss">
.l_ {
.r-now-playing {
padding: 1rem;
background-color: $primary;
text-align: center;
width: 100%;
display: grid;
position: relative;