Skip to content

Commit

Permalink
Improve layout for Pedigree Map tab and page
Browse files Browse the repository at this point in the history
  • Loading branch information
jon48 committed Sep 3, 2022
1 parent 4a4f8f6 commit b9d8170
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 11 deletions.
18 changes: 12 additions & 6 deletions src/sass/rural/_pages-charts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,23 @@
* Pedigree map
*/

.row.osm-wrapper {
@extend .container;
.wt-pedigree-map-wrapper {
@extend .mx-1;
}

.osm-sidebar {
.wt-pedigree-map-sidebar {
row-gap: 0.5rem;

&.wt-page-options-value {
border-style: none;
}

.gchart {
border: dashed 1px $maj-c-theme-dark;
color: $maj-c-theme-primary;
margin-bottom: 0.5rem;

.label {
padding: 3px;
> div > div > div:first-child {
font-weight: bold;
}
}
Expand Down
13 changes: 8 additions & 5 deletions src/sass/rural/_pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,17 @@
.wt-tabs-individual {
@extend .maj-content-tabs;

.row.osm-wrapper {
padding-left: 0.5rem;
padding-right: 0.5rem;
}

.field {
color: #000;
}

.wt-places-tab-wrapper {
@extend .mx-2;

.wt-page-options-value {
border-style: none;
}
}
}

.label {
Expand Down

0 comments on commit b9d8170

Please sign in to comment.