jodit
Version:
Jodit is awesome and usefully wysiwyg editor with filebrowser
54 lines (47 loc) • 1.16 kB
text/less
/*!
* Jodit Editor (https://xdsoft.net/jodit/)
* Licensed under GNU General Public License version 2 or later or a commercial license or MIT;
* For GPL see LICENSE-GPL.txt in the project root for license information.
* For MIT see LICENSE-MIT.txt in the project root for license information.
* For commercial licenses see https://xdsoft.net/jodit/commercial/
* Copyright (c) 2013-2019 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
*/
.jodit_text_icons {
.jodit_icon {
width: auto;
font-size: @font-size-default;
&::first-letter {
text-transform: uppercase;
}
}
.jodit_tabs .jodit_tabs_buttons > a {
width: auto;
font-family: @font-default;
i {
width: auto;
}
}
.jodit_toolbar > li {
width: auto;
> a {
padding: @padding-text-icons;
font-family: @font-default;
width: auto;
text-decoration: none;
color: @color-text-icons;
line-height: 1;
}
}
&.jodit_dialog_box .jodit_dialog {
.jodit_dialog_header a,
.jodit_button {
width: auto;
padding: @padding-text-icons;
font-family: @font-default;
color: @color-text-icons;
.jodit_icon {
width: auto;
}
}
}
}