Update dashboard side to tailwindcss

This commit is contained in:
Dragory 2019-10-10 22:55:31 +03:00
parent 577500af92
commit 3bd485e7e4
11 changed files with 183 additions and 172 deletions

View file

@ -13,6 +13,8 @@
</template>
<style scoped>
@import "../style/components.pcss";
:root {
--animation-time: 400ms;
--target-height: auto;
@ -61,6 +63,11 @@
.closing {
animation: close var(--animation-time) ease-in-out;
}
.inline-code,
code:not([class]) {
@apply bg-gray-900;
}
</style>
<script type="ts">