acb / src /static /styles.css
Kayra Sarğın
Fixed llm being hard coded
2f0072b
Raw
History Blame Contribute Delete
2.28 kB
.block-container {
padding-top: 4rem !important;
padding-bottom: 7rem !important;
padding-left: 2rem !important;
padding-right: 2rem !important;
max-width: 100% !important;
}
.stChatInput {
position: fixed;
left: 2rem;
right: 2rem;
bottom: 5%;
z-index: 9999;
}
.stTabs [data-baseweb="tab-list"] {
gap: 20px;
background-color: transparent;
padding-bottom: 5px;
}
.stTabs [data-baseweb="tab"] {
height: 45px;
white-space: pre-wrap;
border: none;
color: #555;
font-weight: 500;
}
.stTabs [data-baseweb="tab"]:hover {
color: #ff4b4b;
background-color: transparent;
}
.stTabs [aria-selected="true"] {
color: #ff4b4b !important;
}
.source-box {
background-color: #f8f9fa;
border: 1px solid #e9ecef;
border-radius: 8px;
padding: 15px;
margin-bottom: 12px;
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
transition: transform 0.2s;
}
.source-box:hover {
border-color: #dee2e6;
}
.score-badge {
background-color: #22004b;
color: white;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.5px;
}
.stExpander {
border: 1px solid #4b25ad;
border-radius: 8px;
}
.stExpander > details > summary {
font-weight: 600;
color: #e0e0e0;
}
.db-indicator {
background-color: #1a73e8;
color: white;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.5px;
display: inline-block;
margin-right: 8px;
}
.doc-indicator {
background-color: #34a853;
color: white;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.5px;
display: inline-block;
margin-right: 8px;
}
.hybrid-indicator {
background-color: #9c27b0;
color: white;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.5px;
display: inline-block;
margin-right: 8px;
}
.sql-preview {
background-color: #1e1e1e;
border-radius: 8px;
padding: 12px;
font-family: 'Consolas', 'Monaco', monospace;
font-size: 0.85rem;
overflow-x: auto;
}
.atlas-chat-bot{
padding-top: 0;
}