﻿.el-pagebuilder-page-edit {
    position: fixed;
    font-size: 14px;
    line-height: 1;
    top: 3%;
    right: 1%;
    color: #fff;
    margin: 0;
    padding: 8px 10px;
    text-decoration: none;
    font-style: normal;
    background: rgba(0, 0, 0, .5);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 3px;
    z-index: 1000;
}
