invoiceninja/resources/views/proposals/grapesjs_header.blade.php
Hillel Coren 8f2ef38cc1 Proposals
2018-02-05 21:04:49 +02:00

16 lines
415 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-block-label,
.gjs-block-categories {
font-size: 12px !important;
}
.gjs-toolbar-item {
font-size: 2em !important;
}
</style>