mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-26 06:16:09 +00:00
perf: ui styles
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
.titleBarContainer {
|
||||
width: 100%;
|
||||
height: 70px;
|
||||
background-color: #FFF;
|
||||
height: 6rem;
|
||||
opacity: 1;
|
||||
font-size: 20px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
|
||||
.titleText {
|
||||
margin-left: 10px;
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
margin-left: 3.2rem;
|
||||
font-size: 1.6rem;
|
||||
font-weight: 500;
|
||||
color: #585858;
|
||||
}
|
||||
Reference in New Issue
Block a user