소스 검색

Added posibility to add image to info-box instead of icon #522

Abdullah Almsaeed 9 년 전
부모
커밋
e5771daaf5
3개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      build/less/info-box.less
  2. 3 0
      dist/css/AdminLTE.css
  3. 0 0
      dist/css/AdminLTE.min.css

+ 3 - 0
build/less/info-box.less

@@ -36,6 +36,9 @@
   font-size: 45px;
   line-height: 90px;
   background: rgba(0,0,0,0.2);
+  > img {
+    max-width: 100%;
+  }
 }
 .info-box-content {
   padding: 5px 10px;

+ 3 - 0
dist/css/AdminLTE.css

@@ -1974,6 +1974,9 @@ a:focus {
   line-height: 90px;
   background: rgba(0, 0, 0, 0.2);
 }
+.info-box-icon > img {
+  max-width: 100%;
+}
 .info-box-content {
   padding: 5px 10px;
   margin-left: 90px;

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/css/AdminLTE.min.css


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.