Added exporting to spotify from zöff playlist

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-07 17:02:01 +01:00
parent 62390e168c
commit a63f74d9ac
9 changed files with 270 additions and 33 deletions

View File

@@ -114,12 +114,19 @@
display:none;
}
.not-imported{
.not-imported, .not-exported{
border-top: 1px solid lightgrey;
margin-top: 15px;
color:black;
}
.not-exported-element{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.not-imported-element{
height:60px;
}
@@ -131,6 +138,10 @@
line-height: 30px;
}
.not-exported-container .not-imported-element .extra-add-text{
width: 215px;
}
.extra-button{
margin: 0 4px !important;
padding: 0px !important;