Skip to content

Commit

Permalink
initial implementation of facet within facet
Browse files Browse the repository at this point in the history
  • Loading branch information
RFSH committed Apr 30, 2024
1 parent 806245d commit f352d15
Show file tree
Hide file tree
Showing 13 changed files with 274 additions and 176 deletions.
4 changes: 4 additions & 0 deletions src/assets/scss/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ div.modal-title {
.modal-header {
padding: 0;
padding-top: 20px;
&.modal-header-reduced-top-padding {
padding-top: 10px;
}

// we don't want it to be flex, since we're doing flex ourselves
display: block;
}
Expand Down
12 changes: 12 additions & 0 deletions src/assets/scss/_recordset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,18 @@
}
}

.modal-header-context {
color: map-get(variables.$color-map, 'modal-header-context');

.modal-header-context-separator {
padding: 0 0.3em;
font-size: 0.8em;
}
.modal-header-context-colon {
padding-left: 1px;
}
}

.side-panel-container {
overflow-y: auto;
overflow-x: hidden;
Expand Down
1 change: 1 addition & 0 deletions src/assets/scss/maps/_color-map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $color-map: (
'disabled-background': #ddd,
'dropdown-menu-anchor': #9d9d9d,
'link': #0366d6,
'modal-header-context': #666,
'navbar-banner': #f9e3a1,
'navbar-collapsed-submenu': #d0e0f0,
'navbar-dropdown-submenu': #777,
Expand Down
Loading

0 comments on commit f352d15

Please sign in to comment.