diff --git a/public/images/quotation-avatar-border.png b/public/images/quotation-avatar-border.png new file mode 100644 index 00000000..1e2e11da Binary files /dev/null and b/public/images/quotation-avatar-border.png differ diff --git a/public/images/quotation-avatar.png b/public/images/quotation-avatar.png index 754e33a2..460b91f8 100644 Binary files a/public/images/quotation-avatar.png and b/public/images/quotation-avatar.png differ diff --git a/src/components/05_quotation/QuotationCard.vue b/src/components/05_quotation/QuotationCard.vue index d949d803..2d2e30bd 100644 --- a/src/components/05_quotation/QuotationCard.vue +++ b/src/components/05_quotation/QuotationCard.vue @@ -31,10 +31,13 @@ defineEmits<{ }>(); @@ -175,7 +177,22 @@ span { height: 12px; } -.urgent { - color: hsl(var(--red-6-hsl)); +.urgent-card { + background-color: hsla(var(--red-3-hsl) / 0.2) !important; + border: 1px solid var(--red-6) !important; + + .code { + color: var(--red-6); + } + + .tag { + font-size: 12px; + border-radius: var(--radius-2); + background: hsl(var(--red-7-hsl)); + color: white; + -webkit-box-shadow: 0px 0px 6px 0px rgba(240, 62, 62, 1); + -moz-box-shadow: 0px 0px 6px 0px rgba(240, 62, 62, 1); + box-shadow: 0px 0px 6px 0px rgba(240, 62, 62, 1); + } } diff --git a/src/i18n/eng.ts b/src/i18n/eng.ts index 281c220f..7ffbc959 100644 --- a/src/i18n/eng.ts +++ b/src/i18n/eng.ts @@ -100,6 +100,7 @@ export default { afterEdit: 'After', generated: 'System Generated', urgent: 'Urgent', + urgent2: 'Urgent', oldData: 'Select existing data', newData: 'Add new ', male: 'Male', diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 5364dc18..1d276e7d 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -100,6 +100,7 @@ export default { afterEdit: 'แก้ใหม่', generated: 'ระบบออกให้', urgent: 'เร่งด่วน', + urgent2: 'ด่วน', oldData: 'เลือกข้อมูลที่มีอยู่เเล้ว', newData: 'เพิ่มมาใหม่', male: 'ชาย',