Skip to content

Commit f74f8b7

Browse files
committed
style(Menu): remove rafters for more clarity
1 parent a8b837e commit f74f8b7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

components/Menu.vue

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -276,13 +276,7 @@
276276
background-color: rgba(white, .2);
277277
@include transitionHelper(background-color .3s ease)
278278
}
279-
280-
&.cta-link-with-arrow:after {
281-
content: url("~assets/logo/arrow.svg");
282-
position: absolute;
283-
right: $PADDING_MENU/1.5;
284-
285-
}
279+
286280
287281
&.cta-animate {
288282
@include animation(blink-background 1.5s linear)

0 commit comments

Comments
 (0)