From 0dd47f20adb82f7c6968d9c1077e91625f27bc69 Mon Sep 17 00:00:00 2001 From: 劉鈞霖 <benson@gmail.com> Date: 星期一, 15 十一月 2021 11:22:46 +0800 Subject: [PATCH] [ Update ] :新增Banner 文字,以及各區塊背景設定,修正 element button hover 顏色 --- PAMapp/assets/scss/vendors/elementUI/_button.scss | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/PAMapp/assets/scss/vendors/elementUI/_button.scss b/PAMapp/assets/scss/vendors/elementUI/_button.scss index b5a9321..1204faf 100644 --- a/PAMapp/assets/scss/vendors/elementUI/_button.scss +++ b/PAMapp/assets/scss/vendors/elementUI/_button.scss @@ -20,6 +20,10 @@ color: $PRIMARY_WHITE; background-color: $MID_GREY; border-color: $MID_GREY; + &:hover{ + background-color: $MID_GREY; + border-color: $MID_GREY; + } } } -- Gitblit v1.8.0