소스 검색

CSS 'icon-16'

Vijayakrishnan 3 년 전
부모
커밋
7a5daff76b
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/app.php
  2. 4 0
      public/css/style.css

+ 1 - 1
config/app.php

@@ -65,7 +65,7 @@ return [
 
     'hrm2_url' => env('HRM2_URL'),
 
-    'asset_version' => 59,
+    'asset_version' => 60,
 
     'temp_dir' => env('TEMP_DIR'),
 

+ 4 - 0
public/css/style.css

@@ -346,6 +346,10 @@ body>nav.navbar {
 .mcp-theme-1 .rotateh {
     transform: rotateY(180deg);
 }
+.mcp-theme-1 .icon-16 {
+    width: 16px !important;
+    height: 16px !important;
+}
 .mcp-theme-1 .width-200px {
     width: 200px !important;
 }