diff --git a/resources/skins.vector.styles.legacy/components/Footer.less b/resources/skins.vector.styles.legacy/components/Footer.less index 7fc4cdbfb..5ffac4bd9 100644 --- a/resources/skins.vector.styles.legacy/components/Footer.less +++ b/resources/skins.vector.styles.legacy/components/Footer.less @@ -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 { diff --git a/resources/skins.vector.styles/components/Footer.less b/resources/skins.vector.styles/components/Footer.less index 599c0f349..390e9e918 100644 --- a/resources/skins.vector.styles/components/Footer.less +++ b/resources/skins.vector.styles/components/Footer.less @@ -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 {