Update dashboard side to tailwindcss
This commit is contained in:
parent
577500af92
commit
3bd485e7e4
11 changed files with 183 additions and 172 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue