/*!
 * 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;
}

/*background-color*/
.toastui-editor-toolbar-icons.color.background-color{
    background: linear-gradient(45deg, #000000, #ffffff);
    border-radius: 100%;
    box-shadow: 0 3px 3px #0000002e;
    border: unset;
}
