This commit is contained in:
Adrian Hopek
2022-04-06 14:27:04 +02:00
parent 2a574bec62
commit aeb43fe448
7 changed files with 205 additions and 18 deletions

View File

@@ -1,5 +1,6 @@
@import 'flatpickr/dist/themes/light.css';
@import 'vue-toastification/dist/index.css';
@import 'floating-vue/dist/style.css';
@tailwind base;
@tailwind components;
@@ -68,3 +69,16 @@
::-webkit-scrollbar-thumb:hover {
background: #dadce0;
}
.v-popper--theme-tooltip .v-popper__inner {
padding: 0;
background: transparent;
}
.v-popper--theme-tooltip .v-popper__arrow-outer {
border-color: #527ABA;
}
.v-popper--theme-tooltip:focus-visible {
outline: none;
}