mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 08:15:35 +00:00
13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
|
// Begin Mixins
|
||
|
|
||
|
.mixin-notifications-badge() {
|
||
|
border-radius: 0.2em;
|
||
|
background-color: #d2d2d2;
|
||
|
font-size: 1.125em;
|
||
|
font-weight: bold;
|
||
|
color: white;
|
||
|
cursor: pointer;
|
||
|
text-decoration: none;
|
||
|
background-color: #d2d2d2;
|
||
|
}
|