From e422239791b35a7c466372eda8c99d2775a6bae1 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期六, 22 一月 2022 14:55:51 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/Phase3' into Phase3

---
 PAMapp/assets/scss/_common.scss |   46 +++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 45 insertions(+), 1 deletions(-)

diff --git a/PAMapp/assets/scss/_common.scss b/PAMapp/assets/scss/_common.scss
index 768bb07..1898ed7 100644
--- a/PAMapp/assets/scss/_common.scss
+++ b/PAMapp/assets/scss/_common.scss
@@ -91,4 +91,48 @@
         line-height: 40px;
         padding-right: 10px;
     }
-}
\ No newline at end of file
+}
+
+.remind-container{
+  margin-top: 13px;
+  margin-bottom: 20px;
+  display: flex;
+      .remind-date{
+          display: flex;
+          flex-direction: column;
+          align-items: center;
+          font-weight: bold;
+          width: 70px;
+          border-radius: 6px;
+          border-bottom: 1px solid #CCCCCC;
+          border-right: 1px solid #CCCCCC;
+          border-left: 1px solid #CCCCCC;
+      }
+      .remind-content-txt{
+        display: flex;
+        flex-direction: column;
+        border: 1px solid #CCCCCC;
+        flex:1;
+        border-radius: 5px;
+        padding: 10px;
+      }
+      .mb-3{
+        margin-bottom: 3px;
+      }
+      .mt-2{
+        margin-top:2px;
+      }
+      .date-year{
+        color: #fff;
+        align-items: center;
+        display: flex;
+        justify-content: center;
+      }
+      .bgc-primary-red{
+        background-color:$PRIMARY_RED;
+        width: 70.5px;
+        border-top-left-radius:6px;
+        border-top-right-radius:6px;
+        border: 1px solid #CCCCCC;
+      }
+}

--
Gitblit v1.8.0