tailwind 3 upgrade part 3

This commit is contained in:
Čarodej
2022-01-28 16:32:01 +01:00
parent 854ae6d8fd
commit dcba1e8407
29 changed files with 55 additions and 59 deletions
-16
View File
@@ -142,22 +142,6 @@ export default {
@import '../sass/vuefilemanager/variables';
@import '../sass/vuefilemanager/mixins';
.card {
@apply dark:bg-dark-foreground bg-white sm:p-6 p-4 rounded-xl lg:mb-6 mb-5
}
.widget-card {
@apply dark:bg-dark-foreground bg-white lg:p-5 p-4 rounded-xl
}
.input-dark {
@apply w-full dark:bg-2x-dark-foreground bg-light-background py-3 px-5 rounded-lg appearance-none border-transparent text-base font-bold border
}
.text-limit {
@apply whitespace-nowrap overflow-ellipsis overflow-x-hidden block
}
input:-webkit-autofill {
transition-delay: 999999999999s;
}