2.7.5
Export data spreadsheet
This commit is contained in:
@@ -1258,6 +1258,65 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* ── Pro: Export day data ──────────────────────────────────────────────── */
|
||||
.export-panel {
|
||||
margin-top: 10px;
|
||||
background: #fffcf2;
|
||||
border: 1px solid #c9b08a;
|
||||
border-radius: 4px;
|
||||
padding: 12px 14px;
|
||||
}
|
||||
|
||||
.export-day-btn {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 7px;
|
||||
width: 100%;
|
||||
padding: 8px 12px;
|
||||
background: linear-gradient(135deg, #c8922a 0%, #a06e18 100%);
|
||||
color: #fffcf2;
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
font-family: Manrope, sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
letter-spacing: 0.02em;
|
||||
transition: opacity 0.15s;
|
||||
}
|
||||
|
||||
.export-day-btn:hover {
|
||||
opacity: 0.88;
|
||||
}
|
||||
|
||||
.export-day-btn:active {
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.export-day-btn--locked {
|
||||
background: linear-gradient(135deg, #c0b090 0%, #9a8060 100%);
|
||||
cursor: pointer;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
.export-day-btn--locked:hover {
|
||||
opacity: 0.90;
|
||||
}
|
||||
|
||||
.export-day-btn__icon {
|
||||
font-size: 15px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.export-day-hint {
|
||||
margin-top: 7px;
|
||||
font-family: Manrope, sans-serif;
|
||||
font-size: 10px;
|
||||
color: #9a7d5a;
|
||||
text-align: center;
|
||||
letter-spacing: 0.03em;
|
||||
}
|
||||
|
||||
.insight-panel {
|
||||
background: #fffcf2;
|
||||
border: 1px solid #c9b08a;
|
||||
|
||||
Reference in New Issue
Block a user