<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.vue{
    display: none;
    justify-content: center;
  	align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    z-index: 4;
}

.vue i {
    font-size : 40px;
    color: white;
}</pre></body></html>