feat: remove tailwindcss + introduce windicss

This commit is contained in:
Liyas Thomas
2021-06-25 23:44:27 +00:00
committed by GitHub
parent 3e5629e738
commit 6d33132705
84 changed files with 1560 additions and 40544 deletions

View File

@@ -11,7 +11,7 @@
? $t('expand_response')
: $t('collapse_response'),
}"
class="icon"
class="icon button"
@click="ToggleExpandResponse"
>
<i class="material-icons">
@@ -22,7 +22,7 @@
v-if="response.body && canDownloadResponse"
ref="downloadResponse"
v-tooltip="$t('download_file')"
class="icon"
class="icon button"
@click="downloadResponse"
>
<i class="material-icons">save_alt</i>
@@ -31,7 +31,7 @@
v-if="response.body"
ref="copyResponse"
v-tooltip="$t('copy_response')"
class="icon"
class="icon button"
@click="copyResponse"
>
<i class="material-icons">content_copy</i>