jodit-pro
Version:
PRO Version of Jodit Editor
1 lines • 1.27 kB
CSS
.jodit-style-popup{max-height:470px;min-width:210px;overflow-y:auto;padding:8px}.jodit-style-popup__group-title{color:#888;font-size:11px;font-weight:600;margin-top:8px;padding:4px 8px;text-transform:uppercase}.jodit-style-popup__group-title:first-child{margin-top:0}.jodit-style-popup__grid{display:grid;gap:8px;grid-template-columns:repeat(3,1fr);padding:4px 0}.jodit-style-popup__card{background:none;border:1px solid #ddd;border-radius:4px;color:inherit;cursor:pointer;display:flex;flex-direction:column;height:80px;justify-content:space-between;overflow:hidden;padding:0;text-align:left}.jodit-style-popup__card:hover{border-color:#b3b3b3}.jodit-style-popup__card_active_true{border-color:var(--jd-color-border-active,#4a6cf6)}.jodit-style-popup__card_active_true .jodit-style-popup__card-label{box-shadow:0 -1px 0 var(--jd-color-border-active,#4a6cf6)}.jodit-style-popup__card-preview{align-items:center;background:#fff;display:flex;flex:1 1 0;min-height:0;overflow:hidden;padding:6px 8px;pointer-events:none}.jodit-style-popup__card-preview>*{margin:0;overflow:hidden;padding:0;white-space:nowrap}.jodit-style-popup__card-label{background:#f0f0f0;flex-shrink:0;font-size:11px;line-height:20px;overflow:hidden;padding:2px 8px;text-overflow:ellipsis;white-space:nowrap}