Set same font size as in dashboard (#3741)
This commit is contained in:
parent
f2f11a6450
commit
dcf8e26169
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
<style>
|
||||||
|
html {
|
||||||
|
/* set base font size to 13px */
|
||||||
|
font-size: 50.782% !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<script>
|
<script>
|
||||||
window.__SALEOR_CONFIG__ = {
|
window.__SALEOR_CONFIG__ = {
|
||||||
API_URL: "",
|
API_URL: "",
|
||||||
|
|
Loading…
Reference in a new issue