mirror of
https://github.com/romancm/gamebrary
synced 2024-11-15 07:57:19 +00:00
Updated button styles
This commit is contained in:
parent
2409b5be2d
commit
044df53b78
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
class="small info"
|
class="small info hollow"
|
||||||
type="button"
|
type="button"
|
||||||
@click="reset"
|
@click="reset"
|
||||||
>
|
>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<button class="add small info hollow" @click="toggleAddList" v-else>
|
<button class="add small info" @click="toggleAddList" v-else>
|
||||||
<i class="fas fa-plus" />
|
<i class="fas fa-plus" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<button @click="promptDelete" class="error small">
|
<button @click="promptDelete" class="error hollow small">
|
||||||
<i class="fas fa-exclamation-triangle" />
|
<i class="fas fa-exclamation-triangle" />
|
||||||
Delete Account
|
Delete Account
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue