Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
vin-ni committed Jul 25, 2023
1 parent 9aec3cd commit 5944222
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion caster-editor/src/assets/scss/_elementplus.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/* ============ Element Plus ============ */
* {
--el-color-primary: #{$green-light} !important;
--el-color-white: #{$white} !important;
--el-radio-button-checked-bg-color: #{$grey} !important;
--el-radio-button-checked-text-color: #{$black} !important;
Expand All @@ -13,10 +12,27 @@

--el-button-text-color: #{$black} !important;
--el-button-hover-text-color: #{$black} !important;

}

.el-button--primary {
--el-color-primary: #{$green-light} !important;
--el-button-hover-border-color: #{$green-light} !important;
--el-button-hover-bg-color: #{$green-light} !important;
}

.el-button--danger {
--el-color-danger: #{$alertRed} !important;
--el-button-hover-border-color: #{$alertRed} !important;
--el-button-hover-bg-color: #{$alertRed} !important;
}

.el-button--info {
--el-button-hover-bg-color: #{$grey-medium} !important;
--el-button-hover-border-color: #{$grey-medium} !important;
--el-button-hover-bg-color: #{$grey-medium} !important;
}

.el-radio-group {
.el-radio-button {
text-align: left;
Expand Down

0 comments on commit 5944222

Please sign in to comment.