7 lines
170 B
SCSS
7 lines
170 B
SCSS
|
.components-button.woocommere-admin-marketing-button {
|
||
|
&:not([disabled]) {
|
||
|
border-color: $core-blue-dark-900 !important;
|
||
|
color: $core-blue-dark-900 !important;
|
||
|
}
|
||
|
}
|