team11aiml's picture
Upload 8 files
782cb1c verified
raw
history blame contribute delete
700 Bytes
/* Modern Enterprise Theme */
.gradio-container {
font-family: 'Inter', sans-serif;
max-width: 1200px !important;
margin: auto;
}
.tabs {
background: #f8f9fa;
border-radius: 10px;
padding: 20px;
}
.input-box {
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 12px;
}
.button {
background: #2d63c8;
color: white;
border-radius: 6px;
padding: 10px 20px;
transition: all 0.3s ease;
}
.button:hover {
background: #1e4a9d;
transform: translateY(-1px);
}
.output-box {
background: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 8px;
padding: 16px;
margin-top: 12px;
}