52 lines
1.2 KiB
CSS
52 lines
1.2 KiB
CSS
/*!
|
|
* froala_editor v2.4.1 (https://www.froala.com/wysiwyg-editor)
|
|
* License https://froala.com/wysiwyg-editor/terms/
|
|
* Copyright 2014-2017 Froala Labs
|
|
*/
|
|
|
|
.clearfix::after {
|
|
clear: both;
|
|
display: block;
|
|
content: "";
|
|
height: 0;
|
|
}
|
|
.hide-by-clipping {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip: rect(0, 0, 0, 0);
|
|
border: 0;
|
|
}
|
|
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal {
|
|
text-align: left;
|
|
padding: 20px 20px 10px;
|
|
}
|
|
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-list {
|
|
margin-bottom: 20px;
|
|
}
|
|
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-title {
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
padding: 6px 0 4px;
|
|
margin: 0 0 5px;
|
|
}
|
|
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-character {
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
width: 20px;
|
|
height: 20px;
|
|
padding: 5px;
|
|
line-height: 20px;
|
|
cursor: default;
|
|
font-weight: normal;
|
|
-webkit-box-sizing: content-box;
|
|
-moz-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
text-align: center;
|
|
border: 1px solid #cccccc;
|
|
margin: -1px 0 0 -1px;
|
|
}
|