Переглянути джерело

Edit & Delete buttons amended

master
JannekeDL 5 роки тому
джерело
коміт
241d1b71f2

+ 3
- 3
src/components/admin/status/userManagementPage.vue Переглянути файл

@@ -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>

Завантаження…
Відмінити
Зберегти