MediaWiki:Common.less/templates.less: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 85:
padding: 0.1em 0.4em;
white-space: nowrap;
}
 
// Template:Relative location
.relative-location {
background: @infobox-background;
border: 1px solid @infobox-border-color;
border-spacing: 0;
box-shadow: @box-shadow;
margin: 5px;
text-align: center;
 
&-txt {
color: var(--text-color);
}
 
&-header {
background: @infobox-header-color;
}
}