Dash
Items
Custom CSS
Save
Cancel
.headerInfos { display: flex; justify-content: space-between; margin: 20px; background: rgba(23, 42, 75, 0.15); } .divDate, .meteo { background-color: rgba(23, 42, 75, 0.1); border-radius: 10px; box-shadow: inset 0 1px 2px 0 rgba(0,0,0,.2); padding: 10px 20px; display: flex; align-items: center; } .divDate { order: 1; gap: 10px; } .horloge, .ladate { margin-right: 10px; font-size: 2em; font-weight: bold; color: white; } .ladate span { display: block; margin-bottom: 0; } .temperature { font-size: 2.5em; font-weight: bold; padding-right: 50px; color: white; } .meteo { order: 2; display: flex; flex-direction: column; color: white; } .ville-temp-container { display: flex; justify-content: space-between; gap: 20px; } .icon { margin-top: 5px; } span.ville { padding-right: 50px; color: white; } .horloge, .ladate, .temperature, .ville, .description { color: white; } /* Responsive pour les écrans plus petits */ @media (max-width: 700px) { .headerInfos { flex-direction: column; margin: 10px; } .ville-temp-container { flex-direction: column; align-items: flex-start; gap: 5px; } .temperature, .ville { padding-right: 0; font-size: 1.5em; } }
Home dashboard
Users
Application list
Tags list
Settings