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

@@ -7,7 +7,7 @@
aria-label="Search"
type="search"
:placeholder="$t('search')"
class="rounded-t-lg"
class="input rounded-t-lg"
/>
</div>
<CollectionsChooseType
@@ -59,7 +59,7 @@
(collectionsType.selectedTeam == undefined ||
collectionsType.selectedTeam.myRole == 'VIEWER')
"
class="icon"
class="icon button"
disabled
@click="displayModalAdd(true)"
>
@@ -68,7 +68,7 @@
<span>{{ $t("new") }}</span>
</div>
</button>
<button v-else class="icon" @click="displayModalAdd(true)">
<button v-else class="icon button" @click="displayModalAdd(true)">
<i class="material-icons">add</i>
<span>{{ $t("new") }}</span>
</button>
@@ -78,7 +78,7 @@
collectionsType.type == 'team-collections' &&
collectionsType.selectedTeam == undefined
"
class="icon"
class="icon button"
@click="displayModalImportExport(true)"
>
{{ $t("import_export") }}