mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-23 23:33:54 +00:00
Merge "Footer: Add styles for buttons"
This commit is contained in:
commit
b1d2570ed9
|
@ -25,6 +25,14 @@
|
|||
line-height: @line-height-footer-buttons;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
// Design spec for footer buttons: T256190#9770626
|
||||
a {
|
||||
padding-left: @spacing-50;
|
||||
padding-right: @spacing-50;
|
||||
// Don't use variable for background color, it will get reverted in dark mode.
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
}
|
||||
|
||||
#footer-info {
|
||||
|
|
|
@ -31,6 +31,14 @@
|
|||
line-height: @line-height-footer-buttons;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
// Design spec for footer buttons: T256190#9770626
|
||||
a {
|
||||
padding-left: @spacing-50;
|
||||
padding-right: @spacing-50;
|
||||
// Don't use variable for background color, it will get reverted in dark mode.
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
}
|
||||
|
||||
#footer-info {
|
||||
|
|
Loading…
Reference in a new issue