2.7
New profile tabs Moved Solar model to Why box
This commit is contained in:
+54
-1
@@ -1176,12 +1176,64 @@
|
||||
Sits between the header dial and the day tabs.
|
||||
════════════════════════════════════════════════════════════════════════ */
|
||||
|
||||
/* "Why it feels like this" — sits in the header's right column, beside the dial */
|
||||
/* "Why it feels like this" - sits in the header's right column, beside the dial */
|
||||
.insight-panel--why {
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
/* Solar model selector inside the Why it feels like panel */
|
||||
.insight-env-footer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: stretch;
|
||||
border-bottom: 1px solid #ede4cc;
|
||||
padding-bottom: 8px;
|
||||
margin-bottom: 6px;
|
||||
gap: 4px;
|
||||
}
|
||||
.insight-env-footer-label {
|
||||
font-family: Manrope, sans-serif;
|
||||
font-size: 10px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.1em;
|
||||
color: #b09870;
|
||||
text-align: center;
|
||||
}
|
||||
.insight-env-footer .scope-env-row {
|
||||
width: 100%;
|
||||
border-top: none;
|
||||
padding: 0;
|
||||
align-items: stretch;
|
||||
}
|
||||
.insight-env-footer .cs-wrap,
|
||||
.insight-env-footer .cs-btn {
|
||||
width: 100%;
|
||||
}
|
||||
.insight-env-footer .cs-btn {
|
||||
justify-content: center;
|
||||
position: relative;
|
||||
isolation: isolate;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.insight-env-footer .cs-btn .cs-btn-overlay {
|
||||
display: block;
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
border-radius: inherit;
|
||||
background: #c8922a;
|
||||
opacity: 0;
|
||||
transition: opacity 0.35s ease;
|
||||
pointer-events: none;
|
||||
z-index: 0;
|
||||
}
|
||||
.insight-env-footer .cs-arrow {
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
/* Hourly table paired with the "Today at a glance" rail on its right */
|
||||
.table-with-rail {
|
||||
display: grid;
|
||||
@@ -1222,6 +1274,7 @@
|
||||
letter-spacing: 0.1em;
|
||||
color: #b09870;
|
||||
margin-bottom: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Each factor row */
|
||||
|
||||
Reference in New Issue
Block a user