1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-16 08:02:40 +01:00
invoiceninja/resources/views/proposals/grapesjs_header.blade.php

37 lines
958 B
PHP
Raw Normal View History

2018-02-05 20:04:49 +01:00
<script src="{{ asset('js/grapesjs.min.js') }}?no_cache={{ NINJA_VERSION }}" type="text/javascript"></script>
2018-03-21 15:11:09 +01:00
<script src="{{ asset('js/grapesjs-blocks-basic.min.js') }}?no_cache={{ NINJA_VERSION }}" type="text/javascript"></script>
<script src="{{ asset('js/grapesjs-preset-newsletter.min.js') }}?no_cache={{ NINJA_VERSION }}" type="text/javascript"></script>
2018-02-05 20:04:49 +01:00
<link href="{{ asset('css/grapesjs.css') }}?no_cache={{ NINJA_VERSION }}" rel="stylesheet" type="text/css"/>
<style>
2018-02-11 09:18:05 +01:00
2018-02-08 11:39:58 +01:00
.gjs-four-color,
.gjs-four-color-h:hover {
color: #3b97ff !important;
2018-02-05 20:04:49 +01:00
}
2018-02-11 09:18:05 +01:00
2018-02-07 11:38:59 +01:00
.gjs-rte-actionbar,
2018-02-05 20:04:49 +01:00
.gjs-block-label,
.gjs-block-categories {
font-size: 12px !important;
}
2018-02-11 09:18:05 +01:00
2018-02-12 16:35:57 +01:00
.gjs-mdl-title {
font-size: 1em !important;
}
.gjs-mdl-dialog,
2018-02-05 20:04:49 +01:00
.gjs-toolbar-item {
font-size: 2em !important;
}
2018-02-11 09:18:05 +01:00
#gjs-clm-status-c {
display: none !important;
}
/* Workaround for https://github.com/artf/grapesjs/issues/596 */
.sp-container.sp-light {
left: 300px !important;
}
2018-02-05 20:04:49 +01:00
</style>