Update colors
This commit is contained in:
parent
2975c04269
commit
837f7b05eb
|
@ -4,17 +4,23 @@
|
||||||
|
|
||||||
height: 200px;
|
height: 200px;
|
||||||
|
|
||||||
background-color: black;
|
background-color: #2c3338;
|
||||||
color: white;
|
color: #c3c4c7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.woocommerce-product-editor-dev-tools-bar__header {
|
.woocommerce-product-editor-dev-tools-bar__header {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
border-bottom: 1px solid white;
|
padding: 0 8px;
|
||||||
|
|
||||||
|
border-bottom: 1px solid #494f56;
|
||||||
|
|
||||||
|
background-color: #3c434a;
|
||||||
|
|
||||||
.components-button {
|
.components-button {
|
||||||
color: white;
|
border-radius: 0;
|
||||||
|
|
||||||
|
color: #c3c4c7;
|
||||||
|
|
||||||
&:focus:not(:disabled) {
|
&:focus:not(:disabled) {
|
||||||
outline: 0;
|
outline: 0;
|
||||||
|
|
Loading…
Reference in New Issue