|
|
| .robocopy-title {
|
| color: #4ECDC4 !important;
|
| font-weight: bold;
|
| font-size: 2em;
|
| }
|
|
|
|
|
| .stButton > button {
|
| width: 100%;
|
| min-height: 80px;
|
| white-space: normal;
|
| padding: 10px;
|
| background-color: #f8f9fa;
|
| border: 1px solid #dee2e6;
|
| border-radius: 8px;
|
| font-size: 14px;
|
| color: #495057;
|
| text-align: left;
|
| margin: 5px 0;
|
| transition: all 0.3s ease;
|
| }
|
|
|
| .stButton > button:hover {
|
| background-color: #e9ecef;
|
| border-color: #4ECDC4;
|
| transform: translateY(-2px);
|
| box-shadow: 0 2px 5px rgba(0,0,0,0.1);
|
| }
|
|
|
|
|
| .main .block-container {
|
| padding-top: 2rem;
|
| max-width: 1000px;
|
| background-color: rgba(255, 255, 255, 0.1);
|
| }
|
|
|
| .stButton > button {
|
| background-color: #2C3E50;
|
| color: white;
|
| border: 1px solid #4ECDC4;
|
| }
|
|
|
| .stButton > button:hover {
|
| background-color: #4ECDC4;
|
| color: #2C3E50;
|
| border-color: #2C3E50;
|
| }
|
|
|
|
|
| h1 {
|
| font-size: 24px !important;
|
| margin-bottom: 0.5rem !important;
|
| color: #2C3E50;
|
| }
|
|
|
| .subtitle {
|
| font-size: 16px;
|
| color: #666;
|
| margin-bottom: 1rem;
|
| } |