Skip to content
Snippets Groups Projects
Commit a461fe8f authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Some color back on play button

parent de919a9c
No related branches found
No related tags found
No related merge requests found
......@@ -56,4 +56,8 @@ export default {
.discrete.link {
color: rgba(0, 0, 0, 0.87);
}
.floated.buttons .button ~ .dropdown {
border-left: none;
}
</style>
......@@ -38,7 +38,7 @@
</div>
</div>
<div class="extra content">
<play-button class="mini basic right floated" :tracks="album.tracks">Play all</play-button>
<play-button class="mini basic orange right floated" :tracks="album.tracks">Play all</play-button>
<span>
<i class="music icon"></i>
{{ album.tracks.length }} tracks
......
......@@ -37,7 +37,7 @@
<i class="sound icon"></i>
{{ artist.albums.length }} albums
</span>
<play-button class="mini basic right floated" :tracks="allTracks">Play all</play-button>
<play-button class="mini basic orange right floated" :tracks="allTracks">Play all</play-button>
</div>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment