File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change 11.gallery {
2+ $el : &;
23
34 @include flex-grid-container ();
45
89 display : none ;
910 }
1011
11- .gallery -caption {
12+ & -caption {
1213 margin : $half-base-spacing 0 0 ;
1314 font-size : 11px ;
1415 text-align : left ;
1516 }
16- }
17-
18- .gallery-item {
19- position : relative ;
20- width : column (6 );
21- margin-bottom : $base-spacing ;
22- text-align : center ;
2317
24- a {
25- display : block ;
18+ & -item {
19+ position : relative ;
20+ width : column (6 );
21+ margin-bottom : $base-spacing ;
22+ text-align : center ;
2623
27- img {
24+ a {
2825 display : block ;
26+
27+ img {
28+ display : block ;
29+ }
2930 }
30- }
3131
32- .gallery -columns-3 & {
33- width : column (4 );
34- }
32+ #{ $el } -columns- 3 & {
33+ width : column (4 );
34+ }
3535
36- .gallery-columns-4 & {
37- width : column (3 );
36+ #{$el } -columns- 4 & {
37+ width : column (3 );
38+ }
3839 }
3940}
You can’t perform that action at this time.
0 commit comments