From ebe919df430a00af830ff36dd95d70490558b1cb Mon Sep 17 00:00:00 2001
From: Mila <Mila@pollex.com.tw>
Date: 星期三, 03 十一月 2021 11:33:40 +0800
Subject: [PATCH] TODO#129653 1. 更新 icon 檔案 2. add UI - GoToTop btn

---
 PAMapp/assets/icon/style.css |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/PAMapp/assets/icon/style.css b/PAMapp/assets/icon/style.css
index d659fc5..3c2f604 100644
--- a/PAMapp/assets/icon/style.css
+++ b/PAMapp/assets/icon/style.css
@@ -1,10 +1,10 @@
 @font-face {
   font-family: 'icomoon';
-  src:  url('fonts/icomoon.eot?t6kq6u');
-  src:  url('fonts/icomoon.eot?t6kq6u#iefix') format('embedded-opentype'),
-    url('fonts/icomoon.ttf?t6kq6u') format('truetype'),
-    url('fonts/icomoon.woff?t6kq6u') format('woff'),
-    url('fonts/icomoon.svg?t6kq6u#icomoon') format('svg');
+  src:  url('fonts/icomoon.eot?7oxipy');
+  src:  url('fonts/icomoon.eot?7oxipy#iefix') format('embedded-opentype'),
+    url('fonts/icomoon.ttf?7oxipy') format('truetype'),
+    url('fonts/icomoon.woff?7oxipy') format('woff'),
+    url('fonts/icomoon.svg?7oxipy#icomoon') format('svg');
   font-weight: normal;
   font-style: normal;
   font-display: block;
@@ -25,6 +25,9 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
+.icon-top:before {
+  content: "\e91f";
+}
 .icon-puzzle:before {
   content: "\e91e";
 }

--
Gitblit v1.8.0