This commit is contained in:
Vanessa 2022-10-21 17:27:41 +08:00
parent b1e2d6255a
commit 2f067011fd
2 changed files with 5 additions and 5 deletions

View file

@ -144,8 +144,8 @@
&__logo {
svg {
height: 14px;
width: 14px;
height: 16px;
width: 16px;
padding: 8px 4px 8px 0;
}

View file

@ -278,8 +278,8 @@
}
svg {
height: 18px;
width: 18px;
height: 16px;
width: 16px;
}
&--vertical {
@ -301,7 +301,7 @@
}
&__item {
padding: 7px;
padding: 8px;
color: var(--b3-theme-on-surface-light);
display: flex;
border-radius: 4px;