Browse Source

Amended Buttons layout

master
Lene Scholtz 5 years ago
parent
commit
002093a24f
1 changed files with 5 additions and 1 deletions
  1. 5
    1
      src/components/admin/status/userManagementPage.vue

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

84
               >Edit</button>
84
               >Edit</button>
85
             </td>
85
             </td>
86
             <td>
86
             <td>
87
-              <button type="button" class="btn btn-b-n" style="width: 85px; height:40px">Delete</button>
87
+              <button
88
+                type="button"
89
+                class="btn"
90
+                style="width: 85px; height:40px; color:#60CBEB"
91
+              >Delete</button>
88
             </td>
92
             </td>
89
           </tr>
93
           </tr>
90
         </tbody>
94
         </tbody>

Loading…
Cancel
Save