1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-15 15:42:51 +01:00
invoiceninja/resources/views/proposals/grapesjs_header.blade.php
Hillel Coren 6b80bb8536 Proposals
2018-02-07 12:38:59 +02:00

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>