24 lines
342 B
SCSS
24 lines
342 B
SCSS
:root {
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
.app-wrapper {
|
|
width: 100vw;
|
|
justify-content: center;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
|
|
.playlist-list {
|
|
|
|
}
|
|
|
|
.playlist {
|
|
font-size: 1.125rem;
|
|
margin: 8px 0;
|
|
padding: 4px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-color: black;
|
|
border-radius: 8px;
|
|
} |