mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-14 19:26:42 +00:00
18 lines
261 B
Plaintext
18 lines
261 B
Plaintext
|
@import '../../variables.less';
|
||
|
|
||
|
/* Logo */
|
||
|
#p-logo {
|
||
|
width: 10em;
|
||
|
height: 160px;
|
||
|
margin-bottom: 1em;
|
||
|
|
||
|
a {
|
||
|
background-position: center center;
|
||
|
background-repeat: no-repeat;
|
||
|
display: block;
|
||
|
width: 10em;
|
||
|
height: 160px;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
}
|