From: Adam Dullage Date: Sun, 7 Aug 2022 20:04:38 +0000 (+0100) Subject: Button styling X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f614380c575a3f402218aed2a9615f8af0315f49;p=flatnotes.git Button styling --- diff --git a/flatnotes/src/components/App.vue b/flatnotes/src/components/App.vue index 015d77d..f591e82 100644 --- a/flatnotes/src/components/App.vue +++ b/flatnotes/src/components/App.vue @@ -29,10 +29,10 @@ noteLoadFailed == false " type="button" - class="btn btn-sm btn-outline-warning mx-1" + class="bttn" @click="toggleEditMode" > - Edit + Edit @@ -43,30 +43,30 @@ noteLoadFailed == false " type="button" - class="btn btn-sm btn-outline-danger mx-1" + class="bttn" @click="deleteNote" > - Delete + Delete diff --git a/flatnotes/src/components/Login.vue b/flatnotes/src/components/Login.vue index 4e759a3..918a988 100644 --- a/flatnotes/src/components/Login.vue +++ b/flatnotes/src/components/Login.vue @@ -1,6 +1,12 @@ diff --git a/flatnotes/src/components/NavBar.vue b/flatnotes/src/components/NavBar.vue index 9586d5c..41e896b 100644 --- a/flatnotes/src/components/NavBar.vue +++ b/flatnotes/src/components/NavBar.vue @@ -11,33 +11,25 @@
- -
@@ -55,13 +47,7 @@