gallery.component.scss 333 Bytes
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13
::ng-deep{
    // .gallery2 .plain-container .image{
    //     width: 367px !important;
    //     height: 250px !important;
    // }
    // .gallery3 .plain-container .image{
    //     width: 367px !important;
    //         height: 250px !important;
    // }
  .cdk-overlay-container {
      @apply z-[99] #{!important};
    }
}