Merge "Footer: Add styles for buttons"

This commit is contained in:
jenkins-bot 2024-06-25 19:11:25 +00:00 committed by Gerrit Code Review
commit b1d2570ed9
2 changed files with 16 additions and 0 deletions

View file

@ -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 {

View file

@ -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 {