bring in styles #7542

Merged
jessopb merged 21 commits from odystyles into master 2022-04-17 19:04:57 +02:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit ef35f31579 - Show all commits

View file

@ -417,9 +417,7 @@ body {
}
@media (max-width: $breakpoint-small) {
padding: var(--spacing-xs);
flex-direction: column;
padding-top: 0;
margin: 0;
padding: 0;

View file

@ -752,7 +752,7 @@ img {
.playlistPage-wrapper {
.button--file-action {
&:hover {
background-color: unset;
background-color: var(--color-gray-9);
}
}