styled colors, buttons, functions calls
This commit is contained in:
parent
dedfd511da
commit
2474db20a0
|
@ -29,6 +29,15 @@
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.editor-styles-wrapper .wp-block-button__link {
|
||||||
|
color: #000 !important;
|
||||||
|
background-color: #fff !important;
|
||||||
|
border-radius: 0 !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
text-decoration: none !important;
|
||||||
|
padding: 0.6em 1em 0.4em !important;
|
||||||
|
font-size: inherit !important;
|
||||||
|
}
|
||||||
|
|
||||||
// modify internal paths to make objects locally available
|
// modify internal paths to make objects locally available
|
||||||
@import "adminstyles/fonts";
|
@import "adminstyles/fonts";
|
||||||
|
|
Loading…
Reference in New Issue