mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-10 15:56:03 +00:00
15 lines
258 B
CSS
15 lines
258 B
CSS
.titleBarContainer {
|
|
width: 100%;
|
|
height: 70px;
|
|
background-color: #FFF;
|
|
font-size: 20px;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.titleText {
|
|
margin-left: 10px;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
} |