From 8c1934f36350085860144dcf1f85d51635bbdac1 Mon Sep 17 00:00:00 2001
From: 劉鈞霖 <benson@gmail.com>
Date: 星期三, 10 十一月 2021 14:44:58 +0800
Subject: [PATCH] [ Update ] 新增 popUpFrame 公用元件 來去辨別 裝置開始的modal  以及 複選按鈕元件, 手機聯絡時段功能

---
 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 3c2f604..f3e477c 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?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');
+  src:  url('fonts/icomoon.eot?vt1g0j');
+  src:  url('fonts/icomoon.eot?vt1g0j#iefix') format('embedded-opentype'),
+    url('fonts/icomoon.ttf?vt1g0j') format('truetype'),
+    url('fonts/icomoon.woff?vt1g0j') format('woff'),
+    url('fonts/icomoon.svg?vt1g0j#icomoon') format('svg');
   font-weight: normal;
   font-style: normal;
   font-display: block;
@@ -25,6 +25,9 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
+.icon-delet:before {
+  content: "\e920";
+}
 .icon-top:before {
   content: "\e91f";
 }

--
Gitblit v1.8.0