Skip to content

Commit c0bdf1e

Browse files
committed
Updates for 4.29
1 parent a0098ea commit c0bdf1e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@mixin panoramicViewer() {
2+
.esri-panoramic-viewer {
3+
width: 100%;
4+
height: 100%;
5+
}
6+
}
7+
8+
@if $include_PanoramicViewer == true {
9+
@include panoramicViewer();
10+
}

0 commit comments

Comments
 (0)