2020-02-15 18:58:20 +01:00
|
|
|
/* ----------------------------------------------------------- */
|
|
|
|
/* == rwd -> xsmall */
|
|
|
|
/* ----------------------------------------------------------- */
|
|
|
|
|
|
|
|
@media (max-width: $xsmall) {
|
2020-02-29 16:46:59 +01:00
|
|
|
/* Player
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
.player {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.playerMini {
|
|
|
|
align-self: center;
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
width: 16rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.track--active::before {
|
|
|
|
display: none;
|
|
|
|
}
|
2020-02-15 18:58:20 +01:00
|
|
|
}
|