ampache_react/app/styles/Songs.scss

23 lines
405 B
SCSS
Raw Normal View History

.play {
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
}
}
}
}
}