Files
VRCT/src-ui/windows/main_window/sidebar_section/logo/Logo.module.scss
2024-07-25 01:01:22 +09:00

18 lines
285 B
SCSS

.container {
height: var(--main_window_topbar_height);
display: flex;
justify-content: center;
align-items: center;
}
.logo {
width: 12rem;
height: auto;
margin: auto;
}
.logo_chato {
width: 2rem;
height: auto;
margin: auto;
}