Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/_scss/_dtui-overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
font-size: $smallest-font-size;
padding: rem(7) rem(12);
}

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.collapsible-sidebar {
.search-collapsible-sidebar-container {
.naics-search-container {
@import "../../core/variables";
padding: 0 !important;
Expand Down
4 changes: 0 additions & 4 deletions src/_scss/layouts/tabbedSearch/tabbedSearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
max-width: 100%;
margin: 0 math.div($outer-gutter, 2);
display: flex;
flex-direction: column;
@include media($medium-screen) {
flex-direction: row;
}
@include media($large-screen) {
margin: 0 $outer-gutter;
}
Expand Down
2 changes: 0 additions & 2 deletions src/_scss/pages/modals/fullDownload/_filterBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

.search-top-filter-header {
margin-bottom: rem(10);
@include clearfix;
.header-title {
float: left;
font-weight: 600;
font-size: rem(14);
padding-top: rem(6);
Expand Down
Loading