Merge routing mock and user management pages

This commit is contained in:
Eli Ribble 2026-02-17 14:42:37 +00:00
parent eeb74643d0
commit 55553eb6a6
No known key found for this signature in database
6 changed files with 73 additions and 400 deletions

View file

@ -56,3 +56,4 @@ $theme-colors: map-merge(
@import "./sync/pool-csv-upload.scss";
@import "./sync/pool-by-id.scss";
@import "./sync/settings.scss";
@import "./sync/settings-user-list.scss";

View file

@ -0,0 +1,19 @@
.bg-warrant {
background-color: $warning;
}
.bg-drone {
background-color: $info;
}
.form-check-input.switch-lg {
width: 3em;
height: 1.5em;
}
.status-badge {
width: 100px;
}
.tech-photo {
width: 50px;
height: 50px;
object-fit: cover;
border-radius: 50%;
}