mirror of
https://github.com/flextype/flextype.git
synced 2025-08-17 18:36:39 +02:00
feat(admin-plugin): add styles for trumbowyg #211
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
@import 'modules/tabs';
|
||||
@import 'modules/select2';
|
||||
@import 'modules/swal2';
|
||||
@import 'modules/trumbowyg';
|
||||
|
||||
/* Components */
|
||||
@import 'components/tables';
|
||||
|
41
site/plugins/admin/assets/src/modules/trumbowyg.css
Normal file
41
site/plugins/admin/assets/src/modules/trumbowyg.css
Normal file
@@ -0,0 +1,41 @@
|
||||
/* purgecss start ignore */
|
||||
.trumbowyg-button-pane
|
||||
{
|
||||
@apply bg-white border-b-0;
|
||||
}
|
||||
|
||||
.trumbowyg-button-pane::after
|
||||
{
|
||||
@apply bg-gray-600;
|
||||
}
|
||||
|
||||
.trumbowyg-box,
|
||||
.trumbowyg-editor
|
||||
{
|
||||
@apply border-gray-600 m-0;
|
||||
}
|
||||
|
||||
.trumbowyg-button-pane .trumbowyg-open-dropdown::after,
|
||||
svg#trumbowyg-view-html,
|
||||
.trumbowyg-button-pane button > svg
|
||||
{
|
||||
fill: #6c6c6c;
|
||||
}
|
||||
|
||||
.trumbowyg-button-pane .trumbowyg-open-dropdown:hover::after,
|
||||
.trumbowyg-viewHTML-button.trumbowyg-not-disable:hover svg,
|
||||
.trumbowyg-button-pane button:hover > svg
|
||||
{
|
||||
fill: black;
|
||||
}
|
||||
|
||||
.trumbowyg-button-pane .trumbowyg-button-group::after
|
||||
{
|
||||
@apply bg-white;
|
||||
}
|
||||
|
||||
.trumbowyg-button-pane .trumbowyg-button-group.trumbowyg-right::after
|
||||
{
|
||||
@apply w-0 m-0 bg-white;
|
||||
}
|
||||
/* purgecss end ignore */
|
Reference in New Issue
Block a user