Spaces:
Sleeping
Sleeping
.main { | |
padding: 0rem 1rem; | |
} | |
.stAlert { | |
padding: 1rem; | |
margin: 1rem 0; | |
border-radius: 0.5rem; | |
} | |
.pricing-card { | |
padding: 1.5rem; | |
border-radius: 0.5rem; | |
background-color: #f8f9fa; | |
margin: 1rem 0; | |
} | |
.metric-card { | |
background-color: white; | |
padding: 1rem; | |
border-radius: 0.5rem; | |
box-shadow: 0 2px 4px rgba(0,0,0,0.1); | |
} | |
/* Dashboard specific styles */ | |
.st-emotion-cache-16idsys p { | |
font-size: 14px; | |
margin-bottom: 0.5rem; | |
} | |
/* Contract details styles */ | |
.contract-details { | |
background-color: #f8f9fa; | |
padding: 1rem; | |
border-radius: 0.5rem; | |
margin: 1rem 0; | |
} | |
/* Invoice table styles */ | |
.invoice-table { | |
margin-top: 1rem; | |
} | |
/* Metrics section */ | |
.metrics-container { | |
margin: 1.5rem 0; | |
} | |
/* Alert styles */ | |
.alert-error { | |
background-color: #ffe6e6; | |
border-left: 4px solid #ff0000; | |
} | |
.alert-success { | |
background-color: #e6ffe6; | |
border-left: 4px solid #00ff00; | |
} |