/*!
 * TOAST UI Editor : Font Size Plugin
 * @version 1.0.4 | Mon Sep 12 2022
 * @author [object Object]
 * @license MIT
 */
.drop-down-item {
    user-select: none;
    padding: 6px 18px;
}

.drop-down-item:hover {
    background-color: #ebedef;
}

.size-input {
    width: 100%;
    border: 1px solid #ebedef;
    outline: none;
    border-radius: 4px;
    padding-left: 8px;
}

