Browse Source

Edit & Delete buttons amended

master
JannekeDL 5 years ago
parent
commit
241d1b71f2
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      src/components/admin/status/userManagementPage.vue

+ 3
- 3
src/components/admin/status/userManagementPage.vue View File

@@ -52,12 +52,12 @@
52 52
               <button
53 53
                 type="button"
54 54
                 @click="Edit(item)"
55
-                class="btn btn-b-n"
56
-                style="width: 85px; height:40px;"
55
+                class="btn"
56
+                style="margin:2px; color: #60CBEB"
57 57
               >Edit</button>
58 58
             </td>
59 59
             <td>
60
-              <button type="button" class="btn btn-b-n" style="width: 85px; height:40px">Delete</button>
60
+              <button type="button" class="btn" style="margin:2px; color: #60CBEB">Delete</button>
61 61
             </td>
62 62
           </tr>
63 63
           <tr>

Loading…
Cancel
Save