mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 19:28:31 +00:00
14 lines
254 B
CSS
14 lines
254 B
CSS
|
.mw-echo-icon {
|
||
|
width: 42px;
|
||
|
height: 42px;
|
||
|
float: left;
|
||
|
margin-right: 5px;
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: center left;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
.mw-echo-icon-placeholder {
|
||
|
/* @embed */
|
||
|
background-image: url(placeholder.png);
|
||
|
}
|