Skip to content
Snippets Groups Projects
Commit 2437c2d0 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

use chevron arrow

parent 7a834bb8
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
</section>
<div class="fade">
<router-link class="choose" :to="link_to_self.ref" @click.native="details_click(link_to_self)">
{{$t("choose")}} <v-icon large class="nav_arrow">arrow_right</v-icon>
{{$t("choose")}} <v-icon color="primary" right>chevron_right</v-icon>
</router-link>
</div>
</div>
......@@ -217,9 +217,7 @@ ul li.definition {
list-style: disc;
}
.fade .nav_arrow {
vertical-align: sub;
}
.choose {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment