blob: 0422908092723979f685ca8dfc9c094555f6ff90 (
plain) (
tree)
|
|
@import '_variables';
@import '_mixins';
@import '_miniature';
.margin-content {
@include adapt-margin-content-width;
}
.section {
@include miniature-rows;
padding-top: 0 !important;
.section-title {
align-items: center;
}
.videos {
overflow: hidden;
.no-results {
height: 50px;
}
}
my-video-miniature ::ng-deep my-video-actions-dropdown > my-action-dropdown {
// Fix our overflow
position: absolute;
}
}
@media screen and (max-width: $mobile-view) {
.section {
.section-title {
flex-direction: column;
align-items: normal;
}
}
}
|