Switch cell detail page to libremap rendering

This commit is contained in:
Eli Ribble 2026-02-16 18:49:07 +00:00
parent 9d0a4b4b88
commit 5b33b7ffcf
No known key found for this signature in database
8 changed files with 295 additions and 200 deletions

View file

@ -50,6 +50,7 @@ $theme-colors: map-merge(
@import "./rmo/nuisance.scss";
@import "./rmo/root.scss";
@import "./rmo/status.scss";
@import "./sync/cell.scss";
@import "./sync/dashboard.scss";
@import "./sync/notification.scss";
@import "./sync/pool-csv-upload.scss";

12
scss/sync/cell.scss Normal file
View file

@ -0,0 +1,12 @@
.address-container {
display: flex;
flex-direction: column;
justify-content: center;
}
.section-header {
margin-top: 30px;
margin-bottom: 15px;
padding-bottom: 10px;
border-bottom: 1px solid #dee2e6;
}