mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
break down global.scss into smaller files
+ rename css folder to scss
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user