mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
8e76bc4126
Changing the way Echo's front-end architecture works to work with model-view-controller methodology. Change-Id: I97862402c41bc04dd41cd08d79f19ff677340249
18 lines
327 B
Plaintext
18 lines
327 B
Plaintext
@import 'mediawiki.mixins';
|
|
|
|
.oo-ui-icon-linked {
|
|
.background-image('../icons/link-blue.svg');
|
|
}
|
|
|
|
.oo-ui-icon-changes {
|
|
.background-image('../icons/changes.svg');
|
|
}
|
|
|
|
.oo-ui-icon-thanks {
|
|
.background-image('../icons/thanks-ltr.svg');
|
|
}
|
|
|
|
.oo-ui-icon-userSpeechBubble {
|
|
.background-image('../icons/user-speech-bubble.svg');
|
|
}
|