소스 검색

icomoon pack update (reload btn for test mode)

Benoît Hubert 8 년 전
부모
커밋
1105aeba5e
5개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. BIN
      css/fonts/icomoon.eot
  2. 1 0
      css/fonts/icomoon.svg
  3. BIN
      css/fonts/icomoon.ttf
  4. BIN
      css/fonts/icomoon.woff
  5. 13 0
      css/styles.css

BIN
css/fonts/icomoon.eot


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


BIN
css/fonts/icomoon.ttf


BIN
css/fonts/icomoon.woff


+ 13 - 0
css/styles.css

@@ -45,6 +45,9 @@
 .icon-checkmark:before {
   content: "\ea10";
 }
+.icon-loop2:before {
+  content: "\ea2e";
+}
 
 
 /**
@@ -203,6 +206,16 @@ button {
   padding: 3px;
   font-size: 90%;
 }
+[class^="icon-"].rounded,
+[class*=" icon-"].rounded {
+  border-radius: 10px;
+  padding: 3px;
+}
+[class^="icon-"].rounded:hover,
+[class*=" icon-"].rounded:hover {
+  background: #ddd;
+  color: #222;
+}
 button a {
   color: #fff;
 }