Spaces:
Sleeping
Sleeping
| html { | |
| margin: 0; | |
| } | |
| #MainMenu { | |
| visibility: collapse; | |
| } | |
| footer { | |
| visibility: collapse; | |
| } | |
| div.block-container{ | |
| padding: 2rem 3rem; | |
| } | |
| div[data-testid="stExpander"]{ | |
| border: 1px solid '#739FAE'; | |
| } | |
| hr{ | |
| margin: 0; | |
| padding: 0; | |
| } | |
| hr.spends-heading-seperator { | |
| background-color : #11B6BD; | |
| height: 2px; | |
| } | |
| .spends-header{ | |
| font-size: 1rem; | |
| font-weight: bold; | |
| margin: 0; | |
| } | |
| td { | |
| max-width: 100px; | |
| /* white-space:nowrap; */ | |
| } | |
| .main-header { | |
| display: flex; | |
| flex-direction: row; | |
| justify-content: space-between; | |
| align-items: center; | |
| } | |
| .blend-logo { | |
| max-height: 64px; | |
| /* max-width: 300px; */ | |
| object-fit: cover; | |
| } | |
| table { | |
| width: 90%; | |
| } | |
| .lime-logo { | |
| margin: 0; | |
| padding: 0; | |
| display: flex; | |
| align-items: center ; | |
| max-height: 64px; | |
| } | |
| .lime-text { | |
| color: #00EDED; | |
| font-size: 30px; | |
| margin: 0; | |
| padding: 0; | |
| line-height: 0%; | |
| } | |
| .lime-img { | |
| max-height: 30px; | |
| /* max-height: 64px; */ | |
| /* max-width: 300px; */ | |
| object-fit: cover; | |
| } | |
| img { | |
| margin: 0; | |
| padding: 0; | |
| } |