mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CookieWarning
synced 2024-11-23 13:56:53 +00:00
Remove explicit font selection
We want to use the font of the page, not some different one. Change-Id: Iaf8d6ce5e7422a4515fc9e8ab4f067e213609560
This commit is contained in:
parent
4b1a13d288
commit
4a15a7fb83
|
@ -5,7 +5,6 @@
|
|||
opacity: 0.85;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
font-family: arial;
|
||||
font-size: 13px;
|
||||
padding: 7px 15px;
|
||||
top: 0;
|
||||
|
@ -35,7 +34,6 @@
|
|||
margin-right: 0.5em;
|
||||
white-space: nowrap;
|
||||
font-weight: bold;
|
||||
font-family: arial;
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
.mw-cookiewarning-container {
|
||||
background-color: #ffffff;
|
||||
padding: 16px;
|
||||
font-family: HelveticaNeue;
|
||||
font-size: @cookieWarningFontSize;
|
||||
font-weight: 500;
|
||||
font-style: normal;
|
||||
|
|
Loading…
Reference in a new issue