Remove unneeded css.
This commit is contained in:
parent
e00fcd3098
commit
4028fdae7e
1 changed files with 0 additions and 7 deletions
|
|
@ -1,11 +1,7 @@
|
|||
<template>
|
||||
<!-- Navigation Text Link -->
|
||||
<a v-if="navigation" @click="handleClick" class="navigation-link" :href="href">{{text}}</a>
|
||||
<!-- Footer Text Link -->
|
||||
<a v-else-if="footer" @click="handleClick" class="footer-link" :href="href" target="_blank">{{text}}</a>
|
||||
<!-- Small Text Link -->
|
||||
<a v-else-if="textSmall" @click="handleClick" class="small" :href="href">{{text}}</a>
|
||||
<!-- Default Text Link -->
|
||||
<a v-else @click="handleClick" :href="href">{{text}}</a>
|
||||
</template>
|
||||
|
||||
|
|
@ -54,9 +50,6 @@ a {
|
|||
display: inline-flex;
|
||||
text-transform: capitalize;
|
||||
white-space: nowrap;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
&.footer-link {
|
||||
color: $gray-600;
|
||||
|
|
|
|||
Loading…
Reference in a new issue