mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-15 15:42:51 +01:00
17 lines
435 B
PHP
17 lines
435 B
PHP
<script src="{{ asset('js/grapesjs.min.js') }}?no_cache={{ NINJA_VERSION }}" type="text/javascript"></script>
|
|
<link href="{{ asset('css/grapesjs.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
|
|
|
|
<style>
|
|
.gjs-four-color {
|
|
color: white !important;
|
|
}
|
|
.gjs-rte-actionbar,
|
|
.gjs-block-label,
|
|
.gjs-block-categories {
|
|
font-size: 12px !important;
|
|
}
|
|
.gjs-toolbar-item {
|
|
font-size: 2em !important;
|
|
}
|
|
</style>
|