_tips.css 591 Bytes
.tips {
    position: absolute;
    top: 41px;
    z-index: 6;
    width: inherit;

    .rectangle {
        width: 100%;
        height: 35px;
        background: #379ed6;
        color: #fff;
        padding-left: 10px;
        line-height: 35px;
        font-size: 0.9em;
        font-weight: bold;
        position: absolute;
    }

    .triangle {
        position: absolute;
        left: 12px;
        width: 0;
        height: 0;
        border-width: 5px;
        top: -10px;
        border-style: solid dashed dashed;
        border-color: transparent transparent #379ed6;
    }
}