💄 account

This commit is contained in:
Vanessa 2023-10-28 11:43:35 +08:00
parent 87a04f7965
commit f2de3d9e97
2 changed files with 33 additions and 2 deletions

View file

@ -93,6 +93,7 @@
&--text {
background-color: var(--b3-theme-surface);
padding: 16px 24px;
overflow: auto;
.b3-button--outline {
white-space: normal;
@ -151,6 +152,16 @@
width: 100%;
text-align: center;
}
&__svg {
flex-wrap: wrap;
svg {
margin: 8px;
height: 16px;
width: 16px;
}
}
}
&-about__logo {