@@ -15,7 +15,7 @@ $arrow-box-side: 13px;
1515// Calculate long side (i.e., the hypotenuse of the arrow container)
1616// $arrow-hypotenuse: sqrt(2 * $arrow-box-side * $arrow-box-side); // 18.3848px
1717// sqrt(2 * boxSide * boxSide) = sqrt(2 * 13 * 13) = sqrt(338) = 18.3848px
18- $arrow-hypotenuse : 18.3848 px ;
18+ $arrow-hypotenuse : 18.385 px ;
1919
2020// Calculate height of arrow from base to tip
2121// floor(9.1925) => 9px
@@ -81,7 +81,7 @@ $border-width: 1px;
8181 }
8282
8383 @include __arrowChildren {
84- content : ' ' ;
84+ content : " " ;
8585 display : block ;
8686 height : $arrow-box-side ;
8787 position : absolute ;
@@ -99,11 +99,12 @@ $border-width: 1px;
9999 }
100100
101101 @include __arrowBody {
102- background-image : linear-gradient (
103- to bottom left ,
104- transparent 50% ,
105- var (--hxBackgroundColor , $gray-0 ) 50%
106- );
102+ background-image :
103+ linear-gradient (
104+ to bottom left ,
105+ transparent 50% ,
106+ var (--hxBackgroundColor , $gray-0 ) 50%
107+ );
107108 }
108109 }
109110
@@ -124,11 +125,12 @@ $border-width: 1px;
124125
125126 & [position = " top-left" ] {
126127 @include __arrowBody {
127- background-image : linear-gradient (
128- to bottom right ,
129- transparent 50% ,
130- var (--hxBackgroundColor , $gray-0 ) 50%
131- );
128+ background-image :
129+ linear-gradient (
130+ to bottom right ,
131+ transparent 50% ,
132+ var (--hxBackgroundColor , $gray-0 ) 50%
133+ );
132134 }
133135 @include __arrowShadow (right );
134136 @include __arrowChildren--rotated (45deg , bottom right ) {
@@ -147,11 +149,12 @@ $border-width: 1px;
147149 }
148150
149151 @include __arrowBody {
150- background-image : linear-gradient (
151- to top left ,
152- transparent 50% ,
153- var (--hxBackgroundColor , $gray-0 ) 50%
154- );
152+ background-image :
153+ linear-gradient (
154+ to top left ,
155+ transparent 50% ,
156+ var (--hxBackgroundColor , $gray-0 ) 50%
157+ );
155158 }
156159 }
157160
@@ -172,11 +175,12 @@ $border-width: 1px;
172175
173176 & [position = " right-top" ] {
174177 @include __arrowBody {
175- background-image : linear-gradient (
176- to bottom left ,
177- transparent 50% ,
178- var (--hxBackgroundColor , $gray-0 ) 50%
179- );
178+ background-image :
179+ linear-gradient (
180+ to bottom left ,
181+ transparent 50% ,
182+ var (--hxBackgroundColor , $gray-0 ) 50%
183+ );
180184 }
181185 @include __arrowShadow (right );
182186 @include __arrowChildren--rotated (45deg , bottom left ) {
@@ -195,11 +199,12 @@ $border-width: 1px;
195199 }
196200
197201 @include __arrowBody {
198- background-image : linear-gradient (
199- to top left ,
200- transparent 50% ,
201- var (--hxBackgroundColor , $gray-0 ) 50%
202- );
202+ background-image :
203+ linear-gradient (
204+ to top left ,
205+ transparent 50% ,
206+ var (--hxBackgroundColor , $gray-0 ) 50%
207+ );
203208 }
204209 }
205210
@@ -218,11 +223,12 @@ $border-width: 1px;
218223
219224 & [position = " bottom-left" ] {
220225 @include __arrowBody {
221- background-image : linear-gradient (
222- to top right ,
223- transparent 50% ,
224- var (--hxBackgroundColor , $gray-0 ) 50%
225- );
226+ background-image :
227+ linear-gradient (
228+ to top right ,
229+ transparent 50% ,
230+ var (--hxBackgroundColor , $gray-0 ) 50%
231+ );
226232 }
227233 @include __arrowChildren--rotated (-45deg , top right ) {
228234 right : $arrow-offset ;
@@ -240,11 +246,12 @@ $border-width: 1px;
240246 }
241247
242248 @include __arrowBody {
243- background-image : linear-gradient (
244- to top right ,
245- transparent 50% ,
246- var (--hxBackgroundColor , $gray-0 ) 50%
247- );
249+ background-image :
250+ linear-gradient (
251+ to top right ,
252+ transparent 50% ,
253+ var (--hxBackgroundColor , $gray-0 ) 50%
254+ );
248255 }
249256 }
250257
@@ -265,11 +272,12 @@ $border-width: 1px;
265272
266273 & [position = " left-top" ] {
267274 @include __arrowBody {
268- background-image : linear-gradient (
269- to bottom right ,
270- transparent 50% ,
271- var (--hxBackgroundColor , $gray-0 ) 50%
272- );
275+ background-image :
276+ linear-gradient (
277+ to bottom right ,
278+ transparent 50% ,
279+ var (--hxBackgroundColor , $gray-0 ) 50%
280+ );
273281 }
274282 @include __arrowShadow (left );
275283 @include __arrowChildren--rotated (-45deg , bottom right ) {
0 commit comments