3.2.3.2
Fix banner clicks Make simple/table switch clearer
This commit is contained in:
+30
-1
@@ -1338,6 +1338,17 @@
|
||||
|
||||
/* ── SIMPLE / TABLE VIEW TOGGLE ─────────────────────────────────────────── */
|
||||
|
||||
.forecast-view-toggle-label {
|
||||
font-family: Manrope, sans-serif;
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.07em;
|
||||
color: #7a5c2a;
|
||||
margin-right: 5px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.forecast-view-toggle {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
@@ -1345,11 +1356,14 @@
|
||||
margin-right: 8px;
|
||||
}
|
||||
.fvt-btn {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 3px;
|
||||
font-family: Manrope, sans-serif;
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
padding: 4px 10px;
|
||||
padding: 6px 14px;
|
||||
cursor: pointer;
|
||||
border: 1.5px solid #c9b08a;
|
||||
background: #f5edd6;
|
||||
@@ -1374,6 +1388,12 @@
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.fvt-btn-icon {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/* Interval buttons shown in the col-toggles bar in simple mode */
|
||||
.fvt-interval {
|
||||
display: none;
|
||||
@@ -1385,6 +1405,15 @@
|
||||
.table-main--simple .fvt-interval {
|
||||
display: inline-flex;
|
||||
}
|
||||
.fvt-interval-label {
|
||||
font-family: Manrope, sans-serif;
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.07em;
|
||||
color: #7a5c2a;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
/* Hide table-mode column controls when in simple mode */
|
||||
.table-main--simple .col-toggles-label,
|
||||
|
||||
+4
-3
@@ -110,13 +110,14 @@
|
||||
/* Slideshow dots */
|
||||
.event-banner-dots {
|
||||
display: flex;
|
||||
gap: 5px;
|
||||
gap: 10px;
|
||||
margin-top: 7px;
|
||||
align-items: center;
|
||||
padding: 5px 0;
|
||||
}
|
||||
.event-banner-dot {
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
opacity: 0.35;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user