23 行
364 B
SCSS
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;
|
|
}
|
|
}
|