Skip to content

Commit be0ce11

Browse files
Merge pull request #1538 from ASU/uds-1955-Focus-state
fix(unity-bootstrap-theme): focus state centered
2 parents 203149a + f58b6bb commit be0ce11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/component-header-footer/src/footer/index.styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const StyledFooter = styled.footer`
170170
171171
&:last-child {
172172
@media (min-width: 768px) {
173-
padding-right: 0;
173+
/* padding-right: 0; */
174174
}
175175
}
176176
}

packages/unity-bootstrap-theme/src/scss/extends/_globalfooter.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ footer {
142142
font-size: $uds-size-icon-base;
143143
color: $uds-color-base-gray-4;
144144
line-height: 1;
145-
padding-top: 7px; // Magic number. Reducing the padding by 1px to make the height = 48px.
145+
padding: 7px 16px; // Magic number. Reducing the padding by 1px to make the height = 48px.
146146

147147
:hover {
148148
color: $uds-color-base-white;

0 commit comments

Comments
 (0)