MediaWiki:Common.css: Difference between revisions

235 bytes added ,  15:09, 8 October 2022
no edit summary
No edit summary
No edit summary
Line 32: Line 32:
     margin-bottom: 1rem;
     margin-bottom: 1rem;
     padding: 1rem;
     padding: 1rem;
}
.languagebanner {
    align-items: center;
    width: 45%;
    background-color: #f8f9fa;
    border: 1px solid #c8ccd1;
    border-radius: 1px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
    margin-bottom: 2px;
    padding: 2px;
}
}