mediawiki-skins-Vector/resources/skins.vector.styles/layouts/preZebra.less
bwang 5e15edb9a2 Remove unnecessary imports in component stylesheets, make variable and mixin imports consistent
Bug: T345766
Change-Id: I2ae1d1668849a04520b73ac04fe16e1ff7f22fa6
2023-10-03 19:13:21 +00:00

12 lines
247 B
Plaintext

.vector-header-container {
.mixin-page-container();
}
&.vector-feature-limited-width-clientpref-0 .vector-header-container {
max-width: none;
}
.vector-sticky-header-container {
border-bottom: @border-width-base @border-style-base #eaecf0;
}