Page MenuHomeWickedGov Phorge

MainMenuFooter.less
No OneTemporary

Size
859 B
Referenced Files
None
Subscribers
None

MainMenuFooter.less

@import '../../minerva.less/minerva.variables.less';
// todo: use .menu (or make a new BEM class). At time of writing, this would require additional
// changes to have sufficient specificity.
// stylelint-disable selector-max-id
#mw-mf-page-left {
ul {
// This is, like, the area for the disclaimer.
&.hlist {
display: flex;
flex-wrap: wrap;
li {
background-color: transparent;
border: 0;
margin: 0;
font-size: 0.75em; // equals `12px` at base `font-size: 16px`
// T173507
&::after {
content: none;
}
a {
color: @color-progressive;
padding: 0.7em 12px; // equals `8.4px` via 0.75em assuming 16px base
&:hover {
background-color: transparent;
box-shadow: none;
}
span {
font-weight: normal;
}
}
}
}
}
}
// stylelint-enable selector-max-id

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 17:07 (3 w, 3 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
c5/a9/7807d7fbc451a0d8c06f9a3ce315
Default Alt Text
MainMenuFooter.less (859 B)

Event Timeline