2016-08-10 21:36:11 +02:00
|
|
|
/**
|
|
|
|
* Style for Songs component.
|
|
|
|
*/
|
2016-08-11 22:01:47 +02:00
|
|
|
.play,
|
|
|
|
.playNext {
|
2016-08-03 15:44:29 +02:00
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
|
|
|
|
2016-07-30 16:01:42 +02:00
|
|
|
@media (max-width: 767px) {
|
|
|
|
.songs {
|
|
|
|
> thead,
|
|
|
|
> tbody,
|
|
|
|
> tfoot {
|
|
|
|
> tr {
|
|
|
|
> th,
|
|
|
|
> td {
|
2016-07-31 12:18:46 +02:00
|
|
|
padding: $table-condensed-cell-padding;
|
2016-07-30 16:01:42 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|