tailwind 3 upgrade part 4

This commit is contained in:
Čarodej
2022-02-01 11:36:25 +01:00
parent dcba1e8407
commit 5ae875233b
120 changed files with 351 additions and 9 deletions
@@ -1,6 +1,6 @@
<template>
<div class="flex items-center relative">
<input ref="sel" :value="item.data.relationships.shared.data.attributes.link" :id="id" type="text" class="pr-16 py-2 pl-3 text-sm focus-border-theme input-dark" readonly>
<input ref="sel" :value="item.data.relationships.shared.data.attributes.link" :id="id" type="text" class="pr-16 py-2 pl-3 text-sm focus-border-theme w-full dark:bg-2x-dark-foreground bg-light-background rounded-lg appearance-none border-transparent font-bold border" readonly>
<!--Copy icon-->
<div class="flex items-center">