feat(ui): copy logistics header/theme one-to-one
This commit is contained in:
@@ -58,15 +58,13 @@ body {
|
||||
linear-gradient(135deg, #f7f5f1 0%, #f1eee8 100%);
|
||||
}
|
||||
|
||||
.glass-underlay,
|
||||
.glass-soft {
|
||||
.glass-underlay {
|
||||
background: #ece3d3;
|
||||
border: 1px solid #d7ccb7;
|
||||
box-shadow: 0 14px 30px rgba(24, 20, 12, 0.1);
|
||||
}
|
||||
|
||||
.glass-capsule,
|
||||
.glass-bright {
|
||||
.glass-capsule {
|
||||
background: #e9decb;
|
||||
border: 1px solid #d5c7b0;
|
||||
box-shadow: 0 8px 22px rgba(24, 20, 12, 0.1);
|
||||
@@ -77,18 +75,3 @@ body {
|
||||
border: 1px solid #dbcdb8;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
|
||||
.map-chip {
|
||||
background: #f2eadb;
|
||||
border: 1px solid #dbcdb8;
|
||||
box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
|
||||
}
|
||||
|
||||
.manager-logistics-shell {
|
||||
min-height: 100vh;
|
||||
font-family: "Onest", "Avenir Next", "Trebuchet MS", sans-serif;
|
||||
background:
|
||||
radial-gradient(circle at 10% 0%, #fdf8ea 0%, rgba(253, 248, 234, 0) 40%),
|
||||
radial-gradient(circle at 90% 100%, #e9f2ff 0%, rgba(233, 242, 255, 0) 35%),
|
||||
linear-gradient(135deg, #f7f5f1 0%, #f1eee8 100%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user