1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-15 07:33:04 +01:00
invoiceninja/resources/views/proposals/grapesjs_header.blade.php

31 lines
640 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>
<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-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>