@charset "utf-8";
/* CSS Document */

.blade-debug {
    position: absolute;
    top: 6px;
    left: 8px;
    font-size: 12px;
    color: #aaa;
    cursor: help;
    z-index: 9999;
}
/*
.blade-debug:hover::after {
    content: attr(title);
    position: absolute;
    top: 20px;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 3px 6px;
    border-radius: 4px;
    font-size: 11px;
    white-space: nowrap;
} */
