manifest/nuxt/components/StrojniPrevod.vue

16 lines
304 B
Vue

<template>
<span alt="Ikona za strojni prevod" :title="$t('strojni prevod')" />
</template>
<style scoped>
span {
background-image: url('/images/Strojni prevod.png');
height: 24px;
width: 24px;
display: inline-block;
position: relative;
top: 2px;
left: 2px;
}
</style>