소스 검색

Amended Buttons layout

master
Lene Scholtz 5 년 전
부모
커밋
002093a24f
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5
    1
      src/components/admin/status/userManagementPage.vue

+ 5
- 1
src/components/admin/status/userManagementPage.vue 파일 보기

@@ -84,7 +84,11 @@
84 84
               >Edit</button>
85 85
             </td>
86 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 92
             </td>
89 93
           </tr>
90 94
         </tbody>

Loading…
취소
저장