source: resources/assets/sass/components/gallery.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: 366 bytes
Line 
1.isotope-item {
2 z-index: 2;
3}
4
5.isotope-hidden.isotope-item {
6 pointer-events: none;
7 z-index: 1;
8}
9
10.isotope,
11.isotope .isotope-item {
12 transition-duration: 0.8s;
13}
14
15.isotope {
16 transition-property: height, width;
17}
18
19.isotope .isotope-item {
20 transition-property: transform, opacity;
21}
22
23.gallery-container {
24 img {
25 width: 100%
26 }
27}
Note: See TracBrowser for help on using the repository browser.