manifest/nuxt/components/StrojniPrevod.vue

16 lines
304 B
Vue
Raw Normal View History

2024-06-14 13:45:13 +02:00
<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>