2021-02-08 09:18:43 +01:00

47 lines
1.0 KiB
SCSS

:host ::ng-deep {
.addon-mod_lesson-slideshow {
max-width: 100%;
max-height: 100%;
margin: 0 auto;
}
table {
width: 100%;
margin-top: 1.5rem;
tr:nth-child(odd) {
background-color: var(--gray-lighter);
// @include darkmode() {
// background-color: $core-dark-item-divider-bg-color;
// }
}
tr:last-child td {
border-bottom: 0;
}
td {
padding: 5px;
line-height: 1.5;
border-bottom: 1px solid var(--gray);
}
}
// @todo
// .item-ios table {
// @extend .card-ios;
// @include darkmode() {
// color: $white;
// background-color: $core-dark-item-bg-color;
// }
// }
// .item-md table {
// @extend .card-md;
// @include darkmode() {
// color: $white;
// background-color: $core-dark-item-bg-color;
// }
// }
}