Files
LangBot/web/src/app/home/components/home-titlebar/HomeTittleBar.module.css
2025-05-07 22:59:11 +08:00

17 lines
300 B
CSS

.titleBarContainer {
width: 100%;
height: 6rem;
opacity: 1;
font-size: 20px;
display: flex;
flex-direction: row;
align-items: center;
background-color: #f2f2f2;
}
.titleText {
margin-left: 3.2rem;
font-size: 1.6rem;
font-weight: 500;
color: #585858;
}