diff --git a/fuintAdmin/src/assets/styles/btn.scss b/fuintAdmin/src/assets/styles/btn.scss index e6ba1a8e1..9b122fda0 100644 --- a/fuintAdmin/src/assets/styles/btn.scss +++ b/fuintAdmin/src/assets/styles/btn.scss @@ -97,3 +97,15 @@ font-size: 14px; border-radius: 4px; } +.el-button--warning{ + background: linear-gradient( 90deg, #409EFF 0%, #409EFF 100%) !important; + border: 0px !important; +} +.el-button--primary{ + background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%) !important; + border: 0px !important; +} +.el-button--success{ + background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important; + border: 0px !important; +} diff --git a/fuintAdmin_zt/src/assets/styles/btn.scss b/fuintAdmin_zt/src/assets/styles/btn.scss index e6ba1a8e1..92326cc14 100644 --- a/fuintAdmin_zt/src/assets/styles/btn.scss +++ b/fuintAdmin_zt/src/assets/styles/btn.scss @@ -97,3 +97,21 @@ font-size: 14px; border-radius: 4px; } + +.el-button--warning{ + color: white !important; + background: linear-gradient( 90deg, #409EFF 0%, #409EFF 100%) !important; + border: 0px !important; +} +.el-button--primary{ + color: white !important; + background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%) !important; + border: 0px !important; +} +.el-button--success{ + background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important; + border: 0px !important; +} +.el-button--text{ + color: #FF9655 !important; +} diff --git a/fuintCashierWeb/src/assets/styles/btn.scss b/fuintCashierWeb/src/assets/styles/btn.scss index e6ba1a8e1..7c5e54698 100644 --- a/fuintCashierWeb/src/assets/styles/btn.scss +++ b/fuintCashierWeb/src/assets/styles/btn.scss @@ -97,3 +97,17 @@ font-size: 14px; border-radius: 4px; } +.el-button--warning{ + color: white !important; + background: linear-gradient( 90deg, #409EFF 0%, #409EFF 100%) !important; + border: 0px !important; +} +.el-button--primary{ + color: white !important; + background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%) !important; + border: 0px !important; +} +.el-button--success{ + background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important; + border: 0px !important; +}