updating buttons, dark mode, flags, and configs

This commit is contained in:
2022-05-28 17:45:30 -06:00
parent 92541aee3a
commit 0908b601ce
6 changed files with 91 additions and 13 deletions

View File

@ -2,6 +2,8 @@
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
@import 'extends/grid.css';
@import 'animations.css';
@import 'fontfaces.css';

View File

@ -1,5 +1,5 @@
.button {
@apply flex flex-row items-center;
@apply inline-grid grid-flow-col auto-cols-max gap-x-2 items-center;
}
.button-primary {

View File

@ -1,5 +1,5 @@
<script setup>
import { reactive, computed, onBeforeMount, provide } from 'vue'
import { reactive, computed, onBeforeMount, onMounted, provide } from 'vue'
const emit = defineEmits(['themeUpdate'])

View File

@ -7,7 +7,7 @@
<x-flags.es_MX />
<x-flags.br_BR />
<x-flags.jp_JP />
<x-flags.tw_TW />
<x-flags.zh_TW />
<x-flags.cn_CN />
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 391 B

After

Width:  |  Height:  |  Size: 391 B