Switch cell detail page to libremap rendering
This commit is contained in:
parent
9d0a4b4b88
commit
5b33b7ffcf
8 changed files with 295 additions and 200 deletions
|
|
@ -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
12
scss/sync/cell.scss
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue