Skip to content

Commit 00fce2c

Browse files
committed
fix(unity-bootstrap-theme): focus state centered
1 parent 9c8e652 commit 00fce2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

145145
:hover {
146146
color: $uds-color-base-white;

0 commit comments

Comments
 (0)