2024-06-24 18:05:21 +00:00
|
|
|
.mw-logo-wordmark {
|
|
|
|
font-size: 1.25rem;
|
2024-10-23 21:34:41 +00:00
|
|
|
font-weight: var( --font-weight-semi-bold );
|
2024-06-24 18:05:21 +00:00
|
|
|
line-height: 1;
|
2024-06-30 05:04:30 +00:00
|
|
|
color: var( --color-emphasized );
|
2024-06-24 18:05:21 +00:00
|
|
|
|
|
|
|
img& {
|
|
|
|
width: 100%;
|
2024-06-24 21:12:57 +00:00
|
|
|
height: 1rem;
|
|
|
|
margin: 0.125rem 0;
|
2024-06-24 18:05:21 +00:00
|
|
|
object-fit: contain;
|
|
|
|
object-position: left center;
|
|
|
|
filter: var( --filter-invert );
|
|
|
|
}
|
2024-06-24 21:12:57 +00:00
|
|
|
|
|
|
|
@media ( min-width: @min-width-breakpoint-tablet ) {
|
|
|
|
font-size: 2rem;
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
img& {
|
|
|
|
height: 1.5rem;
|
|
|
|
margin: 0.25rem 0;
|
|
|
|
}
|
|
|
|
}
|
2024-06-24 18:05:21 +00:00
|
|
|
}
|