fix bugs style button delete
This commit is contained in:

parent
9aa9939a43
commit
24882a21a5
@ -253,16 +253,12 @@ a {
|
||||
color: map-deep-get($config, #{$theme}, "v-select-label-color");
|
||||
}
|
||||
|
||||
// .header {
|
||||
// background-color: map-deep-get($config, #{$theme}, "header-backgroud");
|
||||
// border-bottom: 1px solid map-deep-get($config, #{$theme}, "v-header-border");
|
||||
// }
|
||||
|
||||
.custom-chart{
|
||||
border: 1px solid map-deep-get($config, #{$theme}, "v-chart-border");
|
||||
}
|
||||
|
||||
.v-icon {
|
||||
color: currentColor;
|
||||
&.icon-orange {
|
||||
svg {
|
||||
fill:map-deep-get($config,
|
||||
|
@ -144,10 +144,11 @@
|
||||
}
|
||||
|
||||
&.ant-btn-danger {
|
||||
|
||||
&.ant-btn-background-ghost {
|
||||
color:map-deep-get($config, #{$theme}, "ant-btn-danger-color");
|
||||
border-color:map-deep-get($config, #{$theme}, "ant-btn-danger-border");
|
||||
background: map-deep-get($config, #{$theme}, "ant-btn-danger-bg") !important;
|
||||
color: map-deep-get($config, #{$theme}, "ant-btn-danger-color");
|
||||
border-color: map-deep-get($config, #{$theme}, "ant-btn-danger-color");
|
||||
// background: map-deep-get($config, #{$theme}, "ant-btn-danger-color") !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -166,7 +166,7 @@ $config: (
|
||||
ant-btn-primary-color: #212224,
|
||||
ant-btn-danger-bg:#D32029,
|
||||
ant-btn-danger-border:#D32029,
|
||||
ant-btn-danger-color:#212224,
|
||||
ant-btn-danger-color:#D32029,
|
||||
ant-btn-default-border:#FFFFFF2E,
|
||||
ant-btn-default-bg:#FFFFFF2E,
|
||||
ant-btn-default-color:#FFFFFFD9,
|
||||
|
Reference in New Issue
Block a user