source: resources/assets/sass/components/lightbox.scss@ 7304c7f

develop
Last change on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 518 bytes
Line 
1.mfp-with-zoom .mfp-container,
2.mfp-with-zoom.mfp-bg {
3 opacity: 0;
4 -webkit-backface-visibility: hidden;
5 /* ideally, transition speed should match zoom duration */
6 -webkit-transition: all 0.3s ease-out;
7 -moz-transition: all 0.3s ease-out;
8 -o-transition: all 0.3s ease-out;
9 transition: all 0.3s ease-out;
10}
11
12.mfp-with-zoom.mfp-ready .mfp-container {
13 opacity: 1;
14}
15
16.mfp-with-zoom.mfp-ready.mfp-bg {
17 opacity: 0.8;
18}
19
20.mfp-with-zoom.mfp-removing .mfp-container,
21.mfp-with-zoom.mfp-removing.mfp-bg {
22 opacity: 0;
23}
Note: See TracBrowser for help on using the repository browser.