Files
I150/srcs/RobotNet10/RobotApp/RobotNet10.RobotApp.Client/Pages/Motion/OdometryView.razor.css
2026-07-03 16:37:12 +07:00

36 lines
849 B
CSS
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
/* Odometry page header và card có màu */
.odom-page-header {
border-radius: 12px;
border: 2px solid var(--mud-palette-primary);
background-color: var(--mud-palette-surface);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
/* Card chung: bo góc, viền trái 4px màu */
.odom-card {
border-radius: 12px;
overflow: hidden;
border: 1px solid var(--mud-palette-lines-default);
border-left-width: 4px;
}
.odom-card-meta {
border-left-color: var(--mud-palette-primary);
}
.odom-card-position {
border-left-color: var(--mud-palette-primary);
}
.odom-card-orientation {
border-left-color: var(--mud-palette-secondary);
}
.odom-card-linear {
border-left-color: var(--mud-palette-info);
}
.odom-card-angular {
border-left-color: var(--mud-palette-warning);
}