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
|
||||
class="small info"
|
||||
class="small info hollow"
|
||||
type="button"
|
||||
@click="reset"
|
||||
>
|
||||
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
</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" />
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
</section>
|
||||
|
||||
<section>
|
||||
<button @click="promptDelete" class="error small">
|
||||
<button @click="promptDelete" class="error hollow small">
|
||||
<i class="fas fa-exclamation-triangle" />
|
||||
Delete Account
|
||||
</button>
|
||||
|
|
Loading…
Reference in a new issue