﻿.dictionary-label-edit-btn {
    position: absolute;
    background-image: url(../CDN/Content/images/icons/pen.png);
    background-size: 12px;
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    right: -14px;
    top: -8px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.dictionary-label-edit-btn:hover {
    transform: scale(1.1);
}

.edit-umbraco-label {
    max-width: 80% !important;
}

.edit-umbraco-label .umbraco-label-content {
    display: flex;
    flex-direction: column;
    margin-top: 1.2em;
}

.edit-umbraco-label .umbraco-label-content textarea {
    resize: none;
}

.edit-umbraco-label.swal2-popup .swal2-actions {
    display: flex;
    justify-content: space-around;
    width: 100%;
}