ampache_react/app/common/styles/common.scss

12 lines
188 B
SCSS

/**
* Common global styles.
*/
:global {
/* No border on responsive table. */
@media (max-width: 767px) {
.table-responsive {
border: none;
}
}
}