woocommerce/src/index.scss

43 lines
791 B
SCSS
Raw Normal View History

2021-02-26 03:48:05 +00:00
.woocommerce-admin-test-helper__main-tab-panel {
.active-tab {
box-shadow: inset 0 1.5px #007cba;
box-shadow: inset 0 1.5px var(--wp-admin-theme-color);
}
}
.woocommerce-admin-test-helper__action-status {
color: #007cba;
color: var(--wp-admin-theme-color);
font-family: monospace;
}
#wc-admin-test-helper-options {
div.search-box {
float: right;
margin-bottom:10px;
}
.btn-danger {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
2021-03-27 17:03:18 +00:00
.align-center {
text-align: center;
}
.components-notice {
margin: 0px 0px 10px 0px;
}
}
.wca-test-helper-option-editor {
width: 100%;
height: 300px;
}
.wca-test-helper-edit-btn-save {
float: right;
}