mediawiki-skins-Citizen/resources/skins.citizen.styles/Header.less
2021-01-11 13:52:53 -05:00

43 lines
548 B
Plaintext

.mw-header {
position: fixed;
z-index: 10;
top: 0;
display: flex;
width: 100%;
height: @header-height;
justify-content: space-between;
&-tools {
display: inherit;
}
ul {
list-style: none;
}
ul,
li {
display: block;
margin: 0;
}
}
#mw-header {
&-background {
position: absolute;
z-index: -1;
right: 0;
left: 0;
box-shadow: 0 0 50px @header-height var( --header-mw-header-background-box-shadow-color );
}
}
// User icon bar
#p-personal-extra {
ul {
display: flex;
height: 56px;
align-items: center;
}
}