Add missing css
This commit is contained in:
parent
d566c3bc31
commit
c9e92bbbbb
@ -350,4 +350,15 @@ export default {
|
|||||||
.player-item:not(:nth-child(1)) {
|
.player-item:not(:nth-child(1)) {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.breadcrumb {
|
||||||
|
a {
|
||||||
|
margin-right: 10px;
|
||||||
|
color: #444;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #3c8dbc;
|
||||||
|
}
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user