文件
halo-theme/src/styles/logo.scss
T
2026-01-20 17:06:13 +08:00

23 行
364 B
SCSS

.logo {
display: flex;
align-items: center;
.icon {
max-width: 100%;
max-height: 35px;
height: 100%;
font-size: 0;
object-fit: cover;
margin-right: 10px;
}
.text {
display: flex;
padding: 3px 10px;
color: var(--background);
background: var(--foreground);
text-decoration: none;
margin-right: 16px;
}
}