/*
 * Copyright (c) 2017.
 * Autor: Roman Foltyn
 * Projekt: SU Portal
 */

/* LAYOUTER */
.editor {
    border: 2px dashed #95a5a6;
    padding: 20px;
    position: relative;
}

.editortrigger {
    position: absolute;
    bottom: -2px;
    right: -2px;
}

a.editortrigger, a.editortrigger:hover, a.editortrigger:active {
    color: #fff;
}
