feat: Fredy UI redesign

* New design :)
This commit is contained in:
Christian Kellner
2026-04-22 21:11:18 +02:00
committed by GitHub
parent c78472bd19
commit f30ec4645c
43 changed files with 4004 additions and 794 deletions

View File

@@ -3,6 +3,8 @@
* Licensed under Apache-2.0 with Commons Clause and Attribution/Naming Clause
*/
@import '../../tokens.less';
.map-view-container {
display: flex;
flex-direction: column;
@@ -21,11 +23,11 @@
top: 12px;
right: 12px;
z-index: 10;
background: rgba(13, 15, 20, 0.85);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid #262a3a;
border-radius: 10px;
background: rgba(22, 25, 38, 0.95);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border: 1px solid @color-border;
border-radius: @radius-card;
padding: 14px 16px;
min-width: 220px;
display: flex;
@@ -183,13 +185,19 @@
position: absolute;
z-index: 3;
top: 50%;
width: 14px;
height: 14px;
width: 12px;
height: 12px;
transform: translate(-50%, -50%);
border-radius: 50%;
background: #0ab5b3;
background: @color-accent;
}
.range-slider .range-slider__range {
background: #0ab5b3;
background: @color-accent;
}
.range-slider {
background: rgba(255,255,255,0.12);
border-radius: 4px;
height: 4px !important;
}