mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 00:36:03 +00:00
17 lines
300 B
CSS
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;
|
|
} |